yuzu/src/video_core/textures
lat9nq a007ac6b9c configure_graphics_advance: Generate UI at runtime
We can iterate through the AdvancedGraphics settings and generate the UI
during runtime. This doesn't help runtime efficiency, but it helps a ton
in reducing the amount of work a developer needs in order to add a new
setting.
2023-07-21 10:56:07 -04:00
..
astc.cpp textures: add BC1 and BC3 compressors and recompression setting 2023-05-23 12:54:40 -04:00
astc.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bcn.cpp video_core: Add BCn decoding support 2023-06-27 18:00:09 -07:00
bcn.h video_core: Add BCn decoding support 2023-06-27 18:00:09 -07:00
decoders.cpp remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 2023-02-14 12:35:39 -05:00
decoders.h DMA & InlineToMemory Engines Rework. 2022-10-06 21:00:53 +02:00
texture.cpp configure_graphics_advance: Generate UI at runtime 2023-07-21 10:56:07 -04:00
texture.h video_core: Update texture format 2023-03-10 21:48:50 +08:00
workers.cpp textures: add BC1 and BC3 compressors and recompression setting 2023-05-23 12:54:40 -04:00
workers.h textures: add BC1 and BC3 compressors and recompression setting 2023-05-23 12:54:40 -04:00