aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/host_shaders
AgeCommit message (Expand)Author
2021-03-13astc_decoder: Fix out of bounds memory accessameerj
2021-03-13renderer_vulkan: Accelerate ASTC decodingameerj
2021-03-13host_shaders: Modify shader cmake integration to allow for larger shadersameerj
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj
2021-03-04renderer_opengl: Swizzle BGR textures on copyameerj
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-02-01video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailablelat9nq
2021-01-24host_shaders/cmake: Pass --quiet to glslang to keep it quietReinUsesLisp
2020-12-30host_shaders: Add Vulkan assembler compute shadersReinUsesLisp
2020-12-30host_shaders: Add helper to blit depth stencil fragment shaderReinUsesLisp
2020-12-30host_shaders: Add texture color blit fragment shaderReinUsesLisp
2020-12-30host_shaders: Add shaders to present to the swapchainReinUsesLisp
2020-12-30host_shaders: Add shaders to convert between depth and color imagesReinUsesLisp
2020-12-30host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8ReinUsesLisp
2020-12-30host_shaders: Add shader to render a full screen triangleReinUsesLisp
2020-12-30host_shaders: Add pitch linear upload compute shaderReinUsesLisp
2020-12-30host_shaders: Add block linear upload compute shadersReinUsesLisp
2020-12-30host_shaders: Add copyright headers to OpenGL present shadersReinUsesLisp
2020-12-30video_core/host_shaders: Add support for prebuilt SPIR-V shadersReinUsesLisp
2020-09-23video_core: Fix instances where msbuild always regenerated host shadersReinUsesLisp
2020-08-23video_core/host_shaders: Add CMake integration for string shadersReinUsesLisp