eden-mirror/src
lizzie 4d49341918
[vk, opengl] recognize and use ETC2 (if available) textures natively (#3237)
this makes it so VK and OGL backends map the NVIDIA's ETC2 into VK_FORMAT_ETC-whatever and GL_ETC-whatever remaps, instead of using the default fallback for AR8G8B8. in short, just make the ETC2 textures be submitted as ETC2 instead of being submit as A8R8G8B8.

Signed-off-by: lizzie lizzie@eden-emu.dev

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3237
Reviewed-by: Ghost <>
Reviewed-by: crueter <crueter@eden-emu.dev>
2026-05-15 22:08:09 +02:00
..
android [file_sys] fix romfs_ext mods (#3914) 2026-05-13 19:13:44 +02:00
audio_core
common [dynarmic, macroHLE] Use faster ankerl for xbyak maps (#3716) 2026-05-15 22:07:45 +02:00
core [hle] inline HLE cmif request to not allocate on heap stuff (#3605) 2026-05-15 22:07:03 +02:00
dedicated_room
dynarmic [dynarmic, macroHLE] Use faster ankerl for xbyak maps (#3716) 2026-05-15 22:07:45 +02:00
frontend_common [common] do not crash when don't have permissions to /tmp/eden directory due to unforessen circumstances (FreeBSD) (#3912) 2026-05-13 19:14:59 +02:00
hid_core [hid_core] remove contentious mutex from EmulatedController and just rely on atomic semantics for fields (#3866) 2026-05-15 22:06:23 +02:00
input_common [common] unify std::random_device (#3801) 2026-03-31 20:12:41 +02:00
network [common] unify std::random_device (#3801) 2026-03-31 20:12:41 +02:00
qt_common [common] do not crash when don't have permissions to /tmp/eden directory due to unforessen circumstances (FreeBSD) (#3912) 2026-05-13 19:14:59 +02:00
shader_recompiler [spirv] mark sampled image descriptor indices non-uniform (#3900) 2026-05-04 18:16:11 +02:00
tests
video_core [vk, opengl] recognize and use ETC2 (if available) textures natively (#3237) 2026-05-15 22:08:09 +02:00
web_service [cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800) 2026-04-06 19:13:09 +02:00
yuzu [desktop] Fix QtCommon missing header in bootmanager.cpp (#3931) 2026-05-06 03:27:51 +02:00
yuzu_cmd [opengl] remove GLAD symbols from builds w/o OpenGL (#3922) 2026-05-06 03:23:27 +02:00
yuzu_room_standalone
.clang-format
CMakeLists.txt [cmake] use -mtls-dialect=gnu2 (#3948) 2026-05-14 00:17:13 +02:00
dep_hashes.h.in