| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix multiwindow support in GLES3 for X11, Windows, and MacOS. | clayjohn | 2022-09-12 | 1 | -8/+0 |
* | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg | 2022-09-03 | 1 | -13/+0 |
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -1/+1 |
* | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 1 | -1/+1 |
* | Split dependency logic | Bastiaan Olij | 2022-06-28 | 1 | -6/+10 |
* | Split GI effects and fix stereoscopic rendering of GI effects | Bastiaan Olij | 2022-06-22 | 1 | -0/+3 |
* | Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer | clayjohn | 2022-05-24 | 1 | -8/+2 |
* | Merge pull request #60894 from derammo/derammo_opengl3_windows | Rémi Verschelde | 2022-05-13 | 1 | -0/+7 |
|\ |
|
| * | opengl3 driver now works on windows including multi window | derammo | 2022-05-11 | 1 | -0/+7 |
* | | Basic 3D rendering | clayjohn | 2022-05-12 | 1 | -4/+0 |
|/ |
|
* | Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures | clayjohn | 2022-04-26 | 1 | -25/+21 |
* | Initialize OpenGL before rasterizers in GLES3 | clayjohn | 2022-04-19 | 1 | -26/+37 |
* | Merge canvas and decal into TextureStorage and add render target | Bastiaan Olij | 2022-04-17 | 1 | -8/+13 |
* | Extract global variable, shader and material storage | Bastiaan Olij | 2022-03-31 | 1 | -2/+2 |
* | Split dummy renderer classes into separate files | Bastiaan Olij | 2022-03-16 | 1 | -9/+9 |
* | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke | 2022-01-29 | 1 | -25/+31 |
* | Revert "Add new scaling modes for splash screen" | Rémi Verschelde | 2022-01-19 | 1 | -61/+26 |
* | Add new scaling modes for splash screen | Samuel Pedrajas | 2022-01-18 | 1 | -26/+61 |
* | New OpenGL batching canvas renderer | clayjohn | 2022-01-11 | 1 | -46/+25 |
* | WIP New GLES3 Shader Compiler | reduz | 2022-01-11 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer. | Fabio Alessandrelli | 2021-11-19 | 1 | -1/+1 |
* | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 1 | -0/+378 |
* | Remove obsolete GLES3 backend | Rémi Verschelde | 2020-02-13 | 1 | -444/+0 |
* | Refactored RID/RID_Owner to always use O(1) allocation. | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Remove unused #if 0'ed code | Rémi Verschelde | 2020-01-21 | 1 | -17/+0 |
* | Add VisualServer methods to get the video adapter name and vendor | Hugo Locurcio | 2020-01-06 | 1 | -2/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Add an option to disable boot splash filtering | Hugo Locurcio | 2019-06-15 | 1 | -2/+2 |
* | Merge pull request #27067 from shartte/remove-context-gl | Rémi Verschelde | 2019-04-07 | 1 | -1/+0 |
|\ |
|
| * | Remove ContextGL since as an abstraction it's unused. | Sebastian Hartte | 2019-04-06 | 1 | -1/+0 |
* | | Add option to have viewport render into supplied texture | Bastiaan Olij | 2019-04-06 | 1 | -3/+12 |
|/ |
|
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Prevent GLAPIENTRY redefine in rasterizer, now included in glad.h | Rémi Verschelde | 2018-11-23 | 1 | -6/+0 |
* | Cleaning up some uninitialised variables in GLES2 stuff. | Ibrahn Sahir | 2018-11-02 | 1 | -1/+0 |
* | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde | 2018-10-25 | 1 | -0/+1 |
|\ |
|
| * | Add some limits on the Editor Settings | Superwaitsum | 2018-10-24 | 1 | -0/+1 |
* | | Fixing warnings generated by MSVC | Dualtagh Murray | 2018-10-19 | 1 | -0/+4 |
|/ |
|
* | Fix some more warnings reported by CI | Rémi Verschelde | 2018-10-03 | 1 | -0/+3 |
* | Moving lens distortion shader into drivers and adding GLES2 support | Bastiaan Olij | 2018-10-02 | 1 | -0/+20 |
* | SCons: Remove avoidable defines from main env's CPPPATH | Rémi Verschelde | 2018-10-01 | 1 | -1/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -4/+2 |
* | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam | 2018-08-26 | 1 | -10/+13 |
* | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | 2018-08-24 | 1 | -3/+3 |
* | add 3D textures | Thomas Herzog | 2018-07-30 | 1 | -1/+1 |
* | Clear color was not correctly being set, fixes #4939 | Juan Linietsky | 2018-07-29 | 1 | -1/+1 |
* | Merge pull request #20448 from volzhs/duplicated-code | Rémi Verschelde | 2018-07-25 | 1 | -22/+1 |
|\ |
|
| * | Remove duplicated codes | volzhs | 2018-07-25 | 1 | -22/+1 |
* | | Rasterizers are now in sync with engine | Gustav Lund | 2018-06-05 | 1 | -16/+6 |
|/ |
|