summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/convert_abgr8_to_d32f.frag (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes based on hardware testsSquall-Leonhart2023-10-161-6/+3
| | | | | | Removes unnecessary d32f to bgra shader and blit functions, update vk_texture_cache to use abgr shader for d32f to BGRA formats updates abgr to d32f shader to comply with hardware tests
* Another missing copy connected to Bravely Default IISquall-Leonhart2023-10-151-0/+18
adds blit_image_helper.ConvertABGR8ToD32F and fragment shader for performing ABGR and BGRA to D32F copies