index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
api
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation on linux
Pierre Krieger
2015-12-19
1
-52
/
+59
*
Update GLX to use glXChooseFBConfig
Pierre Krieger
2015-12-19
1
-56
/
+120
*
Remove public exports of gl_common and libc
Pierre Krieger
2015-11-09
1
-1
/
+1
*
ensure server has GLX_ARB_create_context extension
wartman4404
2015-10-18
1
-1
/
+1
*
Remove the window feature entirely
Pierre Krieger
2015-10-03
1
-1
/
+1
*
Add #[inline] attributes
Pierre Krieger
2015-09-23
1
-0
/
+5
*
Convert GLX to the new design
Pierre Krieger
2015-09-21
1
-33
/
+29
*
Extract GlAttributes from BuilderAttribs
Pierre Krieger
2015-09-21
1
-14
/
+14
*
No longer filter out non-conformant formats
Pierre Krieger
2015-08-30
1
-3
/
+4
*
Make it work on DragonFly/FreeBSD
Michael Neumann
2015-08-30
1
-1
/
+1
*
Attempt to fix issues with sRGB
Pierre Krieger
2015-07-25
1
-0
/
+10
*
Filter invalid FBConfigs
Pierre Krieger
2015-07-22
1
-0
/
+16
*
Fix calling XFree before reading from memory
Pierre Krieger
2015-07-22
1
-2
/
+3
*
Add CreationError::OpenGlVersionNotSupported
Pierre Krieger
2015-07-20
1
-0
/
+1
*
Add CreationError::RobustnessNotSupported
Pierre Krieger
2015-07-20
1
-1
/
+1
*
Enumerate the FBConfigs instead of calling glxChoose
Pierre Krieger
2015-07-19
1
-81
/
+47
*
Correct window creation on X11
Pierre Krieger
2015-07-19
1
-89
/
+222
*
Add support for the EGL_KHR_create_context_no_error extension
Pierre Krieger
2015-06-25
1
-1
/
+2
*
Add with_robustness and handle robustness on all implementations
Pierre Krieger
2015-06-22
1
-19
/
+62
*
Merge pull request #486 from tomaka/context-error
tomaka
2015-06-17
1
-5
/
+8
|
\
|
*
Handle errors from MakeCurrent and SwapBuffers
Pierre Krieger
2015-06-16
1
-5
/
+8
*
|
glx: Unbind the context if it's the current one
ecoal95
2015-06-17
1
-2
/
+4
|
/
*
Fix GLX creating only 3.0 contexts
Pierre Krieger
2015-05-16
1
-69
/
+94
*
Make platform::linux generic over X11 and Wayland.
Victor Berger
2015-05-12
1
-3
/
+8
*
Make x11 dynamic
Pierre Krieger
2015-05-07
1
-11
/
+13
*
Introduced GlProfile enum
Dzmitry Malyshau
2015-05-01
1
-7
/
+9
*
Implemented gl_core flag
Dzmitry Malyshau
2015-04-30
1
-2
/
+10
*
Add a GlContext trait
Pierre Krieger
2015-04-30
1
-7
/
+15
*
Split GLX and X11 in "api"
Pierre Krieger
2015-04-25
1
-0
/
+187