index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
command_classes
/
vic.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPU
ameerj
2021-10-11
1
-16
/
+15
*
vic: Allow surface to be higher than frame
Valeri
2021-10-09
1
-2
/
+3
*
vic: Avoid memory corruption when multiple streams with different dimensions are decoded
ameerj
2021-10-08
1
-0
/
+9
*
vic: Refactor frame writing methods
ameerj
2021-10-07
1
-121
/
+142
*
vic: Implement RGBX frame format
ameerj
2021-10-07
1
-3
/
+14
*
vic: Specify sws_scale height stride.
ameerj
2021-08-10
1
-3
/
+2
*
nvdec: Implement VA-API hardware video acceleration (#6713)
yzct12345
2021-08-04
1
-33
/
+54
*
Merge pull request #6525 from ameerj/nvdec-fixes
Fernando S
2021-07-15
1
-11
/
+10
|
\
|
*
vic: Fix dimension compuation of YUV frames
ameerj
2021-07-15
1
-11
/
+10
*
|
video_core: Remove #pragma warning directives for external headers
Morph
2021-06-28
1
-7
/
+0
*
|
codec,vic: Disable warnings in ffmpeg headers
ReinUsesLisp
2021-06-26
1
-4
/
+21
|
/
*
rebase, fix name shadowing, more const
ameerj
2021-02-13
1
-5
/
+5
*
streamline cdma_pusher/command_classes
ameerj
2021-02-13
1
-13
/
+5
*
nvdec cleanup
ameerj
2021-02-13
1
-8
/
+13
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-3
/
+0
*
general: Fix various spelling errors
Morph
2021-01-02
1
-1
/
+1
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
1
-4
/
+4
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
1
-1
/
+1
*
vp9/vic: Resolve pessimizing moves
Lioncash
2020-12-03
1
-1
/
+1
*
Queue decoded frames, cleanup decoders
ameerj
2020-11-25
1
-10
/
+5
*
nvdec: Tidy up header includes
Lioncash
2020-10-27
1
-1
/
+1
*
video_core: NVDEC Implementation
ameerj
2020-10-27
1
-0
/
+180