summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/convert_d24s8_to_abgr8.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-4/+6
|
* Vulkan: implement D24S8 <-> RGBA8 convertions.Fernando Sahmkow2021-11-191-0/+21