4847 Commits (275f63f3eaaaed115eb0121466cc867a54129ee8)

Author SHA1 Message Date
Lioncash 909671a055 video_core: Make use of ordered container contains() where applicable 5 years ago
Lioncash 4d6a2247f2 ast: Improve string concat readability in operator() 5 years ago
Lioncash 10fe8026a9 gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers() 5 years ago
Lioncash 4704a22c3f buffer_block: Mark interface as nodiscard where applicable 5 years ago
Lioncash 7caec76970 buffer_block: Remove unnecessary includes 5 years ago
Lioncash 0e7ead8b49 shader_ir: std::move node within DeclareAmend() 5 years ago
Lioncash ea0e85b869 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
comex 2451a59949 renderer_vulkan: Add missing `override` specifier 5 years ago
comex ef14bbc69d map_interval: Change field order to address uninitialized field warning 5 years ago
comex 38f4b34610 video_core: Adjust `NUM` macro to avoid Clang warning 5 years ago
comex 20f4c9175a maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict 6 years ago
Lioncash 5db4785535 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
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