summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/rasterizer_scene_gles3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-6/+5
|\
| * Fix gl_compatibility lightmap uniforms not being setJamie Pate2024-11-231-6/+5
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\|
| * Ensure shadow material and mesh are not used with wireframe modeclayjohn2024-11-161-2/+2
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+37
|\|
| * Merge pull request #86138 from EnlightenedOne/masterThaddeus Crews2024-11-041-1/+6
| |\
| | * Fix Frustum Sky projection translation logic, all pipelines, fixes 63863EnlightenedOne2024-11-021-1/+6
| * | Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-041-1/+31
| |\ \
| | * | Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-1/+31
| | |/
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-0/+1
|\| |
| * | Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-071-0/+1
| |\ \ | | |/ | |/|
| | * Implement instance uniforms in Compatibility rendererclayjohn2024-09-101-0/+1
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Implement vertex shadingywmaa2024-09-291-0/+3
* | Fix compatibility canvas background depth issueBastiaan Olij2024-09-181-0/+3
* | Merge pull request #97069 from patwork/fix-gles3-update-sky-cubemapRémi Verschelde2024-09-171-1/+1
|\ \
| * | Fix for GLES3 radiance cubemap updatepatwork2024-09-161-1/+1
| |/
* / Use distance to AABB surface to calculate Mesh LOD instead of using supportsclayjohn2024-09-111-27/+14
|/
* Sky: No more auto-selecting REALTIME mode if radiance is not 256Alexis Breust2024-09-041-1/+1
* Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-201-0/+14
|\
| * Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+14
* | Add fixed fog to the sky in the Compatibility rendererclayjohn2024-08-171-2/+10
|/
* Merge pull request #93931 from /fix-compatibility-depth_prepass_alphaRémi Verschelde2024-07-201-1/+1
|\
| * fix depth_prepass_alpha not work in compatibility modeGuoShuangyi2024-07-041-1/+1
* | Use GL_COLOR_ATTACHMENT in depth prepass when using Multiview.clayjohn2024-07-081-1/+3
|/
* Fix incorrect enabling of post process in OpenGLBastiaan Olij2024-06-241-2/+1
* Merge pull request #93107 from clayjohn/GLES-sky-ambientRémi Verschelde2024-06-141-2/+8
|\
| * Ensure sky reflection is updated when ambient mode is set to backgroundclayjohn2024-06-121-2/+8
* | Ensure post processing happens when adjustments are enabled in the Compatibil...clayjohn2024-06-111-2/+3
|/
* Fix depth clear value for uv2 baking in compatibility rendererwojtekpil2024-06-071-1/+1
* Fix LOD selection in compatibility backend and clean up LOD codeclayjohn2024-05-231-20/+22
* Skip rendering sky if viewport is set to transparent backgroundBastiaan Olij2024-05-131-4/+6
* Ensure that environment is available before checking for BCSclayjohn2024-05-021-19/+24
* Added premult alpha blending to 3D (spatial) shaders.QbieShay2024-05-011-0/+5
* Add adjustments and color correction to Compatibility rendererclayjohn2024-04-251-5/+37
* Fixed unshaded mode lightmapsOxi2024-04-171-25/+33
* Add reflection probe support to compatibility renderer using 2 probe approach.Bastiaan Olij2024-04-091-176/+143
* Use Reverse Z for the depth bufferKhasehemwy2024-04-041-17/+26
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-4/+4
* Make Overdraw, Lighting and Shadow Splits debug draw modes ignore decalsHugo Locurcio2024-03-071-3/+3
* Merge pull request #88873 from clayjohn/GLES3-compositor-freeRémi Verschelde2024-02-271-0/+4
|\
| * Add compositor_free branch in Compatibility scene renderer free functionclayjohn2024-02-261-0/+4
* | Consistently use system_fbo instead of binding 0 as it is needed for iOS devicesclayjohn2024-02-251-6/+6
|/
* Merge pull request #87360 from BastiaanOlij/gles_glowRémi Verschelde2024-02-201-121/+188
|\
| * Implement glow/bloom on compatibility rendererBastiaan Olij2024-02-191-121/+188
* | Implement hooks into rendererBastiaan Olij2024-02-181-1/+1
|/
* Add optional depth fogEidolon2024-02-171-0/+8
* Fix shadows for billboarded Sprite3D'sErik Johnson2024-02-131-4/+8
* Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-241-69/+421