index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
command_classes
Age
Commit message (
Expand
)
Author
2020-10-29
vp9: Be explicit with copy and move operators
Lioncash
2020-10-29
vp9: Mark functions with [[nodiscard]] where applicable
Lioncash
2020-10-29
vp9: Provide a default initializer for "hidden" member
Lioncash
2020-10-29
vp9: Make some member functions internally linked
Lioncash
2020-10-29
Merge pull request #4837 from lioncash/nvdec-2
bunnei
2020-10-28
Merge pull request #4838 from lioncash/syncmgr
bunnei
2020-10-28
Merge pull request #4848 from ReinUsesLisp/type-limits
LC
2020-10-28
video_core: Enforce -Wredundant-move and -Wpessimizing-move
ReinUsesLisp
2020-10-28
video_core: Enforce -Werror=type-limits
ReinUsesLisp
2020-10-27
sync_manager: Amend parameter order of calls to SyncptIncr constructor
Lioncash
2020-10-27
h264: Make WriteUe take a u32
Lioncash
2020-10-27
vp9: std::move buffer within ComposeFrameHeader()
Lioncash
2020-10-27
vp9: Remove dead code
Lioncash
2020-10-27
vp9: Join declarations with assignments
Lioncash
2020-10-27
vp9: Remove pessimizing moves
Lioncash
2020-10-27
vp9: Resolve variable shadowing
Lioncash
2020-10-27
nvdec: Tidy up header includes
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj