godot/scene/main
Hugo Locurcio 8891579068
Add a debanding property to Viewport
It can be enabled in the Project Settings
(`rendering/quality/screen_filters/use_debanding`). It's disabled
by default as it has a small performance impact and can make
PNG screenshots much larger (due to how dithering works).
It will also slightly brighten the scene's dark areas.

As a result, it should be enabled only when banding is noticeable enough.

This closes #17006.
2020-08-14 23:12:33 +02:00
..
canvas_item.cpp Remove multilevel calls 2020-07-24 14:13:58 -03:00
canvas_item.h Add override keywords. 2020-07-10 13:56:54 +01:00
canvas_layer.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
canvas_layer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
http_request.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
http_request.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
instance_placeholder.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
instance_placeholder.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
node.cpp Expose NOTIFICATION_POST_ENTER_TREE 2020-08-12 13:31:32 +02:00
node.h Add override keywords. 2020-07-10 13:56:54 +01:00
resource_preloader.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
resource_preloader.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
scene_tree.cpp Add a debanding property to Viewport 2020-08-14 23:12:33 +02:00
scene_tree.h Remove multilevel calls 2020-07-24 14:13:58 -03:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
shader_globals_override.h Add override keywords. 2020-07-10 13:56:54 +01:00
timer.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
timer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
viewport.cpp Add a debanding property to Viewport 2020-08-14 23:12:33 +02:00
viewport.h Add a debanding property to Viewport 2020-08-14 23:12:33 +02:00
window.cpp Fix window max_size acting as min_size 2020-07-31 17:38:34 +02:00
window.h Add override keywords. 2020-07-10 13:56:54 +01:00