summaryrefslogtreecommitdiffstats
path: root/src/glx/glxcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Always build shared glapi"Matt Turner2012-01-241-0/+2
* Always build shared glapiMatt Turner2012-01-201-2/+0
* glx: Connect glXCreateContextAttribsARB to glXGetProcAddressIan Romanick2012-01-021-0/+3
* glx: Initial implementation of glXCreateContextAttribsARBIan Romanick2012-01-021-1/+1
* glx: Propagate the glXIsDirect protocol error back to the applicationIan Romanick2011-12-231-3/+26
* glx: Initialize share_xid in CreateContextIan Romanick2011-12-191-0/+1
* glx: Send DestroyContext protocol at the correct timesIan Romanick2011-12-191-11/+31
* glx: Don't segfault if glXGetContextIDEXT is pased a NULL contextIan Romanick2011-12-191-1/+1
* glx: Fix handling of property list received from the server in glXImportConte...Ian Romanick2011-12-191-13/+32
* glx: Don't segfault if xcb_glx_is_direct_reply returns NULLIan Romanick2011-12-191-1/+1
* glx: use a block to fix declarations after code warningBrian Paul2011-08-191-7/+9
* GLX/DRI2: handle swap event swap count wrappingJesse Barnes2011-07-081-0/+57
* glx: Verify that drawable creation on the client side actually workedAdam Jackson2011-06-291-2/+16
* glx: Alias glXFreeContextEXT to glXDestroyContextAdam Jackson2011-06-291-14/+6
* glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston2011-06-201-0/+6
* glx: Remove check for gc->vtable->destroyJeremy Huddleston2011-06-131-2/+1
* apple: Remove apple_glx_get_proc_addressJeremy Huddleston2011-06-071-6/+0
* apple: Build darwin using applegl rather than indirectJeremy Huddleston2011-06-051-0/+4
* apple: Rename GLXcontextJeremy Huddleston2011-06-051-1/+1
* apple: Rename _gl_context_modes_find_visual to glx_config_find_visualJeremy Huddleston2011-06-051-1/+1
* glx: Fix another case of using req outside of the display lockAdam Jackson2011-06-021-2/+2
* glx: Fix glXGetFBConfigFromVisualSGIX.Stéphane Marchesin2011-05-271-1/+1
* glx: More comment cleanupAdam Jackson2011-05-241-8/+3
* glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.Eric Anholt2011-02-261-2/+6
* glx: Put null check before usenobled2011-02-111-2/+6
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-201-1/+6
* glx: Drop broken drawable garbage collectionKristian Høgsberg2010-09-081-50/+0
* glx: Set an all NULL vtable for dummyContextKristian Høgsberg2010-09-071-5/+5
* glx: Fix compilation with out xf86vidmodeKristian Høgsberg2010-09-071-7/+1
* Fix crashes when some GLX API entrypoints are called with no current context.Michel Dänzer2010-09-071-5/+5
* Make XF86VIDMODE extension optionalJon TURNEY2010-09-071-0/+2
* Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY2010-09-071-2/+2
* glx: Fix copy/paste bug in glXWaitX and glXWaitGLKristian Høgsberg2010-07-291-2/+2
* glx: Split indirect and applegl implementations into different filesKristian Høgsberg2010-07-281-393/+0
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-281-14/+14
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-65/+76
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-281-41/+41
* glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg2010-07-281-39/+39
* glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg2010-07-281-1/+0
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-281-106/+99
* glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg2010-07-261-2/+0
* glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #definedKristian Høgsberg2010-07-261-1/+3
* glx: Don't destroy context with XID 0Kristian Høgsberg2010-07-231-1/+3
* glx: Refactor and simplify context creationKristian Høgsberg2010-07-231-177/+150
* glx: Move context destroy to context vtableKristian Høgsberg2010-07-231-67/+37
* glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg2010-07-221-33/+25
* glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg2010-07-221-82/+66
* glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg2010-07-221-51/+57
* glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg2010-07-211-6/+3
* glx: Move drawHash to display privateKristian Høgsberg2010-07-191-26/+16