index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video
/
x11
/
SDL_x11opengl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-04
Updated copyright for 2019
Sam Lantinga
1
-1
/
+1
2018-02-12
revert the recent typecast assignment changes (see bug #4079)
sezero
1
-22
/
+38
2018-01-30
Fixed ISO C99 compatibility
Sam Lantinga
1
-38
/
+22
2018-01-03
Updated copyright for 2018
Sam Lantinga
1
-1
/
+1
2017-10-22
Don't X error in SDL_CreateWindow with unsupported GL attributes
Sven Hesse
1
-1
/
+3
2017-09-01
x11: Correctly restore previous GL context after sacrificial context is done.
Ryan C. Gordon
1
-6
/
+12
2017-09-01
x11: don't try to make a NULL GL context current when we already did that.
Ryan C. Gordon
1
-1
/
+3
2017-09-01
x11: Clean up sacrificial GL context code.
Ryan C. Gordon
1
-19
/
+30
2017-09-01
x11: Make a sacrificial glX context to check for extensions during init.
Ryan C. Gordon
1
-4
/
+39
2017-08-24
Fix KHR_no_error support
Ethan Lee
1
-7
/
+13
2017-08-24
opengl: add support for GL_KHR_no_error.
Ryan C. Gordon
1
-0
/
+12
2017-08-19
opengl: Add support for [GLX|WGL]_ARB_create_context_robustness.
Ryan C. Gordon
1
-2
/
+16
2017-03-26
Removed newlines from error messages.
Philipp Wiesemann
1
-1
/
+1
2017-01-10
Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11
Sam Lantinga
1
-3
/
+23
2017-01-07
x11: make the X11 target work on macOS with Xquartz.
Ryan C. Gordon
1
-13
/
+38
2017-01-01
Updated copyright for 2017
Sam Lantinga
1
-1
/
+1
2016-12-09
Fixed bug 3513 - SDL_GL_SwapWindow does not return error status
Sam Lantinga
1
-1
/
+2
2016-11-15
Removed unused constants
Sam Lantinga
1
-12
/
+0
2016-11-13
Patch from Sylvain to fix clang warnings
Sam Lantinga
1
-0
/
+3
2016-11-01
Patch from Tapani Pälli to fix a memory leak in X11_GL_CreateContext
Sam Lantinga
1
-0
/
+1
2016-05-20
X11: Fixed typos in error messages and source comments.
Philipp Wiesemann
1
-5
/
+5
2016-05-11
X11: Fixed SDL_GL_GetSwapInterval() returning -1 if interval is unknown.
Philipp Wiesemann
1
-1
/
+1
2016-01-02
Updated copyright to 2016
Sam Lantinga
1
-1
/
+1
2015-07-28
x11: Catch fatal X errors when calling glXMakeCurrent().
Ryan C. Gordon
1
-5
/
+19
2015-05-26
Updated the copyright year to 2015
Sam Lantinga
1
-1
/
+1
2015-04-06
X11: Always specify "True" if setting GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB.
Ryan C. Gordon
1
-3
/
+1
2015-04-06
This function can be static.
Ryan C. Gordon
1
-1
/
+1
2015-03-06
Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context whe...
Marc Di Luzio
1
-2
/
+23
2015-02-17
X11: Don't create a window and GL context to look up the glX extension string.
Ryan C. Gordon
1
-30
/
+1
2015-02-17
glX HasExtension(): check for NULL ext string first.
Ryan C. Gordon
1
-3
/
+3
2015-02-02
X11: Fixes for OpenGL 3.0 and later context creation.
Ryan C. Gordon
1
-67
/
+50
2014-06-28
Fixed null terminating the X11 error string
Sam Lantinga
1
-1
/
+1
2014-06-03
X11: Provide specific X error when SDL_GL_CreateContext fails.
Jørgen P. Tjernø
1
-15
/
+24
1970-01-01
Fixed crash if the OpenGL library hasn't been loaded yet
Sam Lantinga
1
-3
/
+2
2014-02-02
Fixed bug 2374 - Update copyright for 2014...
Sam Lantinga
1
-1
/
+1
2013-11-24
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
Ryan C. Gordon
1
-1
/
+1
2013-10-20
Added SDL_GL_FRAMEBUFFER_SRGB_CAPABLE (thanks, David!).
Ryan C. Gordon
1
-0
/
+14
2013-10-18
Don't supply duplicate X11 symbols inside SDL.
Ryan C. Gordon
1
-13
/
+13
2013-08-29
Fixes bug #2040, prepare SDL_GL_CONTEXT_EGL for deprecation on v2.1
Gabriel Jacobo
1
-27
/
+22
2013-08-29
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
Sam Lantinga
1
-4
/
+2
2013-08-21
Fixes for -Wdeclaration-after-statement
Gabriel Jacobo
1
-1
/
+2
2013-08-19
Fixes bug #2037, common EGL code for Android and X11
Gabriel Jacobo
1
-19
/
+37
2013-07-23
Fix for recent GLX error bug
Sam Lantinga
1
-4
/
+19
2013-07-15
Minor indentation clean up.
Ryan C. Gordon
1
-5
/
+7
2013-07-11
Fixed cast of the OpenGL context type
Sam Lantinga
1
-1
/
+1
2013-07-11
Fixed bug 1946 - OpenGL contexts in threads
Sam Lantinga
1
-3
/
+3
2013-05-18
File style cleanup for the SDL 2.0 release
Sam Lantinga
1
-22
/
+22
2013-03-31
Make SDL_SetError and friends unconditionally return -1.
Ryan C. Gordon
1
-15
/
+7
2013-03-10
Fixed bug 1749 - SDL_GL_CreateContext() causes fatal X11 protocol errors that...
Sam Lantinga
1
-5
/
+31
2013-03-01
Remove XSync from X11_GL_MakeCurrent() function
Sam Lantinga
1
-1
/
+0
[next]