godot/drivers/gles2
Rémi Verschelde 7bf9787921 SCons: Format buildsystem files with psf/black
Configured for a max line length of 120 characters.

psf/black is very opinionated and purposely doesn't leave much room for
configuration. The output is mostly OK so that should be fine for us,
but some things worth noting:

- Manually wrapped strings will be reflowed, so by using a line length
  of 120 for the sake of preserving readability for our long command
  calls, it also means that some manually wrapped strings are back on
  the same line and should be manually merged again.

- Code generators using string concatenation extensively look awful,
  since black puts each operand on a single line. We need to refactor
  these generators to use more pythonic string formatting, for which
  many options are available (`%`, `format` or f-strings).

- CI checks and a pre-commit hook will be added to ensure that future
  buildsystem changes are well-formatted.

(cherry picked from commit cd4e46ee65)
2020-06-10 15:30:52 +02:00
..
shaders SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
rasterizer_array_gles2.h GLES2 2d Batch rendering (across items) 2020-04-04 17:13:58 +01:00
rasterizer_canvas_base_gles2.cpp Add Nvidia Workaround for GLES3 2020-05-07 14:54:14 +01:00
rasterizer_canvas_base_gles2.h GLES2 2d Batch rendering (across items) 2020-04-04 17:13:58 +01:00
rasterizer_canvas_gles2.cpp Rename batching project settings in preparation for GLES3 2020-05-26 18:15:35 +01:00
rasterizer_canvas_gles2.h GLES2 Batching - Prevent baking colors with COLOR writes 2020-05-12 14:04:53 +01:00
rasterizer_gles2.cpp Add shader time scaling 2020-06-06 23:59:48 +02:00
rasterizer_gles2.h Add shader time scaling 2020-06-06 23:59:48 +02:00
rasterizer_scene_gles2.cpp Merge pull request #38099 from clayjohn/GLES2-skeleton-rebind 2020-04-22 08:23:43 +02:00
rasterizer_scene_gles2.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rasterizer_storage_gles2.cpp Fixed mismatched disable half float property string 2020-06-09 23:02:28 -04:00
rasterizer_storage_gles2.h GLES2 Batching - Prevent baking colors with COLOR writes 2020-05-12 14:04:53 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_compiler_gles2.cpp [3.2] Fix shader's length() function parsing in expressions 2020-06-03 19:43:47 +03:00
shader_compiler_gles2.h [3.2] Fix shader's length() function parsing in expressions 2020-06-03 19:43:47 +03:00
shader_gles2.cpp Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00
shader_gles2.h Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00