Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 4 | -0/+6033 |
| | | | | | | | | | First implementation with Linux display manager. - Add single-threaded mode for EditorResourcePreview (needed for OpenGL). Co-authored-by: clayjohn <claynjohn@gmail.com> Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | ||||
* | Remove obsolete GLES2 backend code | Rémi Verschelde | 2020-08-13 | 4 | -6033/+0 |
| | | | | | | | | | | | This code currently isn't compiled (and cannot compile). We plan to re-add OpenGL ES-based renderer(s) in Godot 4.0 alongside Vulkan (probably ES 3.0, possibly also a low-end ES 2.0), but the code will be quite different so it's not relevant to keep this old Godot 3.2 code. The `drivers/gles2` code from the `3.2` branch can be used as a reference for a potential new implementation. | ||||
* | glad: Sync with upstream 0.1.33 | Rémi Verschelde | 2019-11-12 | 2 | -3/+6 |
| | |||||
* | glad: Sync with upstream 0.1.31 | Rémi Verschelde | 2019-07-11 | 3 | -11/+13 |
| | |||||
* | added MSAA to GLES backend | clayjohn | 2019-05-02 | 2 | -6/+47 |
| | |||||
* | Updates to thirdparty README and COPYRIGHT | Rémi Verschelde | 2019-03-04 | 1 | -0/+20 |
| | | | | | Notably, we now track stable Bullet 2.88, so distros can unbundle it again. | ||||
* | glad: Sync with upstream 0.1.29 | Rémi Verschelde | 2019-03-04 | 2 | -7/+3 |
| | |||||
* | glad: Sync with upstream 0.1.28 | Rémi Verschelde | 2018-11-23 | 2 | -828/+792 |
| | |||||
* | Rebase patches for fixing haiku build. | Adrien Destugues | 2018-08-11 | 1 | -3/+3 |
| | |||||
* | glad: Sync with upstream 0.1.25 | Rémi Verschelde | 2018-07-28 | 2 | -21/+10 |
| | |||||
* | Update GLAD to 0.1.20a0 | Chaosus | 2018-05-04 | 3 | -15/+32 |
| | |||||
* | Add GL_ARB_framebuffer_object extension support check and ↵ | bruvzg | 2018-03-05 | 2 | -8/+156 |
| | | | | | | GL_EXT_framebuffer_object fallback for GLES2 (updated GLAD bindings). Add GL_ARB_debug_output extension support check on all platforms. | ||||
* | GLES2 renderer support on macOS. | bruvzg | 2018-03-02 | 2 | -12/+44 |
| | |||||
* | glad: Sync with upstream 0.1.16a0 | Indah Sylvia | 2017-11-30 | 3 | -28/+48 |
| | |||||
* | glad: Sync with upstream 0.1.14a0 | Rémi Verschelde | 2017-06-14 | 2 | -94/+95 |
| | |||||
* | glad: Update to upstream 0.1.13a0 | Rémi Verschelde | 2017-01-06 | 2 | -10/+12 |
| | | | | Upstreams the workaround we had to use for OSX. | ||||
* | Move glad files to thirdparty dir | Rémi Verschelde | 2017-01-06 | 3 | -0/+5798 |