index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
SCsub
Commit message (
Expand
)
Author
Age
Files
Lines
*
[macOS/iOS] Use hardware sampling rates for audio I/O.
bruvzg
2024-10-25
1
-1
/
+2
*
Use dedicated `print_error` method for colored output for unsupported drivers
Yevhen Babiichuk (DustDFG)
2024-09-27
1
-3
/
+5
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
SCons: Better validation for platform-specific opt-in drivers
Rémi Verschelde
2024-08-21
1
-0
/
+10
*
Add Metal support for macOS (arm64) and iOS
Stuart Carnie
2024-08-20
1
-0
/
+2
*
[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
|
\
\
[next]