| Commit message (Expand) | Author | Age | Files | Lines |
* | [Windows] Enable crash reporter on MinGW builds, use libbacktrace to generate... | bruvzg | 2024-04-22 | 1 | -0/+2 |
* | Add Direct3D 12 RenderingDevice implementation | Pedro J. Estébanez | 2023-12-12 | 1 | -0/+2 |
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN... | bruvzg | 2023-09-21 | 1 | -0/+1 |
* | Refactor SPIR-V reflection into a generic RenderingDevice feature | Pedro J. Estébanez | 2022-12-12 | 1 | -1/+0 |
* | Polish rendering driver refactor further | Pedro J. Estébanez | 2022-10-06 | 1 | -1/+1 |
* | [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer. | Fabio Alessandrelli | 2021-11-19 | 1 | -3/+2 |
* | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 1 | -1/+1 |
* | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | 2021-10-30 | 1 | -2/+1 |
* | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 1 | -0/+5 |
* | LinuxBSD now compiles without vulkan/x11. | Fabio Alessandrelli | 2021-06-01 | 1 | -3/+1 |
* | Remove server platform | Fabio Alessandrelli | 2021-06-01 | 1 | -1/+1 |
* | Add all headers to VS Project | Bartłomiej T. Listwon | 2020-09-27 | 1 | -9/+0 |
* | Remove obsolete GLES2 backend code | Rémi Verschelde | 2020-08-13 | 1 | -2/+0 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -17/+18 |
* | OS_Javascript temporarly uses dummy rasterizer. | Fabio Alessandrelli | 2020-03-08 | 1 | -1/+1 |
* | Remove obsolete GLES3 backend | Rémi Verschelde | 2020-02-13 | 1 | -1/+0 |
* | SCons: Streamline Vulkan buildsystem + fixups | Rémi Verschelde | 2020-02-11 | 1 | -3/+0 |
* | Add static Vulkan loader. | bruvzg | 2020-02-11 | 1 | -0/+3 |
* | Replaced GLSLang reflection by SPIRV-Reflect, eventually allowing to move GLS... | Juan Linietsky | 2020-02-11 | 1 | -0/+1 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
* | Initial work on Vulkan: | Juan Linietsky | 2020-02-11 | 1 | -0/+1 |
* | Remove convex_decomp in drivers/SCsub | volzhs | 2019-12-14 | 1 | -5/+0 |
* | SCons: Add 'split_libmodules' option to workaround linker issue | Rémi Verschelde | 2019-12-11 | 1 | -6/+4 |
* | Drop RtAudio driver on Windows | Rémi Verschelde | 2019-02-20 | 1 | -1/+0 |
* | SCons: Build core's thirdparty code in own environment | Rémi Verschelde | 2018-09-28 | 1 | -3/+0 |
* | Added a new MIDIDriver class | Marcelo Fernandez | 2018-07-21 | 1 | -0/+5 |
* | add GLES 2 renderer for 2D | karroffel | 2018-03-01 | 1 | -0/+1 |
* | Disable GLES builders and source from server compilation | Fabio Alessandrelli | 2018-02-15 | 1 | -2/+5 |
* | disable caching for targets using helper functions | Rhody Lugo | 2017-11-28 | 1 | -2/+1 |
* | use the same cache for all branches for appveyor | Rhody Lugo | 2017-11-28 | 1 | -0/+1 |
* | Visual Studio project creation bug fix | RoyBerube | 2017-11-19 | 1 | -0/+5 |
* | Merged iphone and osx audio drivers into drivers/coreaudio | Marcelo Fernandez | 2017-09-30 | 1 | -0/+1 |
* | Use BoolVariable for third-party options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -1/+1 |
* | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -3/+3 |
* | Added new WASAPI driver for Windows | Marcelo Fernandez | 2017-08-27 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -1/+1 |
|\ |
|
| * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -1/+1 |
* | | style: Various other PEP8 fixes in Python files | Rémi Verschelde | 2016-11-01 | 1 | -11/+11 |
* | | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -5/+5 |
* | | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 1 | -9/+9 |
* | | Merge pull request #6959 from RandomShaper/fix-big-libs | Rémi Verschelde | 2016-10-30 | 1 | -45/+2 |
|\ \ |
|
| * | | scons: Move lib splitting method to methods.py | Rémi Verschelde | 2016-10-30 | 1 | -3/+6 |
| * | | Adopt simpler strategy for big libs on Windows | Pedro J. Estébanez | 2016-10-29 | 1 | -49/+3 |
* | | | RegEx re-implemented as a module | Zher Huei Lee | 2016-10-27 | 1 | -1/+0 |
|/ / |
|
* | | Merge pull request #6855 from vnen/xaudio2-driver | Rémi Verschelde | 2016-10-18 | 1 | -0/+2 |
|\ \ |
|
| * | | Isolate XAudio2 driver | George Marques | 2016-10-17 | 1 | -0/+2 |
* | | | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
|/ / |
|
* | | drivers: Refactor SCsub and drop redundant env_drivers clone | Rémi Verschelde | 2016-10-15 | 1 | -27/+32 |
* | | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-15 | 1 | -3/+0 |
* | | chibi: Move to a module | Rémi Verschelde | 2016-10-15 | 1 | -1/+0 |