virtualx-engine/drivers
marxin d9eb6a5b20 Fix #19633 by proper store to &ubo_data.shadow_matrix[1234].
It is not valid in C++ to store into shadow_matrix1[16] with shadow_matrix1[16 * j]
(for j > 0). Even though there's a valid space in a struct after shadow_matrix1.
Knowing that GCC performs aggressive optimizations that eventually lead
to a wrong code. Code has been changed into union where one can either
use shadow_matrix[4 * 16], or individual shadow_matrix1, shadow_matrix2, etc. GCC pragma
is not needed any longer.
2019-01-19 10:25:01 +01: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 Use 16 bit indices on phones that dont support 32, fixes #19797 2019-01-18 17:30:12 -03:00
gles3 Fix #19633 by proper store to &ubo_data.shadow_matrix[1234]. 2019-01-19 10:25:01 +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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
wasapi Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
windows Update copyright statements to 2019 2019-01-01 12:58:10 +01: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
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 SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00