citra/src/video_core/rasterizer_cache
GPUCode bea863efff
general: Fixes for Tales of the Abyss (#7381)
* geometry_pipeline: Remove unneeded assert

* Has been hw-tested that gs works correctly even when not in exclusive mode

* pica_core: Propagate output_mask to gs

* Has been hw-tested to occur under the same conditions that other uniforms are shared

* regs_shader: Intialize GPUREG_SH_INPUTBUFFER_CONFIG to default value

* Default value verified on hw. Tales of Abyss does not update the number of vertex attributes for the geometry unit and expects it to be 2

* texture_codec: Align buffer sizes to bpp

* Prevents out of bounds texture reads when launching TOA from the HOME menu

* pica_core: Make default value more clear
2024-01-24 19:22:10 +02:00
..
framebuffer_base.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
pixel_format.cpp video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
pixel_format.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
rasterizer_cache.cpp Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
rasterizer_cache.h glsl_shader_gen: Remove invariant qualifier (#7376) 2024-01-21 13:39:35 +02:00
rasterizer_cache_base.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
sampler_params.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01: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 misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -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 general: Fixes for Tales of the Abyss (#7381) 2024-01-24 19:22:10 +02:00
texture_cube.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01: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