summaryrefslogtreecommitdiffstats
path: root/servers/rendering
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-27163-326/+326
* Calculate pixel snap in canvas space instead of world spaceclayjohn2024-10-171-2/+2
* Rebrand preambles to RedotSpartan3222024-10-13164-0/+328
* Rebrand Godot 4.3 to RedotTrashguy2024-10-137-9/+9
* RenderingDevice: Fix uncapped mipmap sizes causing div-by-zeroPedro J. Estébanez2024-09-171-2/+2
* 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
* Avoid indexing instances without a base in scene cull phaseclayjohn2024-09-171-0/+2
* 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-165-33/+60
* 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 shader crash when the comma used in `for` loop as a trailingChaosus2024-09-162-0/+18
* Fix uniform subgroup in shader will carry out to next groupjsjtxietian2024-09-161-0/+1
* Fail when submit or sync called on main rendering deviceclayjohn2024-09-162-3/+12
* Apply patch for considering visual layers for DirectionalLightSlashscreen2024-09-161-1/+1
* Fix LightmapGI causes crash when using --headlessJamie Pate2024-08-073-6/+123
* Merge pull request #94902 from clayjohn/SHADER-hintsRémi Verschelde2024-07-302-2/+12
|\
| * Restrict sampler hint validation to only screen texture hintsclayjohn2024-07-282-2/+12
* | Fix regression around OpenGL swapchain optimisation for OpenXRBastiaan Olij2024-07-294-5/+5
|/
* Emit normal_roughness compatibility code in custom functionsclayjohn2024-07-263-43/+52
* Fix editor crash when shader has incorrect global array declarationjsjtxietian2024-07-261-0/+6
* RenderingDevice: Use the correct amount of layers for Cubemaps for boundary c...BlueCube33102024-07-241-24/+6
* Merge pull request #94671 from Chaosus/shader_fix_varyingRémi Verschelde2024-07-242-9/+34
|\
| * Fix shader crash when using a varying in separate func before it definedYuri Rubinsky2024-07-232-9/+34
* | 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
| |/ |/|
* | RenderingDevice: Fix getting cubemap dataBlueCube33102024-07-231-3/+0
* | 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 #94492 from jsjtxietian/fsr-1Rémi Verschelde2024-07-181-0/+1
|\ \ \
| * | | Add warning when use FSR1 on renderer other than forward plusjsjtxietian2024-07-181-0/+1
| |/ /
* | | Merge pull request #94069 from RandomShaper/fix_vk_vali_blockyRémi Verschelde2024-07-181-5/+6
|\ \ \
| * | | RenderingDevice: Leave handling of compressed block granularity to the driverPedro J. Estébanez2024-07-081-5/+6
* | | | Merge pull request #86516 from jsjtxietian/fix-camera-directionRémi Verschelde2024-07-182-2/+2
|\ \ \ \