summaryrefslogtreecommitdiff
path: root/platform/x11/platform_config.h
AgeCommit message (Collapse)Author
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-01-06Move glad files to thirdparty dirRémi Verschelde
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
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!
2016-11-22Migrated from GLES to GLAD, fixes many issues.Juan Linietsky
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde
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.
2016-10-03Begining of GLES3 renderer:Juan Linietsky
-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
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
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.
2016-01-09Fix pthread renaming in Open/FreeBSDeska
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-11-20Include stdlib.h for alloca() on OpenBSDAnton Yabchinskiy
2015-11-19Revert "libao audio driver"Juan Linietsky
2015-07-29Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-14Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy
Conflicts: platform/x11/detect.py
2015-01-102D Rewrite Step [1]Juan Linietsky
-=-=-=-=-=-=-=-=-=- -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!
2014-11-22Include stdlib.h for alloca() on OpenBSDAnton Yabchinskiy
2014-02-23alloca() lives in stdlib.h on FreeBSDRob Messick
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky