godot/drivers
Marcus Brummer 10f1e0f63a Prevent GLES2 bool uniforms from having a precision type set.
When setting the default precision type for uniforms (before compiling
the shader) prevent boolean uniforms from having one set. Booleans can't
have a precision type and on some Android devices this caused a
compilation failure.

Fixes #30317
2019-07-05 01:00:02 +02:00
..
alsa Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
alsamidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
convex_decomp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
coreaudio Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
coremidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
dummy Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
gl_context SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
gles2 Prevent GLES2 bool uniforms from having a precision type set. 2019-07-05 01:00:02 +02:00
gles3 Fix various memory leaks and errors 2019-07-02 17:23:54 +03:00
png SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
pulseaudio Explicitly set a channel map when initialising the Pulseaudio stream. 2019-07-01 22:47:55 +02:00
unix Merge pull request #30126 from qarmin/remove_unnecessary_code 2019-07-01 14:32:04 +02:00
wasapi Fix compilation warnings in JS and Windows builds 2019-06-15 14:40:45 +02:00
windows Fix compilation warnings in JS and Windows builds 2019-06-15 14:40:45 +02:00
winmidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
xaudio2 SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
register_driver_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_driver_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Drop RtAudio driver on Windows 2019-02-20 13:47:01 +01:00