summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/forward_mobile
Commit message (Expand)AuthorAgeFilesLines
* Unify y-flip behavior for sky in RD backendsclayjohn2024-11-191-17/+1
* Merge pull request #98683 from clayjohn/wireframeThaddeus Crews2024-11-181-1/+1
|\
| * Ensure shadow material and mesh are not used with wireframe modeclayjohn2024-11-161-1/+1
* | Fix updating lightmap captures on MobileBlueCube33102024-11-171-0/+4
|/
* Merge pull request #86138 from EnlightenedOne/masterThaddeus Crews2024-11-041-1/+7
|\
| * Fix Frustum Sky projection translation logic, all pipelines, fixes 63863EnlightenedOne2024-11-021-1/+7
* | Add multiple specialization constants to Forward+ and Mobile.Dario2024-11-043-21/+39
* | Fix soft shadows by increasing the bit count for specialization constants.Dario2024-10-282-9/+15
* | Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins globalChaosus2024-10-241-2/+2
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-024-374/+899
* Implement vertex shadingywmaa2024-09-292-0/+12
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-5/+5
* Use distance to AABB surface to calculate Mesh LOD instead of using supportsclayjohn2024-09-111-26/+14
* Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-271-0/+1
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-7/+6
* Implement support for bicubic lightmap filteringBlueCube33102024-08-192-2/+16
* Merge pull request #86516 from jsjtxietian/fix-camera-directionRémi Verschelde2024-07-181-1/+1
|\
| * Fix incorrect CAMERA_DIRECTION_WORLD calculationjsjtxietian2023-12-261-1/+1
* | Use a spec constant to control whether the MultiMesh branch is used in the ve...clayjohn2024-07-122-0/+5
* | 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
* | | Make RenderSceneData take projection correction into accountBastiaan Olij2024-06-272-10/+12
|/ /
* | Fix LOD selection in compatibility backend and clean up LOD codeclayjohn2024-05-232-17/+14
* | Only apply LOD when camera is outside the AABB of mesh in mobile renderer.clayjohn2024-05-211-16/+18
* | Skip rendering sky if viewport is set to transparent backgroundBastiaan Olij2024-05-131-4/+5
* | Fix shader error on mobile when using LIGHT_VERTEXRob Blanckaert2024-05-041-1/+1
* | reverted naming to premul alpha (no T)QbieShay2024-05-011-3/+3
* | Added premult alpha blending to 3D (spatial) shaders.QbieShay2024-05-012-1/+15
* | Add LIGHT_VERTEX to fragment shaderRob Blanckaert2024-04-251-0/+2
* | Revert change to default depth clear value in draw_list_beginclayjohn2024-04-171-1/+1
* | Merge pull request #90191 from BastiaanOlij/fix_mobile_canvas_copyRémi Verschelde2024-04-061-1/+1
|\ \
| * | Can't use subpasses when we're using Canvas background mode in MobileBastiaan Olij2024-04-041-1/+1
* | | Use Reverse Z for the depth bufferKhasehemwy2024-04-043-7/+7
|/ /
* | Fix: Address mobile resource leaks in renderDavid Sullivan2024-03-151-0/+5
* | Make Overdraw, Lighting and Shadow Splits debug draw modes ignore decalsHugo Locurcio2024-03-071-5/+5
* | Implement hooks into rendererBastiaan Olij2024-02-181-1/+43
* | Add optional depth fogEidolon2024-02-172-0/+5
* | Fix shadows for billboarded Sprite3D'sErik Johnson2024-02-133-9/+13
* | Merge pull request #87495 from jsjtxietian/USE_LIGHT_SHADER_CODEYuri Sizov2024-01-251-3/+0
|\ \
| * | Clean up outdated `USE_LIGHT_SHADER_CODE` usagejsjtxietian2024-01-241-3/+0
* | | Merge pull request #87505 from BastiaanOlij/fix_mobile_refprobe_validationYuri Sizov2024-01-241-25/+4
|\ \ \
| * | | Fix framebuffer created for reflection probe in mobile rendererBastiaan Olij2024-01-241-25/+4
| |/ /
* | | Merge pull request #84894 from clayjohn/tangent-error-messageYuri Sizov2024-01-241-1/+3
|\ \ \ | |/ / |/| |
| * | Store ArrayMesh path in RenderingServer for use in error messagesclayjohn2023-11-141-1/+3
* | | Acyclic Command Graph for RenderingDevice.Dario2024-01-083-67/+30
| |/ |/|
* | Use best fit normals for storing screen space normalsclayjohn2023-12-211-0/+1
* | Merge pull request #86219 from clayjohn/RD-samplers-hotfixYuri Sizov2023-12-161-1/+8
|\ \
| * | Reduce the number of samplers used by the scene shadersclayjohn2023-12-151-1/+8
* | | Merge passes in Vulkan mobile rendererBastiaan Olij2023-12-162-172/+106
|/ /