5462 Commits (7530594602d57f42ba5d10814603d0771909886c)

Author SHA1 Message Date
Lioncash 01db5cf203 async_shaders: emplace threads into the worker thread vector 5 years ago
Lioncash ba3916fc67 async_shaders: Simplify implementation of GetCompletedWork() 5 years ago
Lioncash 3fcc98e11a async_shaders: Simplify moving data into the pending queue 5 years ago
Lioncash 5b441fa25d async_shaders: std::move data within QueueVulkanShader() 5 years ago
Lioncash 8469b76630 gl_rasterizer: Make floating-point literal a float 5 years ago
Lioncash b7cd5d742e shader_bytecode: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash 56ecafc204 shader_bytecode: Eliminate variable shadowing 5 years ago
Lioncash 70812ec57b rasterizer_interface: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash a78021580d render_base: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash b928fca114 gpu: Make use of [[nodiscard]] where applicable 5 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. 5 years ago
Lioncash 6f006d051e General: Fix clang build 5 years ago
Lioncash 4f0f481f63 nvdec: Make use of [[nodiscard]] where applicable 5 years ago
bunnei c6e1c46ac7 video_core: dma_pusher: Add support for integrity checks. 5 years ago
bunnei c64545d07a video_core: dma_pusher: Add support for prefetched command lists. 5 years ago
bunnei 6053b95552 video_core: gpu: Implement WaitFence and IncrementSyncPoint. 5 years ago
Lioncash 12eeffcb7c vp9: Be explicit with copy and move operators 5 years ago
Lioncash 0d713cf8eb vp9: Mark functions with [[nodiscard]] where applicable 5 years ago
Lioncash badea3b301 vp9: Provide a default initializer for "hidden" member 5 years ago
Lioncash f8543249f0 vp9: Make some member functions internally linked 5 years ago
Lioncash 5553bd3ba2 General: Resolve a few missing initializer warnings 5 years ago
ameerj 3620206136 async_shaders: Increase Async worker thread count for 8+ thread cpus 5 years ago
bunnei 94eca09cf6 video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand. 5 years ago
ReinUsesLisp 657771bdcb shader: Partially implement texture cube array shadow 5 years ago
ReinUsesLisp 44b552be71 shader/arithmetic: Implement FCMP immediate + register variant 5 years ago
ReinUsesLisp 79da90cea8 video_core: Enforce -Wredundant-move and -Wpessimizing-move 5 years ago
ReinUsesLisp 4a451e5849 video_core: Enforce -Werror=type-limits 5 years ago
Lioncash 047e77e2f0 sync_manager: Amend parameter order of calls to SyncptIncr constructor 5 years ago
Lioncash cce14b4cd7 h264: Make WriteUe take a u32 5 years ago
Lioncash 6291975731 vp9: std::move buffer within ComposeFrameHeader() 5 years ago
Lioncash 00decfbb07 vp9: Remove dead code 5 years ago
Lioncash 111802bbbb vp9: Join declarations with assignments 5 years ago
Lioncash 3b5d5fa86f vp9: Remove pessimizing moves 5 years ago
Lioncash dcc26c54a5 vp9: Resolve variable shadowing 5 years ago
Lioncash c04203b786 nvdec: Tidy up header includes 5 years ago
ameerj eb67a45ca8 video_core: NVDEC Implementation 5 years ago
Lioncash 678d012c2c video_core: Conditially activate relevant compiler warnings 5 years ago
ReinUsesLisp f21a189148 gl_arb_decompiler: Implement robust buffer operations 5 years ago
ReinUsesLisp e4e0abc418 vk_graphics_pipeline: Manage primitive topology as fixed state 5 years ago
ReinUsesLisp e1600b0962 video_core: Enforce -Wclass-memaccess 5 years ago
goldenx86 0120e5b1d9 vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices 5 years ago
ReinUsesLisp dffaffaac1 shader/texture: Implement CUBE texture type for TMML and fix arrays 5 years ago
ReinUsesLisp cd3e959f23 renderer_vulkan/wrapper: Fix physical device sorting 5 years ago
ReinUsesLisp 2a24b1c973 video_core: Enforce -Wunused-variable and -Wunused-but-set-variable 5 years ago
Matías Locatti d7843b8ef2
Remove ext_extended_dynamic_state blacklist 5 years ago
lat9nq ca26fd0f42 vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux 5 years ago
Lioncash 940d85241b vk_command_pool: Move definition of Pool into the cpp file 5 years ago
Lioncash 4ed4bba305 vk_command_pool: Make use of override on destructor 5 years ago