5884 Commits (2db5076ec9abab880ea2cc363f4e5e93c528d801)

Author SHA1 Message Date
Lioncash b7cd5d742e shader_bytecode: Make use of [[nodiscard]] where applicable 6 years ago
Lioncash 56ecafc204 shader_bytecode: Eliminate variable shadowing 6 years ago
Lioncash 70812ec57b rasterizer_interface: Make use of [[nodiscard]] where applicable 6 years ago
Lioncash a78021580d render_base: Make use of [[nodiscard]] where applicable 6 years ago
Lioncash b928fca114 gpu: Make use of [[nodiscard]] where applicable 6 years ago
ReinUsesLisp 622830f4e1 maxwell_3d: Use insert instead of loop push_back 6 years ago
ReinUsesLisp 9ea8cffe35 maxwell_3d: Move code to separate functions 6 years ago
bunnei dc5396a466 video_core: dma_pusher: Remove integrity check on command lists. 6 years ago
Lioncash 6f006d051e General: Fix clang build 6 years ago
Lioncash 4f0f481f63 nvdec: Make use of [[nodiscard]] where applicable 6 years ago
bunnei c6e1c46ac7 video_core: dma_pusher: Add support for integrity checks. 6 years ago
bunnei c64545d07a video_core: dma_pusher: Add support for prefetched command lists. 6 years ago
bunnei 6053b95552 video_core: gpu: Implement WaitFence and IncrementSyncPoint. 6 years ago
Lioncash 12eeffcb7c vp9: Be explicit with copy and move operators 6 years ago
Lioncash 0d713cf8eb vp9: Mark functions with [[nodiscard]] where applicable 6 years ago
Lioncash badea3b301 vp9: Provide a default initializer for "hidden" member 6 years ago
Lioncash f8543249f0 vp9: Make some member functions internally linked 6 years ago
Lioncash 5553bd3ba2 General: Resolve a few missing initializer warnings 6 years ago
ameerj 3620206136 async_shaders: Increase Async worker thread count for 8+ thread cpus 6 years ago
bunnei 94eca09cf6 video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand. 6 years ago
ReinUsesLisp 657771bdcb shader: Partially implement texture cube array shadow 6 years ago
ReinUsesLisp 44b552be71 shader/arithmetic: Implement FCMP immediate + register variant 6 years ago
ReinUsesLisp 79da90cea8 video_core: Enforce -Wredundant-move and -Wpessimizing-move 6 years ago
ReinUsesLisp 4a451e5849 video_core: Enforce -Werror=type-limits 6 years ago
Lioncash 047e77e2f0 sync_manager: Amend parameter order of calls to SyncptIncr constructor 6 years ago
Lioncash cce14b4cd7 h264: Make WriteUe take a u32 6 years ago
Lioncash 6291975731 vp9: std::move buffer within ComposeFrameHeader() 6 years ago
Lioncash 00decfbb07 vp9: Remove dead code 6 years ago
Lioncash 111802bbbb vp9: Join declarations with assignments 6 years ago
Lioncash 3b5d5fa86f vp9: Remove pessimizing moves 6 years ago
Lioncash dcc26c54a5 vp9: Resolve variable shadowing 6 years ago
Lioncash c04203b786 nvdec: Tidy up header includes 6 years ago
ameerj eb67a45ca8 video_core: NVDEC Implementation 6 years ago
Lioncash 678d012c2c video_core: Conditially activate relevant compiler warnings 6 years ago
ReinUsesLisp f21a189148 gl_arb_decompiler: Implement robust buffer operations 6 years ago
ReinUsesLisp e4e0abc418 vk_graphics_pipeline: Manage primitive topology as fixed state 6 years ago
ReinUsesLisp e1600b0962 video_core: Enforce -Wclass-memaccess 6 years ago
goldenx86 0120e5b1d9 vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices 6 years ago
ReinUsesLisp dffaffaac1 shader/texture: Implement CUBE texture type for TMML and fix arrays 6 years ago
ReinUsesLisp cd3e959f23 renderer_vulkan/wrapper: Fix physical device sorting 6 years ago
ReinUsesLisp 2a24b1c973 video_core: Enforce -Wunused-variable and -Wunused-but-set-variable 6 years ago
Matías Locatti d7843b8ef2
Remove ext_extended_dynamic_state blacklist 6 years ago
lat9nq ca26fd0f42 vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux 6 years ago
Lioncash 940d85241b vk_command_pool: Move definition of Pool into the cpp file 6 years ago
Lioncash 4ed4bba305 vk_command_pool: Make use of override on destructor 6 years ago
Lioncash e0f2db4376 vk_command_pool: Add missing header guard 6 years ago
Levi Behunin bc69cc1511 More forgetting... duh 6 years ago
Levi Behunin 24c1bb3842 Forgot to apply suggestion here as well 6 years ago
Levi Behunin a19dc3bf00 Address Comments 6 years ago
Levi Behunin d53b79ff5c Start of Integer flags implementation 6 years ago