aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/context_gl_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Experimental support for windows with per-pixel transparency (macOS, X11 and ↵bruvzg2018-04-071-19/+62
| | | | Windows).
* Explicitly set OpenGL profile to core (X11, Windows).bruvzg2018-03-061-0/+1
| | | | Enable GLES2 on Windows.
* add GLES 2 renderer for 2Dkarroffel2018-03-011-15/+33
| | | | | | | | This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned.
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
|
* Drop unusued LEGACYGL_ENABLED checkRémi Verschelde2017-10-131-1/+1
| | | | [ci skip]
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-3/+1
|
* Set the X11 class hint before mapping the windowRichard Adenling2017-08-191-0/+14
| | | | | | | | | | Setting the class hint before mapping the window will allow some window managers to determine if a window should be treated specially. This is also in accordance with the ICCCM spec which says that WM_CLASS should only be changed when a window is in a withdrawn (unmapped) state. Fixes #10429
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-2/+0
| | | | | | | | | | "ALL IS GOOD" was a lie. In particular, removes verbose "path not recognized" false positive. The actual logic is to (somewhat naively) check all ResourceFormatLoaders and to pick the first good match, so no need to warn about the formats that do not match the type hint.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-63/+54
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* x11: don't wait for window to be mappedJesper Bækdahl2017-01-191-7/+0
|
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
| | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-2/+20
|\ | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
| * Some BRDF fixesJuan Linietsky2016-12-211-1/+1
| |
| * Migrated from GLES to GLAD, fixes many issues.Juan Linietsky2016-11-221-3/+20
| |
| * 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!
* x11: fix vsync supportAndreas Haas2016-06-071-5/+29
|
* temporary fix for vsync call on x11Ariel Manzur2016-06-051-2/+5
|
* vsync supportJuan Linietsky2016-06-051-0/+11
| | | | | | -works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync
* remove trailing whitespaceHubert Jarosz2016-03-091-13/+13
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Fixing memory leaksPhobos Tro2015-10-251-2/+8
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* borderless fullscreen window support for x11Dana Olson2014-08-251-11/+0
| | | | move disable resize x11 code from context_gl to os_x11
* fix z-buffer issues on x11/mesaDeviance2014-05-061-1/+1
|
* add display/resizable support to Linuxadolson2014-04-221-0/+12
| | | add display/resizable support to Linux
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+197