index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-20
glx: implement GLX part of interop interface (v2)
Marek Olšák
1
-0
/
+54
2015-10-02
glx: Fix build errors with --enable-mangling (v2)
Kyle Brenneman
1
-0
/
+4
2015-04-27
Fix a few typos
Zoë Blade
1
-1
/
+1
2014-12-16
glx: remove __glXstrdup()
Juha-Pekka Heikkila
1
-17
/
+0
2014-06-10
glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case
Jon TURNEY
1
-1
/
+1
2014-05-23
Fix build of appleglx
Jon TURNEY
1
-2
/
+2
2014-04-02
glx: remove unused __glXClientInfo()
Juha-Pekka Heikkila
1
-13
/
+0
2014-03-11
glx: cleanup unneeded headers
Emil Velikov
1
-2
/
+0
2014-02-26
glx: Fix the GLXFBConfig attrib sort priorities
Fredrik Höglund
1
-7
/
+4
2014-02-26
glx: Fix the default values for GLXFBConfig attributes
Fredrik Höglund
1
-7
/
+2
2014-02-07
glx: Add missing null checks in glxcmds.c
Juha-Pekka Heikkila
1
-8
/
+20
2013-12-20
glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
1
-4
/
+2
2013-11-21
glx: don't fail out when no configs if we have visuals
Dave Airlie
1
-1
/
+1
2013-11-07
glx: Add functions and GLX plumbing for GLX_MESA_query_renderer
Ian Romanick
1
-0
/
+6
2013-07-18
glx: Require proper drawableType in init_fbconfig_for_chooser
Tomasz Lis
1
-1
/
+6
2013-07-18
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
1
-0
/
+27
2013-07-18
glx: Store the RENDER_TYPE in indirect rendering
Tomasz Lis
1
-1
/
+0
2013-07-18
glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser
Tomasz Lis
1
-4
/
+28
2013-07-18
glx: Store the value of renderType while creating context
Tomasz Lis
1
-2
/
+2
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
[next]