godot/drivers/gles3/storage
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
..
config.cpp Refactor high quality texture import 2023-01-30 15:53:23 +01:00
config.h Refactor high quality texture import 2023-01-30 15:53:23 +01:00
light_storage.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_storage.h fix ReflectionProbe rendering extents for (10,10,10) 2023-01-24 00:32:24 +05:30
material_storage.cpp Properly append global uniform buffer name in gl_compatibility shaders 2023-01-26 12:14:45 -08:00
material_storage.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_storage.cpp Automatically transform Skeleton2D calculations so pivots are not needed 2023-01-27 14:55:22 -08:00
mesh_storage.h Automatically transform Skeleton2D calculations so pivots are not needed 2023-01-27 14:55:22 -08:00
particles_storage.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
particles_storage.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
render_scene_buffers_gles3.cpp Improving communication of scaling settings to renderer implementation 2023-01-13 12:54:15 +11:00
render_scene_buffers_gles3.h Improving communication of scaling settings to renderer implementation 2023-01-13 12:54:15 +11:00
SCsub Split dummy renderer classes into separate files 2022-03-16 17:43:10 +11:00
texture_storage.cpp Refactor high quality texture import 2023-01-30 15:53:23 +01:00
texture_storage.h Refactor high quality texture import 2023-01-30 15:53:23 +01:00
utilities.cpp Refactor high quality texture import 2023-01-30 15:53:23 +01:00
utilities.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00