godot/drivers/gles3
clayjohn 57eb762bae Add option to enable HDR rendering in 2D
This is needed to allow 2D to fully make use of 3D effects (e.g. glow), and can be used to substantially improve quality of 2D rendering at the cost of performance

Additionally, the 2D rendering pipeline is done in linear space (we skip linear_to_srgb conversion in 3D tonemapping) so the entire Viewport can be kept linear.
This is necessary for proper HDR screen support in the future.
2023-08-07 11:24:03 +02:00
..
effects Use Gaussian approximation for backbuffer mipmaps in GL Compatibility renderer 2023-06-12 21:51:23 -07:00
environment
shaders Add option to enable HDR rendering in 2D 2023-08-07 11:24:03 +02:00
storage Add option to enable HDR rendering in 2D 2023-08-07 11:24:03 +02:00
rasterizer_canvas_gles3.cpp Add RENDERING_INFO parameters to GL Compatibility renderer 2023-06-16 09:10:00 +02:00
rasterizer_canvas_gles3.h
rasterizer_gles3.cpp Replace get_rendering_device() call to prevent crashes on OpenGL. 2023-06-06 23:29:36 +02:00
rasterizer_gles3.h
rasterizer_scene_gles3.cpp Merge pull request #80070 from clayjohn/GLES3-depth-prepass 2023-08-01 17:26:00 +02:00
rasterizer_scene_gles3.h Add RENDERING_INFO parameters to GL Compatibility renderer 2023-06-16 09:10:00 +02:00
SCsub
shader_gles3.cpp Check if shader cache directory is available before using cache 2023-07-25 14:33:37 +02:00
shader_gles3.h fix gles texture uniform array binding 2023-05-26 23:11:02 +03:00