summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/forward_mobile/render_forward_mobile.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-2/+2
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-29/+66
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-5/+5
* Implement support for bicubic lightmap filteringBlueCube33102024-08-191-2/+3
* Use a spec constant to control whether the MultiMesh branch is used in the ve...clayjohn2024-07-121-0/+1
* Make RenderSceneData take projection correction into accountBastiaan Olij2024-06-271-1/+1
* Fix LOD selection in compatibility backend and clean up LOD codeclayjohn2024-05-231-3/+2
* Use Reverse Z for the depth bufferKhasehemwy2024-04-041-1/+1
* Add optional depth fogEidolon2024-02-171-0/+1
* Fix shadows for billboarded Sprite3D'sErik Johnson2024-02-131-2/+2
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-12/+3
* Use best fit normals for storing screen space normalsclayjohn2023-12-211-0/+1
* Merge passes in Vulkan mobile rendererBastiaan Olij2023-12-161-8/+2
* Use render pass uniform set to store viewport samplers.clayjohn2023-11-081-15/+3
* Use default samplers in base uniform set when rendering to reflection probesclayjohn2023-11-071-2/+12
* Ensure that only visible paired lights are usedClay2023-10-171-1/+2
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-21/+31
* Fix mipmap bias behavior by refactoring how samplers are created by Material ...Dario2023-09-061-1/+1
* Expose RenderingSceneBuffers through ClassDBBastiaan Olij2023-07-261-7/+0
* replace sampler arrays with constant sampler elementsChibiDenDen2023-06-221-1/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Move SDFGI update logic into clustered rendererBastiaan Olij2022-12-241-0/+9
* Implement render_target_was_used API so that Viewports can properly check if ...clayjohn2022-12-161-0/+1
* Expose `BarrierMask` as flags enum in `RenderingDevice`Yuri Rubinsky2022-11-221-3/+3
* Use radial distance for making LOD decisions.TechnoPorg2022-10-121-3/+1
* Moving SSEffects settings into classBastiaan Olij2022-10-041-0/+7
* Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-38/+66
* Update Instance flags in shaders to match instance flags in engineclayjohn2022-10-021-1/+1
* Merge pull request #65541 from clayjohn/renderer-settingRémi Verschelde2022-09-201-1/+1
|\
| * Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-1/+1
* | Merge pull request #65833 from JFonS/taa_fix_particles_errorsRémi Verschelde2022-09-161-7/+8
|\ \ | |/ |/|
| * Fix error spam in the renderer when using GPUParticles3DJFonS2022-09-161-7/+8
* | Extract shared scene data into a separate classBastiaan Olij2022-09-151-69/+0
|/
* Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-011-33/+30
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-5/+7
* Change RendererSceneRender::GeometryInstance so more code is shared among ren...Bastiaan Olij2022-07-271-77/+25
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+4
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-3/+3
* Adding Variable Rate Shading support to GodotBastiaan Olij2022-07-171-1/+3
* Merge pull request #62344 from BastiaanOlij/extract_dependenciesRémi Verschelde2022-07-061-5/+5
|\
| * Split dependency logicBastiaan Olij2022-06-281-5/+5
* | Use the Static global illumination mode in GeometryInstance3D by defaultHugo Locurcio2022-06-231-1/+1
|/
* Introduce eye_offset for correcting stereoscopic reflectionsBastiaan Olij2022-06-171-0/+1
* Initial TAA implementationjfons2022-06-071-1/+2
* Fix "ortogonal" -> "orthogonal" typo in rasterizer codeHugo Locurcio2022-04-261-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Rename several transform built-ins in shadersYuri Roubinsky2022-03-181-2/+2