summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_viewport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Apply snap 2D transforms to pixel to viewportAlvin Wong2024-09-231-0/+17
* [Editor,Servers]: Minor optimizationsStuart Carnie2024-09-121-3/+4
* Merge pull request #92496 from clayjohn/HDR-2D-sRGBRémi Verschelde2024-08-191-0/+7
|\
| * Ensure MovieWriter output is in gamma space when using HDR 2Dclayjohn2024-05-281-0/+7
* | Fix regression around OpenGL swapchain optimisation for OpenXRBastiaan Olij2024-07-291-2/+2
* | Add warning when use FSR1 on renderer other than forward plusjsjtxietian2024-07-181-0/+1
* | Ensure Motion Vectors are enabled by particles and skeletons when using the M...clayjohn2024-06-111-1/+7
|/
* Apply additional fixes to servers' threadingPedro J. Estébanez2024-05-081-5/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+7
* Merge pull request #89880 from dsnopek/openxr-composition-layers-node3d-drsRémi Verschelde2024-04-041-2/+7
|\
| * Add support for OpenXR composition layersDavid Snopek2024-04-041-2/+7
* | Add early return when setting `transparent_bg`Markus Sauermann2024-03-301-0/+3
|/
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-6/+39
* Disable XR server when compiling without 3DAaron Franke2024-03-131-2/+12
* Merge pull request #87297 from adamscott/2d-pixel-art-stabilityRémi Verschelde2024-02-121-8/+0
|\
| * Stabilize snapping 2D transforms to pixelAdam Scott2024-02-121-8/+0
* | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-3/+0
|/
* Skip swapchain logic if there is nothing to present (Android OpenXR)Bastiaan Olij2024-01-081-4/+4
* Merge pull request #85811 from clayjohn/2D-render-infoRémi Verschelde2023-12-121-1/+6
|\
| * Implement render info counters for the 2D rendererclayjohn2023-12-061-1/+6
* | Merge pull request #84637 from clayjohn/RD-sampler-biasYuri Sizov2023-12-081-9/+3
|\ \ | |/ |/|
| * Use render pass uniform set to store viewport samplers.clayjohn2023-11-081-9/+3
* | Merge pull request #84957 from BastiaanOlij/fix_msaa2d_when_no_2dRémi Verschelde2023-11-221-0/+5
|\ \
| * | Ensure 2D MSAA resolve is performed when 3D content but no 2D content in sceneBastiaan Olij2023-11-161-0/+5
| |/
* / Renderer Viewport correct sizeof usage.Alistair Leslie-Hughes2023-11-161-1/+1
|/
* Skip 2D rendering if stereo enabled and fix MSAA2D with 3D issue.Bastiaan Olij2023-10-201-24/+36
* Merge pull request #82766 from BastiaanOlij/fix_debanding_issueRémi Verschelde2023-10-041-0/+1
|\
| * Forgot to add debanding to config objectBastiaan Olij2023-10-041-0/+1
* | Merge pull request #82101 from bruvzg/x11_glesRémi Verschelde2023-10-041-2/+2
|\ \
| * | [X11] Add support for using EGL/GLES instead of GLX.bruvzg2023-10-041-2/+2
| |/
* / Fix drawing of viewports without swapping buffersPedro J. Estébanez2023-10-031-5/+8
|/
* [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-53/+53
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-9/+50
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-2/+2
* Improve handling of motion vectors for multimesh instances.Dario2023-08-091-0/+9
* Add option to enable HDR rendering in 2Dclayjohn2023-08-071-0/+11
* Expose RenderingSceneBuffers through ClassDBBastiaan Olij2023-07-261-1/+13
* Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-161-1/+1
* Expose viewports render targer RIDBastiaan Olij2023-03-311-0/+7
* Use the original canvas to calculate light positioningAlon Ran2023-02-211-1/+1
* Merge pull request #73240 from myaaaaaaaaa/worker-hRémi Verschelde2023-02-131-0/+1
|\
| * Move some worker_thread_pool.h includes out of header filesmyaaaaaaaaa2023-02-131-0/+1
* | Do clear request before reading from render target when using CANVAS_BGclayjohn2023-02-101-3/+12
* | Fix crash in editor when setting `SubViewport.size` to zeroMarkus Sauermann2023-02-101-1/+1
|/
* Remove viewport_set_disable_environment in favor of viewport_set_environment_...clayjohn2023-01-301-3/+13
* Warn when trying to enable TAA from mobile or gl_compatibility backendclayjohn2023-01-161-0/+1
* Improving communication of scaling settings to renderer implementationBastiaan Olij2023-01-131-34/+34