godot/drivers
santouits 3c1cd2873b WebGL1 some changes
glRenderBufferStorage doesn't accept the _DEPTH_COMPONENT24_OES so I changed it to GL_DEPTH_COMPONENT16
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/renderbufferStorage
https://www.khronos.org/registry/webgl/extensions/rejected/OES_depth24/

Enabled ext_shader_texture_lod extension. I guess it does the same like the GL_ARB_shader_texture_lod extension, but in WebGL1
https://www.khronos.org/registry/webgl/extensions/EXT_shader_texture_lod/

And last WebGL1 doesn't allow indexes not constant, so I changed it into a loop reading this:
https://stackoverflow.com/questions/19529690/index-expression-must-be-constant-webgl-glsl-error
2019-01-22 13:40:28 +02:00
..
alsa Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
alsamidi Update copyright statements to 2019 2019-01-01 12:58:10 +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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dummy Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gl_context Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gles2 WebGL1 some changes 2019-01-22 13:40:28 +02:00
gles3 Merge pull request #25115 from marxin/fix-19633-proper 2019-01-21 17:40:56 +01:00
png Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pulseaudio Merge pull request #24301 from marcelofg55/default_device_pulseaudio 2019-01-07 20:10:50 +01:00
rtaudio Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
unix Add function to obtain filesystem type from DirAccess. 2019-01-21 18:06:14 -03:00
wasapi Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
windows Add function to obtain filesystem type from DirAccess. 2019-01-21 18:06:14 -03:00
winmidi Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
xaudio2 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +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