yuzu/src
lat9nq cb0b8442f0 gl_device: Filter more specifically for slow ASTC
Adds a check to find if the renderer is Intel DG (i.e. DG2).

gl_device: Detect Mesa to disable their ASTC

In our testing, our own ASTC decoder has shown itself to perform faster
than the included one from the driver. Disable theirs when Mesa is
detected.

Mesa detection depends on the vendor string. Some drivers never appear
outside of *nix contexts, so only check those in the *nix context.

gl_device: Internalize Intel DG detection
2023-08-05 15:19:16 -04:00
..
android Merge pull request #10839 from lat9nq/pgc-plus 2023-08-02 14:25:52 -04:00
audio_core Merge pull request #10839 from lat9nq/pgc-plus 2023-08-02 14:25:52 -04:00
common Merge pull request #10839 from lat9nq/pgc-plus 2023-08-02 14:25:52 -04:00
core Merge pull request #10839 from lat9nq/pgc-plus 2023-08-02 14:25:52 -04:00
dedicated_room Run clang-format to fix all. 2023-04-19 17:52:09 +00:00
input_common input_common: set SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS to 0 2023-07-07 21:59:47 +02:00
network general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
shader_recompiler ssa_rewrite_pass: use proper maps 2023-07-23 11:38:01 -04:00
tests Buffer cache: always use async buffer downloads and fix regression. 2023-05-07 23:46:12 +02:00
video_core gl_device: Filter more specifically for slow ASTC 2023-08-05 15:19:16 -04:00
web_service general: Silence -Wshadow{,-uncaptured-local} warnings 2023-07-18 19:31:35 -04:00
yuzu Merge pull request #11202 from abouvier/vulkan-config 2023-08-02 14:26:03 -04:00
yuzu_cmd configure_system: Implement with for loop 2023-07-21 10:56:07 -04:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt cmake: Reposition preprocessor switch comment 2023-07-21 10:56:55 -04:00