summaryrefslogtreecommitdiffstats
path: root/drivers/gles3
Commit message (Expand)AuthorAgeFilesLines
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-295-134/+126
* add support for glow mapsAnsraer2022-01-202-2/+2
* Revert "Add new scaling modes for splash screen"Rémi Verschelde2022-01-192-62/+27
* Add new scaling modes for splash screenSamuel Pedrajas2022-01-182-27/+62
* Merge pull request #56761 from Calinou/sdfgi-allow-any-number-of-cascadesRémi Verschelde2022-01-182-2/+2
|\
| * Allow using between 1 and 8 cascades for SDFGIHugo Locurcio2022-01-172-2/+2
* | Remove property hints referencing unsupported svgz extensionRémi Verschelde2022-01-171-2/+0
* | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-142-71/+6
|/
* Remove mistakenly added author infoclayjohn2022-01-121-3/+0
* New OpenGL batching canvas rendererclayjohn2022-01-1136-9222/+1960
* WIP New GLES3 Shader Compilerreduz2022-01-1116-1665/+3463
* Fix typos with codespellRémi Verschelde2022-01-071-1/+1
* Added material_overlay property to MeshInstance3DFernando Cosentino2022-01-052-0/+4
* Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde2022-01-042-0/+5
|\
| * Add `RenderingServer.get_video_adapter_type()` methodHugo Locurcio2021-12-102-0/+5
* | Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde2022-01-044-6/+6
|\ \
| * | Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio2021-12-294-6/+6
* | | Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde2022-01-042-0/+7
|\ \ \
| * | | Added SSIL post processing effectclayjohn2021-11-062-0/+7
* | | | Update copyright statements to 2022Rémi Verschelde2022-01-0321-42/+42
* | | | Fix various typosluz paz2022-01-022-2/+2
| |/ / |/| |
* | | Rename `hint_aniso` to `hint_anisotropy` in the shader languageHugo Locurcio2021-12-101-1/+1
| |/ |/|
* | Merge pull request #55572 from aaronfranke/ci-doubleRémi Verschelde2021-12-101-29/+29
|\ \
| * | Add a double-precision editor build to CIAaron Franke2021-12-091-29/+29
* | | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
|/ /
* | Make `compile` shader function to use struct instead long parameter listYuri Roubinsky2021-12-081-1/+7
* | Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-011-0/+4
* | Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-232-2/+2
* | [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli2021-11-191-1/+1
* | Allow passing non-variable constant to const function param in shadersYuri Roubinsky2021-11-191-6/+12
* | Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky2021-11-122-16/+24
|/
* Fix memory leak when using CurveTexture.set_texture_modeHaoyu Qiu2021-11-011-0/+2
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-3132-0/+19837
* Remove obsolete GLES3 backendRémi Verschelde2020-02-1332-27282/+0
* doc: Sync classref with current sourceRémi Verschelde2020-02-122-4/+4
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-1/+1
* Rewrote large part of rendering, omni and spot shadows now work.Juan Linietsky2020-02-111-8/+7
* Environment sky more or less working.Juan Linietsky2020-02-111-1/+2
* Custom material support seems complete.Juan Linietsky2020-02-113-3/+3
* Completed material/2D shader support (missing SCREEN_TEXTURE)Juan Linietsky2020-02-112-8/+18
* basic 2D engine is more or less working with Vulkan, including editor.Juan Linietsky2020-02-112-2/+2
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-113-7/+8
* Texture refactorJuan Linietsky2020-02-114-5/+5
* Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky2020-02-117-163/+167
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-052-2/+2
* Fix shader crash if using multiple underscores in identifier namesYuri Roubinsky2020-01-311-1/+1
* Add project setting for max irradiance sizeclayjohn2020-01-251-4/+6
* Fix recently introduced crash in viewport sizeclayjohn2020-01-231-5/+5
* Merge pull request #35406 from lawnjelly/ortho-shadowRémi Verschelde2020-01-221-7/+11
|\