summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-0/+3
* OpenGL: fix S8D24 to ABGR8 conversionsLiam2022-04-071-0/+1
* Address review commentsLiam2022-03-161-1/+1
* Vulkan: convert S8D24 <-> ABGR8Liam2022-03-161-0/+1
* TextureCache: Simplify blitting of D24S8 formats and fix bugs.Fernando Sahmkow2021-11-221-4/+0
* TextureCache: Add R16G16 to D24S8 converter.Fernando Sahmkow2021-11-201-0/+1
* TextureCache: Add B10G11R11 to D24S8 converter.Fernando Sahmkow2021-11-191-0/+1
* TextureCache: Implement additional D24S8 convertions.Fernando Sahmkow2021-11-191-0/+2
* Vulkan: implement D24S8 <-> RGBA8 convertions.Fernando Sahmkow2021-11-191-0/+2
* Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror2021-11-161-3/+7
* OpenGL: Implement FXAAMarshall Mohror2021-11-161-0/+2
* VideoCore: Add gaussian filtering.FernandoS272021-11-161-0/+1
* vulkan: Implement FidelityFX Super ResolutionMarshall Mohror2021-11-161-2/+15
* Renderers: Unify post processing filter shadersameerj2021-11-161-4/+2
* Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow2021-11-161-0/+4
* host_shaders: Remove opengl_copy_bgra.compameerj2021-09-171-1/+0
* cmake: Fix find_program usage for 3.15lat9nq2021-06-131-1/+4
* host_shaders: Modify shader cmake integration to allow for larger shadersameerj2021-03-131-0/+1
* renderer_opengl: Swizzle BGR textures on copyameerj2021-03-041-0/+1
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-1/+0
* video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailablelat9nq2021-02-021-1/+19
* host_shaders/cmake: Pass --quiet to glslang to keep it quietReinUsesLisp2021-01-241-1/+1
* host_shaders: Add Vulkan assembler compute shadersReinUsesLisp2020-12-301-0/+3
* host_shaders: Add helper to blit depth stencil fragment shaderReinUsesLisp2020-12-301-0/+1
* host_shaders: Add texture color blit fragment shaderReinUsesLisp2020-12-301-0/+1
* host_shaders: Add shaders to present to the swapchainReinUsesLisp2020-12-301-0/+2
* host_shaders: Add shaders to convert between depth and color imagesReinUsesLisp2020-12-301-0/+2
* host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8ReinUsesLisp2020-12-301-0/+1
* host_shaders: Add shader to render a full screen triangleReinUsesLisp2020-12-301-0/+1
* host_shaders: Add pitch linear upload compute shaderReinUsesLisp2020-12-301-0/+1
* host_shaders: Add block linear upload compute shadersReinUsesLisp2020-12-301-0/+2
* video_core/host_shaders: Add support for prebuilt SPIR-V shadersReinUsesLisp2020-12-301-16/+37
* video_core: Fix instances where msbuild always regenerated host shadersReinUsesLisp2020-09-241-12/+5
* video_core/host_shaders: Add CMake integration for string shadersReinUsesLisp2020-08-241-0/+43