index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
rendering
/
renderer_viewport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply snap 2D transforms to pixel to viewport
Alvin Wong
2024-09-23
1
-0
/
+17
*
[Editor,Servers]: Minor optimizations
Stuart Carnie
2024-09-12
1
-3
/
+4
*
Merge pull request #92496 from clayjohn/HDR-2D-sRGB
Rémi Verschelde
2024-08-19
1
-0
/
+7
|
\
|
*
Ensure MovieWriter output is in gamma space when using HDR 2D
clayjohn
2024-05-28
1
-0
/
+7
*
|
Fix regression around OpenGL swapchain optimisation for OpenXR
Bastiaan Olij
2024-07-29
1
-2
/
+2
*
|
Add warning when use FSR1 on renderer other than forward plus
jsjtxietian
2024-07-18
1
-0
/
+1
*
|
Ensure Motion Vectors are enabled by particles and skeletons when using the M...
clayjohn
2024-06-11
1
-1
/
+7
|
/
*
Apply additional fixes to servers' threading
Pedro J. Estébanez
2024-05-08
1
-5
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
1
-0
/
+7
*
Merge pull request #89880 from dsnopek/openxr-composition-layers-node3d-drs
Rémi Verschelde
2024-04-04
1
-2
/
+7
|
\
|
*
Add support for OpenXR composition layers
David Snopek
2024-04-04
1
-2
/
+7
*
|
Add early return when setting `transparent_bg`
Markus Sauermann
2024-03-30
1
-0
/
+3
|
/
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-6
/
+39
*
Disable XR server when compiling without 3D
Aaron Franke
2024-03-13
1
-2
/
+12
*
Merge pull request #87297 from adamscott/2d-pixel-art-stability
Rémi Verschelde
2024-02-12
1
-8
/
+0
|
\
|
*
Stabilize snapping 2D transforms to pixel
Adam Scott
2024-02-12
1
-8
/
+0
*
|
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-3
/
+0
|
/
*
Skip swapchain logic if there is nothing to present (Android OpenXR)
Bastiaan Olij
2024-01-08
1
-4
/
+4
*
Merge pull request #85811 from clayjohn/2D-render-info
Rémi Verschelde
2023-12-12
1
-1
/
+6
|
\
|
*
Implement render info counters for the 2D renderer
clayjohn
2023-12-06
1
-1
/
+6
*
|
Merge pull request #84637 from clayjohn/RD-sampler-bias
Yuri Sizov
2023-12-08
1
-9
/
+3
|
\
\
|
|
/
|
/
|
|
*
Use render pass uniform set to store viewport samplers.
clayjohn
2023-11-08
1
-9
/
+3
*
|
Merge pull request #84957 from BastiaanOlij/fix_msaa2d_when_no_2d
Rémi Verschelde
2023-11-22
1
-0
/
+5
|
\
\
|
*
|
Ensure 2D MSAA resolve is performed when 3D content but no 2D content in scene
Bastiaan Olij
2023-11-16
1
-0
/
+5
|
|
/
*
/
Renderer Viewport correct sizeof usage.
Alistair Leslie-Hughes
2023-11-16
1
-1
/
+1
|
/
*
Skip 2D rendering if stereo enabled and fix MSAA2D with 3D issue.
Bastiaan Olij
2023-10-20
1
-24
/
+36
*
Merge pull request #82766 from BastiaanOlij/fix_debanding_issue
Rémi Verschelde
2023-10-04
1
-0
/
+1
|
\
|
*
Forgot to add debanding to config object
Bastiaan Olij
2023-10-04
1
-0
/
+1
*
|
Merge pull request #82101 from bruvzg/x11_gles
Rémi Verschelde
2023-10-04
1
-2
/
+2
|
\
\
|
*
|
[X11] Add support for using EGL/GLES instead of GLX.
bruvzg
2023-10-04
1
-2
/
+2
|
|
/
*
/
Fix drawing of viewports without swapping buffers
Pedro J. Estébanez
2023-10-03
1
-5
/
+8
|
/
*
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-25
1
-53
/
+53
*
Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.
Dario
2023-09-25
1
-9
/
+50
*
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
1
-2
/
+2
*
Improve handling of motion vectors for multimesh instances.
Dario
2023-08-09
1
-0
/
+9
*
Add option to enable HDR rendering in 2D
clayjohn
2023-08-07
1
-0
/
+11
*
Expose RenderingSceneBuffers through ClassDB
Bastiaan Olij
2023-07-26
1
-1
/
+13
*
Add RENDERING_INFO parameters to GL Compatibility renderer
clayjohn
2023-06-16
1
-1
/
+1
*
Expose viewports render targer RID
Bastiaan Olij
2023-03-31
1
-0
/
+7
*
Use the original canvas to calculate light positioning
Alon Ran
2023-02-21
1
-1
/
+1
*
Merge pull request #73240 from myaaaaaaaaa/worker-h
Rémi Verschelde
2023-02-13
1
-0
/
+1
|
\
|
*
Move some worker_thread_pool.h includes out of header files
myaaaaaaaaa
2023-02-13
1
-0
/
+1
*
|
Do clear request before reading from render target when using CANVAS_BG
clayjohn
2023-02-10
1
-3
/
+12
*
|
Fix crash in editor when setting `SubViewport.size` to zero
Markus Sauermann
2023-02-10
1
-1
/
+1
|
/
*
Remove viewport_set_disable_environment in favor of viewport_set_environment_...
clayjohn
2023-01-30
1
-3
/
+13
*
Warn when trying to enable TAA from mobile or gl_compatibility backend
clayjohn
2023-01-16
1
-0
/
+1
*
Improving communication of scaling settings to renderer implementation
Bastiaan Olij
2023-01-13
1
-34
/
+34
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Always try to clear render target before drawing 3D with Canvas BG mode
clayjohn
2023-01-03
1
-3
/
+9
[next]