Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-11-14 | Add GPUParticles to the OpenGL3 renderer. | clayjohn |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-10-28 | Add 2D shadows and canvas SDF to OpenGL3 renderer | clayjohn |
2022-10-21 | Add multiview to the opengl3 driver | David Snopek |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-05-24 | Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer | clayjohn |
2022-05-16 | Add basic lighting to GLES3 renderer. | clayjohn |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Basic 3D rendering | clayjohn |
2022-05-11 | SceneShader compiling | clayjohn |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-04-26 | Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures | clayjohn |
2022-01-12 | Remove mistakenly added author info | clayjohn |
2022-01-11 | New OpenGL batching canvas renderer | clayjohn |
2022-01-11 | WIP New GLES3 Shader Compiler | reduz |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John |
2020-02-13 | Remove obsolete GLES3 backend | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-01-25 | Properly dispose of custom shaders, closes #19300 | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-04 | Fix more "may be used initialized" warnings from GCC 7 | Rémi Verschelde |
2018-09-23 | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt... | Juan Linietsky |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-02-16 | Correct hash behavior for floating point numbers | Hein-Pieter van Braam |
2017-01-11 | Type renames: | Juan Linietsky |
2016-11-24 | Blend shapes using transform feedback (GPU) | Juan Linietsky |
2016-11-11 | Done with lights and shadows (wonder if i'm missing something..) | Juan Linietsky |
2016-10-27 | PBR more or less working, still working on bringing gizmos back | Juan Linietsky |
2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |