summaryrefslogtreecommitdiffstats
path: root/src/glx/glxcmds.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg2010-07-191-1/+1
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-107/+0
* glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg2010-07-191-110/+3
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-71/+0
* glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg2010-07-191-11/+11
* glx: Split tfp functions out to context vtableKristian Høgsberg2010-05-211-40/+41
* glx: Get GLX_SCREEN first in __glXQueryContextInfo()Kristian Høgsberg2010-05-071-3/+10
* darwin: Fix buildJeremy Huddleston2010-05-051-4/+4
* glx: Fix buildJakob Bornecrantz2010-04-281-1/+1
* Merge branch '7.8'Brian Paul2010-04-281-28/+175
|\
| * darwin: Use clientattribJeremy Huddleston2010-04-271-2/+0
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-271-52/+45