godot/drivers
Hugo Locurcio 35a20fa96a Use a shared copy of placeholder textures, tweak placeholder appearance
This reduces memory usage a bit in case multiple placeholders were
requested, e.g. when using multiple NoiseTextures with no noise property
defined.

The placeholder texture's appearance was also changed from a plain magenta
color to a checkerboard alternating between magenta and black pixels.
This makes it easier to spot when the placeholder texture ends up
being used in a complex scene (usually by accident).
The texture's dimensions remain identical to keep the physical size
identical in 2D.
2024-10-18 14:51:51 +02:00
..
alsa SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
alsamidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
backtrace SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
coreaudio SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
coremidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
d3d12 CI: Add MinGW/GCC build to Windows GHA 2024-10-10 10:10:55 -05:00
egl Merge pull request #94952 from alvinhochun/angle-d3d11-flip-y 2024-10-10 18:13:17 -05:00
gl_context SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
gles3 Use a shared copy of placeholder textures, tweak placeholder appearance 2024-10-18 14:51:51 +02:00
metal Merge pull request #97309 from kroketio/metal-expose-device-handle 2024-10-07 11:00:53 -06:00
png SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
pulseaudio SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
unix [Linux/BSD] Fix cross-device rename. 2024-10-02 08:57:37 +03:00
vulkan Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 2024-10-02 15:11:58 -03:00
wasapi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
windows Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2 2024-09-26 12:45:31 +02:00
winmidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
xaudio2 Merge pull request #97483 from akien-mga/clang-format-19.1.0 2024-09-26 12:46:04 +02: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 Use dedicated print_error method for colored output for unsupported drivers 2024-09-27 20:30:51 +03:00