aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/platform_config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Move glad files to thirdparty dirRémi Verschelde2017-01-061-3/+1
|
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-0/+2
|\ | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
| * Migrated from GLES to GLAD, fixes many issues.Juan Linietsky2016-11-221-1/+2
| |
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-0/+1
| | | | | | | | | | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* | glew: Split thirdparty files and isolate envRémi Verschelde2016-10-151-3/+1
|/ | | | | | Not fully happy about the way this one interacts with the various platforms. Maybe the platform_config.h should be generated by the SCsub instead of passing a define just to know where is the header.
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-081-1/+1
| | | | | | | | This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location.
* Fix pthread renaming in Open/FreeBSDeska2016-01-091-0/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Include stdlib.h for alloca() on OpenBSDAnton Yabchinskiy2015-11-201-1/+1
|
* Revert "libao audio driver"Juan Linietsky2015-11-191-1/+1
|
* Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-07-291-1/+1
|\
| * Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
| |
* | Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-141-1/+1
|\| | | | | | | | | Conflicts: platform/x11/detect.py
| * 2D Rewrite Step [1]Juan Linietsky2015-01-101-1/+1
| | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=- -Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future). -Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order) -Removed OpenGL ES 1.x support. Good riddance!
* | Include stdlib.h for alloca() on OpenBSDAnton Yabchinskiy2014-11-221-1/+1
|/
* alloca() lives in stdlib.h on FreeBSDRob Messick2014-02-231-0/+6
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+32