godot/drivers/gles2
Rémi Verschelde e0574e1d98 Fix typos with codespell
Using codespell 1.15.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-05-19 13:10:35 +02:00
..
shaders Fix typos with codespell 2019-05-19 13:10:35 +02:00
rasterizer_canvas_gles2.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
rasterizer_canvas_gles2.h Make alpha 1.0 when using texscreen, fixes #25850 2019-02-21 19:43:34 -03:00
rasterizer_gles2.cpp added MSAA to GLES backend 2019-05-02 14:24:20 -07:00
rasterizer_gles2.h Add option to have viewport render into supplied texture 2019-04-06 08:24:58 +11:00
rasterizer_scene_gles2.cpp Fix typos with codespell 2019-05-19 13:10:35 +02:00
rasterizer_scene_gles2.h Merge pull request #27898 from clayjohn/metallic_radiance 2019-05-14 07:32:01 +02:00
rasterizer_storage_gles2.cpp Merge pull request #28518 from clayjohn/GLES2-MSAA 2019-05-13 17:46:11 +02:00
rasterizer_storage_gles2.h Merge pull request #28518 from clayjohn/GLES2-MSAA 2019-05-13 17:46:11 +02:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
shader_compiler_gles2.cpp Many separate fixes to ensure non power of 2 textures work on GLES2, closes #25897 and many others 2019-02-24 22:36:53 -03:00
shader_compiler_gles2.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
shader_gles2.cpp Fix typo in 7bad170 2019-03-02 00:45:01 +01:00
shader_gles2.h Massive improvement to GLES2 performance, rewrote most ShaderGLES2 class. 2019-02-27 23:49:34 -03:00