godot/drivers
reduz 70f5972905 Refactored Mesh internals and formats.
-Changed how mesh data is organized, hoping to make it more efficient on Vulkan and GLES.
-Removed compression, it now always uses the most efficient format.
-Added support for custom arrays (up to 8 custom formats)
-Added support for 8 weights in skeleton data.
-Added a simple optional versioning system for imported assets, to reimport if binary is newer
-Fixes #43979 (I needed to test)

WARNING:

-NOT backwards compatible with previous 4.x-devel, will most likely never be, but it will force reimport scenes due to version change.
-NOT backwards compatible with 3.x scenes, this will be eventually re-added.
-Skeletons not working any longer, will fix in next PR.
2020-12-02 13:07:59 -03:00
..
alsa Prevent ALSA audio corruption 2020-11-27 16:05:59 -05:00
alsamidi Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
coreaudio Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
coremidi Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
dummy Sync RasterizerDummy changes. 2020-11-30 12:07:20 +01:00
png Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
pulseaudio Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
spirv-reflect SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
unix Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
vulkan Refactored Mesh internals and formats. 2020-12-02 13:07:59 -03:00
wasapi Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
windows Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
winmidi Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
xaudio2 Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
register_driver_types.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
register_driver_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Add all headers to VS Project 2020-09-27 18:03:51 +02:00