5392 Commits (52bd1d778889491bc49a3dfd785853224f7a0609)

Author SHA1 Message Date
ReinUsesLisp bdd8e12504 maxwell_3d: Use insert instead of loop push_back 6 years ago
ReinUsesLisp 45cfd67ae6 maxwell_3d: Move code to separate functions 6 years ago
bunnei 0b6324b3a6 video_core: dma_pusher: Remove integrity check on command lists. 5 years ago
Lioncash 8fc37d6fca General: Fix clang build 5 years ago
Lioncash 2ee59021c2 nvdec: Make use of [[nodiscard]] where applicable 5 years ago
bunnei af7ab45b45 video_core: dma_pusher: Add support for integrity checks. 5 years ago
bunnei 69f4a66d23 video_core: dma_pusher: Add support for prefetched command lists. 5 years ago
bunnei c112a94dfe video_core: gpu: Implement WaitFence and IncrementSyncPoint. 5 years ago
Lioncash 6425e155f2 vp9: Be explicit with copy and move operators 5 years ago
Lioncash 0c2f517cd0 vp9: Mark functions with [[nodiscard]] where applicable 5 years ago
Lioncash 114153e8c8 vp9: Provide a default initializer for "hidden" member 5 years ago
Lioncash e54c1f4a41 vp9: Make some member functions internally linked 5 years ago
Lioncash 3e654ff0d0 General: Resolve a few missing initializer warnings 5 years ago
ameerj b139341d35 async_shaders: Increase Async worker thread count for 8+ thread cpus 5 years ago
bunnei 6639ab9470 video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand. 5 years ago
ReinUsesLisp 5690bca1c4 shader: Partially implement texture cube array shadow 5 years ago
ReinUsesLisp 016fb60ff5 shader/arithmetic: Implement FCMP immediate + register variant 5 years ago
ReinUsesLisp de16b5a409 video_core: Enforce -Wredundant-move and -Wpessimizing-move 5 years ago
ReinUsesLisp 1ae83819d9 video_core: Enforce -Werror=type-limits 5 years ago
Lioncash 7115197c4c sync_manager: Amend parameter order of calls to SyncptIncr constructor 5 years ago
Lioncash eb5c069e32 h264: Make WriteUe take a u32 5 years ago
Lioncash 105a345f4e vp9: std::move buffer within ComposeFrameHeader() 5 years ago
Lioncash c0992fd760 vp9: Remove dead code 5 years ago
Lioncash 617f016746 vp9: Join declarations with assignments 5 years ago
Lioncash 9efecc310b vp9: Remove pessimizing moves 5 years ago
Lioncash 4e10e539d8 vp9: Resolve variable shadowing 5 years ago
Lioncash 31d9c3c75e nvdec: Tidy up header includes 5 years ago
ameerj 9ef5c53e52 video_core: NVDEC Implementation 5 years ago
Lioncash 09a096c6ff video_core: Conditially activate relevant compiler warnings 5 years ago
ReinUsesLisp 1f6b67df03 gl_arb_decompiler: Implement robust buffer operations 5 years ago
ReinUsesLisp 038503cd6b vk_graphics_pipeline: Manage primitive topology as fixed state 5 years ago
ReinUsesLisp 31c5fbd15d video_core: Enforce -Wclass-memaccess 5 years ago
goldenx86 bd36d1ba36 vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices 5 years ago
ReinUsesLisp be7e8a4f08 shader/texture: Implement CUBE texture type for TMML and fix arrays 5 years ago
ReinUsesLisp 17fe00bcee renderer_vulkan/wrapper: Fix physical device sorting 5 years ago
ReinUsesLisp ca90a52bea video_core: Enforce -Wunused-variable and -Wunused-but-set-variable 5 years ago
Matías Locatti d532207085 Remove ext_extended_dynamic_state blacklist 5 years ago
lat9nq e12b3fcc9e vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux 5 years ago
Lioncash 8f78956784 vk_command_pool: Move definition of Pool into the cpp file 5 years ago
Lioncash 943d0c8f2c vk_command_pool: Make use of override on destructor 5 years ago
Lioncash 4e2a72b1ef vk_command_pool: Add missing header guard 5 years ago
Levi Behunin 2746c0c041 More forgetting... duh 5 years ago
Levi Behunin 285b8ef8d1 Forgot to apply suggestion here as well 5 years ago
Levi Behunin 0858ed54d4 Address Comments 5 years ago
Levi Behunin a0094d0b23 Start of Integer flags implementation 5 years ago
Lioncash a31702acaf arithmetic_integer_immediate: Make use of std::move where applicable 5 years ago
ReinUsesLisp 85ff87488d video_core: Fix instances where msbuild always regenerated host shaders 5 years ago
Lioncash 2da5a0c30d shader/registry: Silence a -Wshadow warning 5 years ago
Lioncash 34af344aad shader/registry: Remove unnecessary namespace qualifiers 5 years ago
Lioncash b050a95af8 shader/registry: Make use of designated initializers where applicable 5 years ago