summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdec: Make use of [[nodiscard]] where applicableLioncash2020-11-027-16/+16
* vp9: Be explicit with copy and move operatorsLioncash2020-10-301-0/+18
* vp9: Mark functions with [[nodiscard]] where applicableLioncash2020-10-302-13/+13
* vp9: Provide a default initializer for "hidden" memberLioncash2020-10-301-1/+1
* vp9: Make some member functions internally linkedLioncash2020-10-302-58/+54
* Merge pull request #4837 from lioncash/nvdec-2bunnei2020-10-2913-88/+81
|\
| * h264: Make WriteUe take a u32Lioncash2020-10-272-7/+8
| * vp9: std::move buffer within ComposeFrameHeader()Lioncash2020-10-271-1/+1
| * vp9: Remove dead codeLioncash2020-10-271-6/+0
| * vp9: Join declarations with assignmentsLioncash2020-10-271-7/+8
| * vp9: Remove pessimizing movesLioncash2020-10-271-2/+2
| * vp9: Resolve variable shadowingLioncash2020-10-271-4/+4
| * nvdec: Tidy up header includesLioncash2020-10-2713-62/+59
* | Merge pull request #4838 from lioncash/syncmgrbunnei2020-10-292-9/+9
|\ \
| * | sync_manager: Amend parameter order of calls to SyncptIncr constructorLioncash2020-10-272-9/+9
| |/
* | Merge pull request #4848 from ReinUsesLisp/type-limitsLC2020-10-281-1/+1
|\ \
| * | video_core: Enforce -Werror=type-limitsReinUsesLisp2020-10-281-1/+1
| |/
* / video_core: Enforce -Wredundant-move and -Wpessimizing-moveReinUsesLisp2020-10-281-1/+1
|/
* video_core: NVDEC Implementationameerj2020-10-2716-0/+2857