summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL/src/GLContextLinux.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* GL backend: silenced debug output messages when testing texture format; dedup...assiduous2020-09-161-72/+0
* Fixed Linux/Max/iOS buildassiduous2020-09-131-1/+1
* Added EngineGLCreateInfo::CreateDebugContext member (API Version 240060)assiduous2020-05-111-3/+2
* OpenGL backend: enabled debug output on Androidassiduous2020-05-111-7/+7
* Fallback to GLX_MESA_swap_control if GLX_EXT_swap_control isn't supportedDinolek2020-04-211-0/+6
* Fixed Linux build issuesassiduous2020-02-241-4/+3
* Enabled VSync control in GL backend (on Windows and Linux)assiduous2020-02-241-1/+8
* Fixed yet another linux build issueassiduous2020-02-031-1/+1
* Fixed another linux build issueassiduous2020-02-031-5/+5
* Introduced NativeWindow wrapper for supported platformsRobert Campbell2020-02-021-4/+4
* A bunch of final .h -> .hpp renamingsassiduous2020-01-271-2/+2
* Fixed a couple of Linux and Android issuesassiduous2020-01-251-1/+1
* Improved device feature reporting; added flags for query supportassiduous2020-01-071-10/+3
* clang-formatted GraphicsEngineOpenGL projectEgor Yusov2019-11-241-132/+135
* Merged var_type_refactor into masterEgor Yusov2019-03-071-7/+6
|\
| * Started updating GL backend to comply with the updated APIEgor Yusov2019-03-051-2/+1
* | Enabled using stencil in the swap chain in GL backend (fixed https://github.c...Egor Yusov2019-02-261-1/+1
|/
* Implemented Vulkan instance initialization; added vulkan debug utilsEgor Yusov2018-03-171-1/+1
* Fixed Linux buildEgor2018-02-031-15/+6
* Updated copyright noticeEgor Yusov2018-01-041-1/+1
* Fixed linux build errorsEgor Yusov2017-12-281-3/+3
* Finalized GL context initialization on Linux + some updates to Win32 debug GL...Egor2017-12-251-173/+63
* Half implemented OpenGL context initialization in LinuxEgor2017-12-241-0/+301