godot/core/io
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
..
compression.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
compression.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
config_file.cpp Merge pull request #68450 from KoBeWi/bracket_escapist 2023-01-12 21:53:15 +01:00
config_file.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dir_access.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dir_access.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dtls_server.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
dtls_server.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
file_access_compressed.cpp Merge pull request #70726 from heppocogne/Fix-open_compressed-get_path 2023-01-10 10:48:15 +01:00
file_access_compressed.h Merge pull request #70726 from heppocogne/Fix-open_compressed-get_path 2023-01-10 10:48:15 +01:00
file_access_encrypted.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access_encrypted.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access_memory.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access_memory.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access_network.cpp Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
file_access_network.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access_pack.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access_pack.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access_zip.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access_zip.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
file_access.cpp [GDExtension] Expose some low level functions and String operators. 2023-01-19 12:50:49 +02:00
file_access.h [GDExtension] Expose some low level functions and String operators. 2023-01-19 12:50:49 +02:00
http_client_tcp.cpp [Net] Remove StreamPeerTLS.blocking_handshake option. 2023-01-28 11:08:02 +01:00
http_client_tcp.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
http_client.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
http_client.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
image_loader.cpp Cleanup unused engine code v2 2023-01-19 13:02:18 +01:00
image_loader.h Cleanup unused engine code v2 2023-01-19 13:02:18 +01:00
image.cpp Refactor high quality texture import 2023-01-30 15:53:23 +01:00
image.h Refactor high quality texture import 2023-01-30 15:53:23 +01:00
ip_address.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ip_address.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ip.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ip.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
json.cpp Fixes to JSON as resource 2023-01-14 14:41:51 +01:00
json.h Fixes to JSON as resource 2023-01-14 14:41:51 +01:00
logger.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
logger.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marshalls.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marshalls.h Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
missing_resource.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
missing_resource.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
net_socket.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
net_socket.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packed_data_container.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packed_data_container.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packet_peer_dtls.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
packet_peer_dtls.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
packet_peer_udp.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packet_peer_udp.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packet_peer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packet_peer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
pck_packer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
pck_packer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_format_binary.cpp Merge pull request #71687 from reduz/support-script-class-name-in-efs 2023-01-21 16:54:23 +01:00
resource_format_binary.h Merge pull request #71687 from reduz/support-script-class-name-in-efs 2023-01-21 16:54:23 +01:00
resource_importer.cpp Ability to change a resource UID from API 2023-01-09 18:52:00 +01:00
resource_importer.h Ability to change a resource UID from API 2023-01-09 18:52:00 +01:00
resource_loader.cpp Merge pull request #71687 from reduz/support-script-class-name-in-efs 2023-01-21 16:54:23 +01:00
resource_loader.h Merge pull request #71687 from reduz/support-script-class-name-in-efs 2023-01-21 16:54:23 +01:00
resource_saver.cpp Cleanup unused engine code v2 2023-01-19 13:02:18 +01:00
resource_saver.h Cleanup unused engine code v2 2023-01-19 13:02:18 +01:00
resource_uid.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_uid.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource.cpp Fix Resource::duplicate() missing packed arrays 2023-01-28 23:06:44 -05:00
resource.h Cleanup unused engine code v2 2023-01-19 13:02:18 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
stream_peer_gzip.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
stream_peer_gzip.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
stream_peer_tcp.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
stream_peer_tcp.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
stream_peer_tls.cpp [Net] Remove StreamPeerTLS.blocking_handshake option. 2023-01-28 11:08:02 +01:00
stream_peer_tls.h [Net] Remove StreamPeerTLS.blocking_handshake option. 2023-01-28 11:08:02 +01:00
stream_peer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
stream_peer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
tcp_server.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
tcp_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
translation_loader_po.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
translation_loader_po.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
udp_server.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
udp_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xml_parser.cpp [GDExtension] Expose some low level functions and String operators. 2023-01-19 12:50:49 +02:00
xml_parser.h [GDExtension] Expose some low level functions and String operators. 2023-01-19 12:50:49 +02:00
zip_io.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
zip_io.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00