summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-17host_shaders: Remove opengl_copy_bgra.compameerj1-1/+0
2021-06-13cmake: Fix find_program usage for 3.15lat9nq1-1/+4
2021-03-13host_shaders: Modify shader cmake integration to allow for larger shadersameerj1-0/+1
2021-03-04renderer_opengl: Swizzle BGR textures on copyameerj1-0/+1
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+0
2021-02-02video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailablelat9nq1-1/+19
2021-01-24host_shaders/cmake: Pass --quiet to glslang to keep it quietReinUsesLisp1-1/+1
2020-12-30host_shaders: Add Vulkan assembler compute shadersReinUsesLisp1-0/+3
2020-12-30host_shaders: Add helper to blit depth stencil fragment shaderReinUsesLisp1-0/+1
2020-12-30host_shaders: Add texture color blit fragment shaderReinUsesLisp1-0/+1
2020-12-30host_shaders: Add shaders to present to the swapchainReinUsesLisp1-0/+2
2020-12-30host_shaders: Add shaders to convert between depth and color imagesReinUsesLisp1-0/+2
2020-12-30host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8ReinUsesLisp1-0/+1
2020-12-30host_shaders: Add shader to render a full screen triangleReinUsesLisp1-0/+1
2020-12-30host_shaders: Add pitch linear upload compute shaderReinUsesLisp1-0/+1
2020-12-30host_shaders: Add block linear upload compute shadersReinUsesLisp1-0/+2
2020-12-30video_core/host_shaders: Add support for prebuilt SPIR-V shadersReinUsesLisp1-16/+37
2020-09-24video_core: Fix instances where msbuild always regenerated host shadersReinUsesLisp1-12/+5
2020-08-24video_core/host_shaders: Add CMake integration for string shadersReinUsesLisp1-0/+43