summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/convert_abgr8_to_d32f.frag (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-16Changes based on hardware testsSquall-Leonhart1-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
2023-10-15Another missing copy connected to Bravely Default IISquall-Leonhart1-0/+18
adds blit_image_helper.ConvertABGR8ToD32F and fragment shader for performing ABGR and BGRA to D32F copies