godot/drivers
lawnjelly 8005175ea5 GLES2 polyline drawn as GL_LINE_STRIP to match GLES3
The behaviour of TYPE_POLYLINE appeared incorrect in GLES2, and inconsistent with GLES3 and the docs, which state that draw_polyline 'Draws interconnected line segments'. Also when drawing with triangles GLES2 draws interconnected segments.

This PR simply changes the primitive from GL_LINES to GL_LINE_STRIP as in GLES3.
2020-05-14 10:38:12 +01:00
..
alsa Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
alsamidi
coreaudio
coremidi
dummy Add more extensions to the dummy texture loader 2020-04-27 10:09:17 +02:00
gl_context
gles2 GLES2 polyline drawn as GL_LINE_STRIP to match GLES3 2020-05-14 10:38:12 +01:00
gles3 Use DWMEnableBlurBehindWindow instead of WS_EX_LAYERED 2020-05-10 21:05:37 +05:30
png
pulseaudio
unix Merge pull request #35091 from Faless/dtls/enet 2020-05-05 13:40:59 +02:00
wasapi
windows Fix res:// trimmed to s:// on Windows 2020-04-01 10:22:05 +02:00
winmidi
xaudio2
register_driver_types.cpp
register_driver_types.h
SCsub