summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/rasterizer_scene_gles3.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add more validation to UBO size and alignment in Compatibility rendererclayjohn2024-06-141-0/+2
* Fix LOD selection in compatibility backend and clean up LOD codeclayjohn2024-05-231-1/+1
* Stereo rendering: Fix omni lightsBastiaan Olij2024-05-221-2/+9
* Add adjustments and color correction to Compatibility rendererclayjohn2024-04-251-0/+5
* Add reflection probe support to compatibility renderer using 2 probe approach.Bastiaan Olij2024-04-091-6/+6
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Merge pull request #87360 from BastiaanOlij/gles_glowRémi Verschelde2024-02-201-7/+83
|\
| * Implement glow/bloom on compatibility rendererBastiaan Olij2024-02-191-7/+83
* | Implement hooks into rendererBastiaan Olij2024-02-181-1/+1
|/
* Add optional depth fogEidolon2024-02-171-1/+7
* Fix shadows for billboarded Sprite3D'sErik Johnson2024-02-131-1/+6
* Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-241-2/+10
* implement overdraw, lighting, and unshaded debug draw modes for openglDominic Austria2024-01-081-0/+5
* Use best fit normals for storing screen space normalsclayjohn2023-12-211-0/+1
* Merge pull request #85120 from dsnopek/gl-lightmapYuri Sizov2023-12-081-1/+13
|\
| * OpenGL: Implement rendering of lightmapsDavid Snopek2023-12-041-1/+13
* | Add 3D MSAA and scaling support to GLES3Bastiaan Olij2023-12-051-1/+2
|/
* Pass viewport size to shadow pass instead of using vector2i(1,1)jsjtxietian2023-10-261-2/+2
* Implement 3D shadows in the GL Compatibility rendererclayjohn2023-09-281-13/+66
* Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-161-0/+1
* Allow for external python scripts to call the build python headers via extern...Bradley Clemetson2023-03-191-2/+2
* Fix sky rendering with multiview in OpenGLDavid Snopek2023-01-311-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-131-2/+0
* Clean up specialization constants in OpenGL scene rendererclayjohn2022-12-051-2/+2
* Implement CAMERA_VISIBLE_LAYERS as built-in shader variableNumbuhFour2022-12-031-0/+5
* Add GPUParticles to the OpenGL3 renderer.clayjohn2022-11-141-10/+0
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-6/+6
* Add multiview to the opengl3 driverDavid Snopek2022-10-211-0/+12
* Use radial distance for making LOD decisions.TechnoPorg2022-10-121-1/+0
* Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-74/+3
* Merge pull request #65541 from clayjohn/renderer-settingRémi Verschelde2022-09-201-2/+2
|\
| * Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-2/+2
* | Fix error spam in the renderer when using GPUParticles3DJFonS2022-09-161-6/+7
|/
* Fix various uninitialized member pointersRémi Verschelde2022-09-061-1/+1
* Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-021-1/+1
|\
| * Change Array arguments to TypedArraykobewi2022-09-011-1/+1
* | Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-011-51/+10
* | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-14/+22
|/
* Add a shadow opacity property to Light3DHugo Locurcio2022-08-071-1/+1
* Merge pull request #63527 from BastiaanOlij/rework_environmentRémi Verschelde2022-07-291-113/+5
|\
| * Restructure environment in render implementationBastiaan Olij2022-07-291-113/+5
* | Allow changing mipmap LOD bias when FSR 1.0 scaling is not usedHugo Locurcio2022-07-281-1/+1
|/
* Change RendererSceneRender::GeometryInstance so more code is shared among ren...Bastiaan Olij2022-07-271-76/+23
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-8/+8
* Move screen space effects into a separate classBastiaan Olij2022-07-191-1/+0
* Rename soft shadow quality project settings for easier searchingHugo Locurcio2022-07-131-2/+2