index
:
~vadimg/mesa
master
r600-fake
r600-geom-shaders
r600-sb
r600-sb-2
r600-sb-3
r600-sb-bfgminer
r600-sb-wip
r600-wip-sched
r600_eg_shader_opt
wip-sb-tgsi
vadimg's mesa repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-27
glx: return True/False instead of GL_TRUE/GL_FALSE
Brian Paul
1
-11
/
+11
2013-06-27
glx: move declarations before code
Brian Paul
1
-8
/
+7
2013-04-05
Honor GLX_DONT_CARE in MATCH_MASK
Alexander Monakov
1
-1
/
+3
2013-03-14
glx: init screen = 0 to fix optimized build warning
Brian Paul
1
-1
/
+1
2012-12-02
glx: move the glFlush call one layer down
Marek Olšák
1
-7
/
+4
2012-10-09
glx: Unifdef USE_XCB.
Eric Anholt
1
-56
/
+0
2012-09-05
Don't cast the return value of malloc/realloc
Matt Turner
1
-1
/
+1
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-6
/
+6
2012-01-24
Revert "Always build shared glapi"
Matt Turner
1
-0
/
+2
2012-01-20
Always build shared glapi
Matt Turner
1
-2
/
+0
2012-01-02
glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
Ian Romanick
1
-0
/
+3
2012-01-02
glx: Initial implementation of glXCreateContextAttribsARB
Ian Romanick
1
-1
/
+1
2011-12-23
glx: Propagate the glXIsDirect protocol error back to the application
Ian Romanick
1
-3
/
+26
2011-12-19
glx: Initialize share_xid in CreateContext
Ian Romanick
1
-0
/
+1
2011-12-19
glx: Send DestroyContext protocol at the correct times
Ian Romanick
1
-11
/
+31
2011-12-19
glx: Don't segfault if glXGetContextIDEXT is pased a NULL context
Ian Romanick
1
-1
/
+1
2011-12-19
glx: Fix handling of property list received from the server in glXImportConte...
Ian Romanick
1
-13
/
+32
2011-12-19
glx: Don't segfault if xcb_glx_is_direct_reply returns NULL
Ian Romanick
1
-1
/
+1
2011-08-19
glx: use a block to fix declarations after code warning
Brian Paul
1
-7
/
+9
2011-07-08
GLX/DRI2: handle swap event swap count wrapping
Jesse Barnes
1
-0
/
+57
2011-06-29
glx: Verify that drawable creation on the client side actually worked
Adam Jackson
1
-2
/
+16
2011-06-29
glx: Alias glXFreeContextEXT to glXDestroyContext
Adam Jackson
1
-14
/
+6
2011-06-20
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
1
-0
/
+6
2011-06-13
glx: Remove check for gc->vtable->destroy
Jeremy Huddleston
1
-2
/
+1
2011-06-07
apple: Remove apple_glx_get_proc_address
Jeremy Huddleston
1
-6
/
+0
2011-06-05
apple: Build darwin using applegl rather than indirect
Jeremy Huddleston
1
-0
/
+4
2011-06-05
apple: Rename GLXcontext
Jeremy Huddleston
1
-1
/
+1
2011-06-05
apple: Rename _gl_context_modes_find_visual to glx_config_find_visual
Jeremy Huddleston
1
-1
/
+1
2011-06-02
glx: Fix another case of using req outside of the display lock
Adam Jackson
1
-2
/
+2
2011-05-27
glx: Fix glXGetFBConfigFromVisualSGIX.
Stéphane Marchesin
1
-1
/
+1
2011-05-24
glx: More comment cleanup
Adam Jackson
1
-8
/
+3
2011-02-26
glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.
Eric Anholt
1
-2
/
+6
2011-02-11
glx: Put null check before use
nobled
1
-2
/
+6
2011-01-20
glapi: Fix OpenGL and OpenGL ES interop.
Chia-I Wu
1
-1
/
+6
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
1
-50
/
+0
2010-09-07
glx: Set an all NULL vtable for dummyContext
Kristian Høgsberg
1
-5
/
+5
2010-09-07
glx: Fix compilation with out xf86vidmode
Kristian Høgsberg
1
-7
/
+1
2010-09-07
Fix crashes when some GLX API entrypoints are called with no current context.
Michel Dänzer
1
-5
/
+5
2010-09-07
Make XF86VIDMODE extension optional
Jon TURNEY
1
-0
/
+2
2010-09-07
Some fixes for GLX_INDIRECT_RENDERING only build
Jon TURNEY
1
-2
/
+2
2010-07-29
glx: Fix copy/paste bug in glXWaitX and glXWaitGL
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Split indirect and applegl implementations into different files
Kristian Høgsberg
1
-393
/
+0
2010-07-28
glx: Move bind and unbind to context vtable
Kristian Høgsberg
1
-14
/
+14
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-65
/
+76
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
1
-41
/
+41
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
1
-39
/
+39
2010-07-28
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Kristian Høgsberg
1
-1
/
+0
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
1
-106
/
+99
2010-07-26
glx: Drop debug fprintf that snug in with the previous commit
Kristian Høgsberg
1
-2
/
+0
2010-07-26
glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #defined
Kristian Høgsberg
1
-1
/
+3
[next]