yuzu/src/video_core/texture_cache
ReinUsesLisp 48a1687f51
texture_cache: Drop abstracted ComponentType
Abstracted ComponentType was not being used in a meaningful way.
This commit drops its usage.

There is one place where it was being used to test compatibility between
two cached surfaces, but this one is implied in the pixel format.
Removing the component type test doesn't change the behaviour.
2019-11-14 18:21:42 -03:00
..
copy_params.h copy_params: use constexpr for constructor 2019-06-25 17:42:50 -04:00
surface_base.cpp common: Rename binary_find.h to algorithm.h 2019-10-15 15:24:50 -04:00
surface_base.h common: Rename binary_find.h to algorithm.h 2019-10-15 15:24:50 -04:00
surface_params.cpp texture_cache: Drop abstracted ComponentType 2019-11-14 18:21:42 -03:00
surface_params.h texture_cache: Drop abstracted ComponentType 2019-11-14 18:21:42 -03:00
surface_view.cpp texture_cache: Minor changes 2019-09-05 23:25:15 -03:00
surface_view.h texture_cache: Minor changes 2019-09-05 23:25:15 -03:00
texture_cache.h texture_cache: Drop abstracted ComponentType 2019-11-14 18:21:42 -03:00