aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/host_shaders
AgeCommit message (Expand)Author
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-06OpenGL: fix S8D24 to ABGR8 conversionsLiam
2022-03-16Address review commentsLiam
2022-03-15Vulkan: convert S8D24 <-> ABGR8Liam
2022-01-16astc_decoder: Combine FastReplicate functions to work around new NV driver bugameerj
2021-11-22Texture Cache: Correct conversion shaders.Fernando Sahmkow
2021-11-22TextureCache: Simplify blitting of D24S8 formats and fix bugs.Fernando Sahmkow
2021-11-21HostShaders: Fix D24S8 convertion shaders.Fernando Sahmkow
2021-11-20TextureCache: Assure full conversions on depth/stencil write shaders.Fernando Sahmkow
2021-11-20TextureCache: Add R16G16 to D24S8 converter.Fernando Sahmkow
2021-11-19TextureCache: Add B10G11R11 to D24S8 converter.Fernando Sahmkow
2021-11-19TextureCache: Implement additional D24S8 convertions.Fernando Sahmkow
2021-11-19Vulkan: implement D24S8 <-> RGBA8 convertions.Fernando Sahmkow
2021-11-16HostShader: fix Gaussian filter.FernandoS27
2021-11-16host_shaders: Misc copyright/style changesameerj
2021-11-16Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror
2021-11-16HostShader: Fix gaussian and add attribution.Fernando Sahmkow
2021-11-16Vulkan: Implement FXAAFernandoS27
2021-11-16OpenGL: Implement FXAAMarshall Mohror
2021-11-16VideoCore: Add gaussian filtering.FernandoS27
2021-11-16Update scaleforce to use FP16Marshall Mohror
2021-11-16vulkan: Implement FidelityFX Super ResolutionMarshall Mohror
2021-11-16Renderers: Unify post processing filter shadersameerj
2021-11-16Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow
2021-09-16host_shaders: Remove opengl_copy_bgra.compameerj
2021-08-01astc_decoder: Reduce workgroup sizeameerj
2021-08-01astc_decoder: Compute offset swizzles in-shaderameerj
2021-07-31astc_decoder: Make use of uvec4 for payload dataameerj
2021-07-31astc_decoder: Simplify Select2DPartitionameerj
2021-07-31astc_decoder: Optimize the use EncodingDataameerj
2021-06-30Merge pull request #6459 from lat9nq/ubuntu-fixesAmeer J
2021-06-19astc_decoder.comp: Remove unnecessary LUT SSBOsameerj
2021-06-19astc: Various robustness enhancements for the gpu decoderameerj
2021-06-15astc_decoder: Fix LDR CEM1 endpoint calculationameerj
2021-06-13cmake: Fix find_program usage for 3.15lat9nq
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj
2021-03-13astc_decoder: Reimplement LayersRodrigo Locatti
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