virtualx-engine/drivers/gles3
Hugo Locurcio 5335a0368c
Add a Viewport property to use full floating-point precision in HDR
This is only available on the GLES3 backend.

This can be useful for advanced shaders, but it should generally
not be enabled otherwise as full precision has a performance cost.
For general-purpose rendering, the built-in debanding filter should
be used to reduce banding instead.
2021-08-16 03:16:01 +02:00
..
shaders Merge pull request #51376 from The-O-King/vertex_buffer_alignment 2021-08-12 07:13:45 +02:00
rasterizer_canvas_base_gles3.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
rasterizer_canvas_base_gles3.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
rasterizer_canvas_gles3.cpp Clear glErrors instead of crashing when initializing GLES3 2021-06-21 17:53:24 +01:00
rasterizer_canvas_gles3.h Clear glErrors instead of crashing when initializing GLES3 2021-06-21 17:53:24 +01:00
rasterizer_gles3.cpp Clear glErrors instead of crashing when initializing GLES3 2021-06-21 17:53:24 +01:00
rasterizer_gles3.h Clear glErrors instead of crashing when initializing GLES3 2021-06-21 17:53:24 +01:00
rasterizer_scene_gles3.cpp Merge pull request #47416 from Calinou/add-contrast-adaptive-sharpening-3.x 2021-08-10 10:08:24 +02:00
rasterizer_scene_gles3.h fix 3D scene not rendered on GLES3 HTML5 export 2021-07-08 22:03:03 +09:00
rasterizer_storage_gles3.cpp Add a Viewport property to use full floating-point precision in HDR 2021-08-16 03:16:01 +02:00
rasterizer_storage_gles3.h Add support for contrast-adaptive sharpening in 3D (GLES3 only) 2021-06-21 15:37:31 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_compiler_gles3.cpp [3.x] Fix shader crash when using local var with the same name as varying 2021-08-13 09:30:35 +03:00
shader_compiler_gles3.h Backport dd0874e "Allow passing varying from fragment to light shader function" to 3.4 2021-05-14 11:28:48 -07:00
shader_gles3.cpp Improve the shader error console output 2021-07-17 03:00:46 +02:00
shader_gles3.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00