5462 Commits (7530594602d57f42ba5d10814603d0771909886c)

Author SHA1 Message Date
ReinUsesLisp 64fbf319f1 host_shaders: Add shaders to present to the swapchain 5 years ago
ReinUsesLisp 82b7daed9c host_shaders: Add shaders to convert between depth and color images 5 years ago
ReinUsesLisp dc81a90640 host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8 5 years ago
ReinUsesLisp 5169ce9fcd host_shaders: Add shader to render a full screen triangle 5 years ago
ReinUsesLisp 59c46f9de9 host_shaders: Add pitch linear upload compute shader 5 years ago
ReinUsesLisp 12d16248dd host_shaders: Add block linear upload compute shaders 5 years ago
ReinUsesLisp f20e18f60d host_shaders: Add copyright headers to OpenGL present shaders 5 years ago
ReinUsesLisp 95d156a150 video_core/host_shaders: Add support for prebuilt SPIR-V shaders 5 years ago
bunnei 954341763a gpu: gpu_thread: Ensure MicroProfile is shutdown on exit. 5 years ago
bunnei 4991620f89 video_core: gpu_thread: Do not wait when system is powered down. 5 years ago
bunnei 40571c073f video_core: gpu: Implement synchronous mode using threaded GPU. 5 years ago
bunnei 14c825bd1c video_core: gpu: Refactor out synchronous/asynchronous GPU implementations. 5 years ago
ReinUsesLisp 661483f313 renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state 5 years ago
ReinUsesLisp 1b9e08ab78 cmake: Always enable Vulkan 5 years ago
ReinUsesLisp 1e191cc837 video_core: Enforce C4715 (not all control paths return a value) 5 years ago
ReinUsesLisp 5dbda22659 vk_shader_decompiler: Silence warning when compiling without asserts 5 years ago
Lioncash 09fa1d6a73 video_core: Make use of ordered container contains() where applicable 5 years ago
Lioncash 45c5b084fd ast: Improve string concat readability in operator() 5 years ago
Lioncash edcbd47800 gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers() 5 years ago
Lioncash 5d2f18fbcd buffer_block: Mark interface as nodiscard where applicable 5 years ago
Lioncash 3954f14c6d buffer_block: Remove unnecessary includes 5 years ago
Lioncash 7234f436aa shader_ir: std::move node within DeclareAmend() 5 years ago
Lioncash 4c5f5c9bf3 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
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 6 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