yuzu/src/video_core/texture_cache
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
copy_params.h copy_params: use constexpr for constructor 2019-06-25 17:42:50 -04:00
format_lookup_table.cpp video_core: Implement RGBA16_SNORM 2020-03-12 21:42:33 -03:00
format_lookup_table.h format_lookup_table: Address feedback 2019-11-14 20:57:30 -03:00
surface_base.cpp Texture Cache: Use vAddr instead of physical memory for caching. 2020-04-06 09:23:05 -04:00
surface_base.h Texture Cache: Use vAddr instead of physical memory for caching. 2020-04-06 09:23:05 -04:00
surface_params.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
surface_params.h video_core: Use native ASTC when available 2020-04-01 01:14:04 -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 CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00