summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2778-156/+156
* Calculate pixel snap in canvas space instead of world spaceclayjohn2024-10-171-2/+2
* Rebrand preambles to RedotSpartan3222024-10-1379-0/+158
* Rebrand Godot 4.3 to RedotTrashguy2024-10-134-6/+6
* Sky: No more auto-selecting REALTIME mode if radiance is not 256Alexis Breust2024-09-171-1/+1
* Fix shadow mesh recursion.Radiant2024-09-171-0/+1
* Various fixes for transmittance effectclayjohn2024-09-173-29/+37
* Fix SkyRD::Sky::free() freeing materialComycSans2024-09-171-1/+0
* Fixes alpha materials being rendered with a reverse cull which is visible in ...viksl2024-09-171-1/+1
* Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-09-172-21/+8
* Fix for multimesh motion vector corruption by resetting motion vector state a...Sen2024-09-161-3/+7
* Fix double free in FSR2 destructorArseny Kapoulkine2024-09-161-3/+0
* Relax motion vector updates to allow skipped frames for skeletonsArseny Kapoulkine2024-09-161-2/+3
* Add model_normal_matrix for fragment shaderjsjtxietian2024-09-162-0/+14
* Use transformed roughness instead of raw roughness to calculate roughness fad...clayjohn2024-09-161-1/+1
* Fix Parallax2D repeats being not relative to its transformkleonc2024-09-162-18/+17
* Add fixed fog to the sky in the Compatibility rendererclayjohn2024-09-161-4/+4
* Ensure fog_sky_affect is used even when using a background colorclayjohn2024-09-161-2/+2
* pass in render_info to _fill_instance_data for alpha to fix overdraw call countkevinkuo522024-09-161-1/+1
* Fix undefined `alpha_scissor` in standard shaderjsjtxietian2024-09-162-2/+2
* Fix regression around OpenGL swapchain optimisation for OpenXRBastiaan Olij2024-07-291-1/+1
* Merge pull request #94629 from RandomShaper/fix_undef_positionRémi Verschelde2024-07-242-2/+2
|\
| * Fix position from vertex shader partially uninitializedPedro J. Estébanez2024-07-232-2/+2
* | Linearize color if HDR 2D is onFeiyue Zhang2024-07-241-4/+9
* | Fix crash when assigning more textures than expected to texture arrayYuri Rubinsky2024-07-221-1/+2
* | Merge pull request #92817 from Alex2782/fix_glsl_Mali-GRémi Verschelde2024-07-222-6/+32
|\ \
| * | Fix glsl shader for Android Mali-GXXx GPUs and Vulkan API 1.3.xxxAlexander Hartmann2024-07-202-6/+32
* | | SDFGI: fix crash if update_data is nullptrGarteal2024-07-192-0/+8
| |/ |/|
* | Merge pull request #94388 from BastiaanOlij/expose_more_methods_scene_buffers_rdRémi Verschelde2024-07-191-0/+6
|\ \
| * | Expose more state in RenderSceneBuffersRDBastiaan Olij2024-07-151-0/+6
* | | Merge pull request #86516 from jsjtxietian/fix-camera-directionRémi Verschelde2024-07-182-2/+2
|\ \ \
| * | | Fix incorrect CAMERA_DIRECTION_WORLD calculationjsjtxietian2023-12-262-2/+2
* | | | Merge pull request #94289 from clayjohn/MOBILE-multimesh-spec-constantRémi Verschelde2024-07-173-4/+11
|\ \ \ \
| * | | | Use a spec constant to control whether the MultiMesh branch is used in the ve...clayjohn2024-07-123-4/+11
| | |/ / | |/| |
* | | | Merge pull request #94184 from mertkasar/ssr-rotation-fixRémi Verschelde2024-07-172-2/+2
|\ \ \ \
| * | | | Fix SSR orientation issues when using orthogonal cameraMert Kasar2024-07-122-2/+2
* | | | | Merge pull request #94064 from bruvzg/lcd_aa_modulateRémi Verschelde2024-07-171-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix LCD font AA modulation in RendererRD.bruvzg2024-07-081-6/+6
* | | | | Merge pull request #94153 from clayjohn/SSAO-linearizeRémi Verschelde2024-07-111-2/+2
|\ \ \ \ \
| * | | | | Properly linearize depth buffer for SSAO when using orthogonal cameraclayjohn2024-07-091-2/+2
* | | | | | Merge pull request #93960 from BastiaanOlij/fix_mobile_compositorRémi Verschelde2024-07-111-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Pre transparent compositor effects needs to run laterBastiaan Olij2024-07-051-5/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #93630 from BastiaanOlij/scene_data_projection_correctionRémi Verschelde2024-07-097-26/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make RenderSceneData take projection correction into accountBastiaan Olij2024-06-277-26/+40
* | | | | Remove warning when project setting requests a larger global shader uniform b...clayjohn2024-06-281-3/+3
| |/ / / |/| | |
* | | | Merge pull request #93617 from jsjtxietian/protect-enumRémi Verschelde2024-06-261-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Add safety check when setting several rendering effect qualityjsjtxietian2024-06-261-0/+9
* | | | Fix userdata not copied when trails startedueshita2024-06-251-0/+18
|/ / /
* | | Merge pull request #93376 from stuartcarnie/sgc/canvasrd_dead_codeRémi Verschelde2024-06-203-9/+0
|\ \ \
| * | | Remove unused flag and codeStuart Carnie2024-06-203-9/+0