godot/servers
Hugo Locurcio 40be15920f
Remove support for PVRTC texture encoding and decoding
On the only platform where PVRTC is supported (iOS),
ETC2 generally supersedes PVRTC in every possible way. The increased
memory usage is not really a problem thanks to modern iOS' devices
processing power being higher than its Android counterparts.
2022-01-14 21:08:22 +01:00
..
audio Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
camera Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
physics_2d Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_3d Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rendering Remove support for PVRTC texture encoding and decoding 2022-01-14 21:08:22 +01:00
text [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and interaction between these modes. 2022-01-13 08:53:28 +02:00
xr Merge pull request #56492 from akien-mga/remove-author-docstrings 2022-01-12 15:24:17 +01:00
audio_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
camera_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
camera_server.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
display_server_headless.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
display_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
display_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
navigation_server_2d.cpp Merge pull request #56492 from akien-mga/remove-author-docstrings 2022-01-12 15:24:17 +01:00
navigation_server_2d.h Merge pull request #56492 from akien-mga/remove-author-docstrings 2022-01-12 15:24:17 +01:00
navigation_server_3d.cpp Merge pull request #56492 from akien-mga/remove-author-docstrings 2022-01-12 15:24:17 +01:00
navigation_server_3d.h Merge pull request #56492 from akien-mga/remove-author-docstrings 2022-01-12 15:24:17 +01:00
physics_server_2d_wrap_mt.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_2d_wrap_mt.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_2d.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_2d.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_3d_wrap_mt.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_3d_wrap_mt.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_3d.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
physics_server_3d.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_server_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_server_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rendering_server.cpp Remove support for PVRTC texture encoding and decoding 2022-01-14 21:08:22 +01:00
rendering_server.h Optimize include files to improve shader_language.h compilation speed 2022-01-12 14:19:12 +03:00
SCsub Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
server_wrap_mt_common.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
text_server.cpp [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and interaction between these modes. 2022-01-13 08:53:28 +02:00
text_server.h [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and interaction between these modes. 2022-01-13 08:53:28 +02:00
xr_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
xr_server.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00