summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/convert_abgr8_to_d24s8.frag (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* Texture Cache: Correct conversion shaders.Fernando Sahmkow2021-11-221-1/+1
|
* HostShaders: Fix D24S8 convertion shaders.Fernando Sahmkow2021-11-211-3/+4
|
* TextureCache: Assure full conversions on depth/stencil write shaders.Fernando Sahmkow2021-11-201-2/+2
|
* Vulkan: implement D24S8 <-> RGBA8 convertions.Fernando Sahmkow2021-11-191-0/+17