summaryrefslogtreecommitdiff
path: root/src/video/x11/SDL_x11opengl.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-02-12revert the recent typecast assignment changes (see bug #4079)sezero1-22/+38
2018-01-30Fixed ISO C99 compatibilitySam Lantinga1-38/+22
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-10-22Don't X error in SDL_CreateWindow with unsupported GL attributesSven Hesse1-1/+3
2017-09-01x11: Correctly restore previous GL context after sacrificial context is done.Ryan C. Gordon1-6/+12
2017-09-01x11: don't try to make a NULL GL context current when we already did that.Ryan C. Gordon1-1/+3
2017-09-01x11: Clean up sacrificial GL context code.Ryan C. Gordon1-19/+30
2017-09-01x11: Make a sacrificial glX context to check for extensions during init.Ryan C. Gordon1-4/+39
2017-08-24Fix KHR_no_error supportEthan Lee1-7/+13
2017-08-24opengl: add support for GL_KHR_no_error.Ryan C. Gordon1-0/+12
2017-08-19opengl: Add support for [GLX|WGL]_ARB_create_context_robustness.Ryan C. Gordon1-2/+16
2017-03-26Removed newlines from error messages.Philipp Wiesemann1-1/+1
2017-01-10Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11Sam Lantinga1-3/+23
2017-01-07x11: make the X11 target work on macOS with Xquartz.Ryan C. Gordon1-13/+38
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-12-09Fixed bug 3513 - SDL_GL_SwapWindow does not return error statusSam Lantinga1-1/+2
2016-11-15Removed unused constantsSam Lantinga1-12/+0
2016-11-13Patch from Sylvain to fix clang warningsSam Lantinga1-0/+3
2016-11-01Patch from Tapani Pälli to fix a memory leak in X11_GL_CreateContextSam Lantinga1-0/+1
2016-05-20X11: Fixed typos in error messages and source comments.Philipp Wiesemann1-5/+5
2016-05-11X11: Fixed SDL_GL_GetSwapInterval() returning -1 if interval is unknown.Philipp Wiesemann1-1/+1
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-07-28x11: Catch fatal X errors when calling glXMakeCurrent().Ryan C. Gordon1-5/+19
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-04-06X11: Always specify "True" if setting GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB.Ryan C. Gordon1-3/+1
2015-04-06This function can be static.Ryan C. Gordon1-1/+1
2015-03-06Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context whe...Marc Di Luzio1-2/+23
2015-02-17X11: Don't create a window and GL context to look up the glX extension string.Ryan C. Gordon1-30/+1
2015-02-17glX HasExtension(): check for NULL ext string first.Ryan C. Gordon1-3/+3
2015-02-02X11: Fixes for OpenGL 3.0 and later context creation.Ryan C. Gordon1-67/+50
2014-06-28Fixed null terminating the X11 error stringSam Lantinga1-1/+1
2014-06-03X11: Provide specific X error when SDL_GL_CreateContext fails.Jørgen P. Tjernø1-15/+24
1970-01-01Fixed crash if the OpenGL library hasn't been loaded yetSam Lantinga1-3/+2
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon1-1/+1
2013-10-20Added SDL_GL_FRAMEBUFFER_SRGB_CAPABLE (thanks, David!).Ryan C. Gordon1-0/+14
2013-10-18Don't supply duplicate X11 symbols inside SDL.Ryan C. Gordon1-13/+13
2013-08-29Fixes bug #2040, prepare SDL_GL_CONTEXT_EGL for deprecation on v2.1Gabriel Jacobo1-27/+22
2013-08-29Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga1-4/+2
2013-08-21Fixes for -Wdeclaration-after-statementGabriel Jacobo1-1/+2
2013-08-19Fixes bug #2037, common EGL code for Android and X11Gabriel Jacobo1-19/+37
2013-07-23Fix for recent GLX error bugSam Lantinga1-4/+19
2013-07-15Minor indentation clean up.Ryan C. Gordon1-5/+7
2013-07-11Fixed cast of the OpenGL context typeSam Lantinga1-1/+1
2013-07-11Fixed bug 1946 - OpenGL contexts in threadsSam Lantinga1-3/+3
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-22/+22
2013-03-31Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon1-15/+7
2013-03-10Fixed bug 1749 - SDL_GL_CreateContext() causes fatal X11 protocol errors that...Sam Lantinga1-5/+31
2013-03-01Remove XSync from X11_GL_MakeCurrent() functionSam Lantinga1-1/+0