virtualx-engine/drivers
Juan Linietsky 28f51ba547 Refactor high quality texture import
* Only two texture import modes for low/high quality now:
  * S3TC/BPTC
  * ETC2/ASTC
* Makes sense given this is the general preferred and most compatible combination in most platforms.
* Removed lossy_quality from VRAM texture compression options. It was unused everywhere.
* Added a new "high_quality" option to texture import. When enabled, it uses BPTC/ASTC (BC7/ASTC4x4) instead of S3TC/ETC2 (DXT1-5/ETC2,ETCA).
* Changed MacOS export settings so required texture formats depend on the architecture selected.

This solves the following problems:

* Makes it simpler to import textures as high quality, without having to worry about the specific format used.
* As the editor can now run on platforms such as web, Mac OS with Apple Silicion and Android, it should no longer be assumed that S3TC/BPTC is available by default for it.
2023-01-30 15:53:23 +01:00
..
alsa [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
alsamidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
coreaudio Merge pull request #72168 from RandomShaper/sensible_lock_return 2023-01-27 15:40:43 +01:00
coremidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gl_context Regenerate GL loader code with GLAD 2 2022-11-14 21:48:01 +01:00
gles3 Refactor high quality texture import 2023-01-30 15:53:23 +01:00
png One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
pulseaudio [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
unix Merge pull request #71514 from akien-mga/os-unset_environment 2023-01-18 08:35:43 +01:00
vulkan Add a few more checks to ensure that unsupported image formats are not used in the mobile renderer 2023-01-23 12:38:09 -08:00
wasapi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
windows Prevent opening Windows console files 2023-01-11 15:05:29 +01:00
winmidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xaudio2 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_driver_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_driver_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Refactor SPIR-V reflection into a generic RenderingDevice feature 2022-12-12 14:14:53 +01:00