4975 Commits (2fb77adb9f3fca7c4243ffe20df14c45d928fa96)

Author SHA1 Message Date
Lioncash 9e7a1f1351 maxwell_3d: Move member variables to end of class 5 years ago
Lioncash ce0712bf95 maxwell_3d: Resolve -Wdocumentation warning 5 years ago
Lioncash bcc5c4403a maxwell_3d: Remove unused dirty_pointer array 5 years ago
comex eea5122d1b renderer_vulkan: Add missing `override` specifier 5 years ago
comex b8fbf6969c map_interval: Change field order to address uninitialized field warning 5 years ago
comex d637114c17 video_core: Adjust `NUM` macro to avoid Clang warning 5 years ago
comex a6e6cd5788 maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict 5 years ago
Lioncash f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
Lioncash 414a87a4f4 video_core: Resolve more variable shadowing scenarios pt.2 5 years ago
FearlessTobi 37d672bf08 Fix telemetry-related exit crash from use-after-free 5 years ago
Lioncash 94af77aa7c codec: Remove deprecated usage of AVCodecContext::refcounted_frames 5 years ago
Lioncash 677a8b208d video_core: Resolve more variable shadowing scenarios 5 years ago
Lioncash edd8208779 node: Mark member functions as [[nodiscard]] where applicable 5 years ago
Lioncash 7cf34c3637 node: Eliminate variable shadowing 5 years ago
Lioncash cf9767c608 vp9/vic: Resolve pessimizing moves 5 years ago
comex 4681e1ea9e codec: Fix `pragma GCC diagnostic pop` missing corresponding push 5 years ago
ReinUsesLisp 2ccf85a910 vk_shader_decompiler: Implement force early fragment tests 5 years ago
ameerj 979b602738 Limit queue size to 10 frames 5 years ago
ameerj c9e3abe206 Address PR feedback 5 years ago
ameerj eab041866b Queue decoded frames, cleanup decoders 5 years ago
ameerj d52ee6d0a7 cleanup unneeded comments and newlines 5 years ago
ameerj e87670ee48 Refactor MaxwellToSpirvComparison. Use Common::BitCast 5 years ago
ameerj 1dbf71ceb3 Address PR feedback from Rein 5 years ago
ameerj 9014861858 vulkan_renderer: Alpha Test Culling Implementation 5 years ago
comex e8b2fd21d8 nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID 5 years ago
comex 994f497781 Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 5 years ago
ReinUsesLisp acc14d233f gl_rasterizer: Remove warning of untested alpha test 5 years ago
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