2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/texture_cache
Fernando Sahmkow a4f48efea4
Merge pull request #4176 from ReinUsesLisp/compatible-formats
texture_cache: Check format compatibility before copying
2020-06-30 15:36:13 -04:00
..
copy_params.h
format_lookup_table.cpp format_lookup_table: Implement G24S8 format as S8Z24 2020-05-28 17:16:07 -03:00
format_lookup_table.h
surface_base.cpp TextureCache: Fix case where layer goes off bound. 2020-06-22 11:37:40 -04:00
surface_base.h texture_cache: Implement rendering to 3D textures 2020-06-08 05:01:00 -03:00
surface_params.cpp texture_cache: Port original code management for 2D vs 3D textures 2020-06-08 05:02:22 -03:00
surface_params.h
surface_view.cpp surface_view: Add missing operator!= to ViewParams 2020-04-16 00:03:12 -04:00
surface_view.h surface_view: Add missing operator!= to ViewParams 2020-04-16 00:03:12 -04:00
texture_cache.h texture_cache: Test format compatibility before copying 2020-06-26 20:52:22 -03:00