citra/src/video_core/rasterizer_cache
GPUCode 85bd1be852
code: Add texture sampling option (#7118)
* This replaces the nearest neighbour filter that shouldn't have existed in the first place
2023-11-23 02:04:47 +02:00
..
framebuffer_base.h rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
pixel_format.cpp Rasterizer cache refactor (#6375) 2023-04-21 10:14:55 +03:00
pixel_format.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
rasterizer_cache.cpp Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
rasterizer_cache.h code: Add texture sampling option (#7118) 2023-11-23 02:04:47 +02:00
rasterizer_cache_base.h rasterizer_cache: Allow custom recycle (#6851) 2023-08-06 22:59:54 +03:00
sampler_params.h Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
slot_id.h rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
surface_base.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
surface_base.h rasterizer_cache: Avoid dumping render targets (#7130) 2023-11-07 18:13:03 -08:00
surface_params.cpp rasterizer_cache: Bring back custom format parameter (#6873) 2023-08-08 01:10:11 +03:00
surface_params.h Res cache fixes (#6838) 2023-08-02 21:38:45 +03:00
texture_codec.h rasterizer_cache: Fixes to (unaligned) texture downloads (#6697) 2023-07-18 17:31:31 +03:00
texture_cube.h rasterizer_cache: Fixes to (unaligned) texture downloads (#6697) 2023-07-18 17:31:31 +03:00
utils.cpp Rasterizer cache refactor (#6375) 2023-04-21 10:14:55 +03:00
utils.h rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00