godot/drivers
Rémi Verschelde cb66b672d7 GLES2: Fix VersionKey comparison in `ShaderGLES2::bind()`
This was comparing arrays, GCC 12 raises a warning for it:

```
drivers/gles2/shader_gles2.cpp: In member function 'bool ShaderGLES2::bind()':
drivers/gles2/shader_gles2.cpp:80:71: error: comparison between two arrays [-Werror=array-compare]
   80 |         if (active != this || !version || new_conditional_version.key != conditional_version.key) {
      |                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gles2/shader_gles2.cpp:80:71: note: use unary '+' which decays operands to pointers or '&'component_ref' not supported by dump_decl<declaration error>[0] != &'component_ref' not supported by dump_decl<declaration error>[0]' to compare the addresses
```

(cherry picked from commit 76df26b110)
2022-03-07 14:39:46 +01:00
..
alsa Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
alsamidi Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
coreaudio Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
coremidi Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
dummy ImageLoader: Remove references to unsupported svgz extension 2022-01-25 18:41:01 +01:00
gl_context SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
gles2 GLES2: Fix VersionKey comparison in `ShaderGLES2::bind()` 2022-03-07 14:39:46 +01:00
gles3 Fix shader state caching when blend shapes used 2022-03-07 08:31:08 +01:00
gles_common Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
png Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
pulseaudio Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
unix Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
wasapi Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
windows Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
winmidi Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
xaudio2 Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
SCsub Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00
register_driver_types.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
register_driver_types.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00