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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-06
VideoCore: Refactor syncing.
Fernando Sahmkow
1
-238
/
+0
2022-06-14
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-10-11
vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPU
ameerj
1
-16
/
+15
2021-10-09
vic: Allow surface to be higher than frame
Valeri
1
-2
/
+3
2021-10-08
vic: Avoid memory corruption when multiple streams with different dimensions are decoded
ameerj
1
-0
/
+9
2021-10-07
vic: Refactor frame writing methods
ameerj
1
-121
/
+142
2021-10-07
vic: Implement RGBX frame format
ameerj
1
-3
/
+14
2021-08-10
vic: Specify sws_scale height stride.
ameerj
1
-3
/
+2
2021-08-04
nvdec: Implement VA-API hardware video acceleration (#6713)
yzct12345
1
-33
/
+54
2021-07-15
vic: Fix dimension compuation of YUV frames
ameerj
1
-11
/
+10
2021-06-28
video_core: Remove #pragma warning directives for external headers
Morph
1
-7
/
+0
2021-06-26
codec,vic: Disable warnings in ffmpeg headers
ReinUsesLisp
1
-4
/
+21
2021-02-13
rebase, fix name shadowing, more const
ameerj
1
-5
/
+5
2021-02-13
streamline cdma_pusher/command_classes
ameerj
1
-13
/
+5
2021-02-13
nvdec cleanup
ameerj
1
-8
/
+13
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
1
-3
/
+0
2021-01-02
general: Fix various spelling errors
Morph
1
-1
/
+1
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
1
-4
/
+4
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
1
-1
/
+1
2020-12-03
vp9/vic: Resolve pessimizing moves
Lioncash
1
-1
/
+1
2020-11-25
Queue decoded frames, cleanup decoders
ameerj
1
-10
/
+5
2020-10-27
nvdec: Tidy up header includes
Lioncash
1
-1
/
+1
2020-10-27
video_core: NVDEC Implementation
ameerj
1
-0
/
+180