summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd
AgeCommit message (Expand)Author
2023-01-31Merge pull request #72433 from clayjohn/Pointlight2D-crashRémi Verschelde
2023-01-30Avoid crash when CanvasTexture used with light decal atlasclayjohn
2023-01-30Merge pull request #72031 from reduz/change-high-quality-texture-importRémi Verschelde
2023-01-30Merge pull request #72356 from BastiaanOlij/fix_ssao_ssil_probesRémi Verschelde
2023-01-30Refactor high quality texture importJuan Linietsky
2023-01-30Fix SSAO/SSIl being applied to reflection probesBastiaan Olij
2023-01-27Automatically transform Skeleton2D calculations so pivots are not neededclayjohn
2023-01-26Merge pull request #71581 from clayjohn/dependency-changedRémi Verschelde
2023-01-26Merge pull request #72068 from clayjohn/RD-sky-textureRémi Verschelde
2023-01-26Merge pull request #72078 from bitsawer/fix_optimize_verticesRémi Verschelde
2023-01-26Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depthRémi Verschelde
2023-01-26Fix range loop iteration regressionsbitsawer
2023-01-25Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture w...clayjohn
2023-01-25RenderForwardMobile - add dependency tracker info on geometry createHenrique Coura
2023-01-25Make screen texture and depth texture work in MultiviewBastiaan Olij
2023-01-24Merge pull request #71832 from Geometror/fix-spotlight-artifactsRémi Verschelde
2023-01-24Fix some SpotLight3D issues (clustering artifacts, light leak)Hendrik Brucker
2023-01-23Merge pull request #71939 from clayjohn/RD-texture-formatRémi Verschelde
2023-01-23Merge pull request #71694 from clayjohn/VoxelGI-reflectionRémi Verschelde
2023-01-23Add a few more checks to ensure that unsupported image formats are not used i...clayjohn
2023-01-23Merge pull request #71910 from jainl28patel/fix_ReflectionProbe_renderingRémi Verschelde
2023-01-24fix ReflectionProbe rendering extents for (10,10,10)jainl28patel
2023-01-23Ensure that Particles have fully initialized before doing view axis pass in R...clayjohn
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-23Merge pull request #71690 from Calinou/forward-mobile-fix-directionallight3d-...Rémi Verschelde
2023-01-22Fix DirectionalLight3D shadow opacity on Forward Mobile rendering backendHugo Locurcio
2023-01-21Use range iterators in LocalVector loopskobewi
2023-01-21Merge pull request #71776 from clayjohn/PointLight2D-indicesRémi Verschelde
2023-01-20Stop incrementing light_count once max number of lights are reached in 2D can...clayjohn
2023-01-20Sort decals and lights based on camera originclayjohn
2023-01-19Use proper space for forward GI reflectionsclayjohn
2023-01-18Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn
2023-01-17Flag dirty dependencies when GeometryInstance dependencies change in rendererclayjohn
2023-01-17Merge pull request #71382 from jainl28patel/sprite2d_flip_normal_mapRémi Verschelde
2023-01-17Merge pull request #71520 from conradhappeliv/fix-71480Rémi Verschelde
2023-01-16Fix GPUParticles2D not recomputing transforms each frameConrad H. Appel, IV
2023-01-16Properly initialize directional_light_count in RD sky shadersclayjohn
2023-01-14Merge pull request #71309 from BastiaanOlij/improve_renderscaling_optionsRémi Verschelde
2023-01-14fix normal map not flipping in sprite2Djainl28patel
2023-01-13Clear material arrays to prevent freeing of invalid texture RIDYuri Rubinsky
2023-01-13Improving communication of scaling settings to renderer implementationBastiaan Olij
2023-01-12Only setup depth framebuffer properties when not rendering ReflectionProbesclayjohn
2023-01-12Merge pull request #71261 from clayjohn/RD-alpha-aaRémi Verschelde
2023-01-11Take alpha antialising options into account when setting up materialsclayjohn
2023-01-12Merge pull request #71130 from clayjohn/RD-normal-roughnessRémi Verschelde
2023-01-12Merge pull request #71124 from clayjohn/forward-prepassRémi Verschelde
2023-01-11Merge pull request #70475 from BastiaanOlij/cleanup_luminanceRémi Verschelde
2023-01-09Fix multiple issues that make the normal roughness texture unusableclayjohn
2023-01-09Only disable depth writing in opaque pipelinesclayjohn
2023-01-09Make inclusion of Godot version in shader hash universalPedro J. Estébanez