4829 Commits (de522657dd2516cf4a4222aa7392f1031aee98f3)

Author SHA1 Message Date
Lioncash 341083a5e1 video_core: Resolve more variable shadowing scenarios pt.2 5 years ago
FearlessTobi a8fce80339 Fix telemetry-related exit crash from use-after-free 5 years ago
Lioncash 4d9a8ef8f1 codec: Remove deprecated usage of AVCodecContext::refcounted_frames 5 years ago
Lioncash 2f181b6a90 video_core: Resolve more variable shadowing scenarios 5 years ago
Lioncash 9c0408605e node: Mark member functions as [[nodiscard]] where applicable 5 years ago
Lioncash 62d77b943a node: Eliminate variable shadowing 5 years ago
Lioncash 92a5b7b388 vp9/vic: Resolve pessimizing moves 5 years ago
comex 200a0bf755 codec: Fix `pragma GCC diagnostic pop` missing corresponding push 5 years ago
ReinUsesLisp fe1efa971f vk_shader_decompiler: Implement force early fragment tests 5 years ago
ameerj 0a89ea1ca7 Limit queue size to 10 frames 5 years ago
ameerj aa2d90b35c Address PR feedback 5 years ago
ameerj 5beb990349 Queue decoded frames, cleanup decoders 5 years ago
ameerj 942dff1fd8 cleanup unneeded comments and newlines 5 years ago
ameerj a981e7d69c Refactor MaxwellToSpirvComparison. Use Common::BitCast 5 years ago
ameerj 7d48b8be54 Address PR feedback from Rein 5 years ago
ameerj 47f8e43c22 vulkan_renderer: Alpha Test Culling Implementation 5 years ago
comex 00f2c7fbb9 nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID 5 years ago
comex bb729eefce Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 5 years ago
ReinUsesLisp 6263722e4d gl_rasterizer: Remove warning of untested alpha test 5 years ago
Lioncash 953aff6f0e async_shaders: emplace threads into the worker thread vector 5 years ago
Lioncash a15dc601be async_shaders: Simplify implementation of GetCompletedWork() 5 years ago
Lioncash 088767da00 async_shaders: Simplify moving data into the pending queue 5 years ago
Lioncash 8ac9c08758 async_shaders: std::move data within QueueVulkanShader() 5 years ago
Lioncash ae52755d5c gl_rasterizer: Make floating-point literal a float 5 years ago
Lioncash b482ef0f06 shader_bytecode: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash b0172c1888 shader_bytecode: Eliminate variable shadowing 5 years ago
Lioncash e71d8eef5e rasterizer_interface: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash 049b4d4427 render_base: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash 47bc37f5cf gpu: Make use of [[nodiscard]] where applicable 5 years ago
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