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