summaryrefslogtreecommitdiffstats
path: root/src/glx/glxclient.h
Commit message (Expand)AuthorAgeFilesLines
* glx: Don't use glapitable.h at allIan Romanick2012-08-081-1/+0
* glx: Don't use 'new' as a function parameter nameIan Romanick2012-01-021-1/+1
* glx: Initial implementation of glXCreateContextAttribsARBIan Romanick2012-01-021-0/+2
* glx: Add glx_screen_vtable::create_context_attribsIan Romanick2012-01-021-0/+8
* glx: Add __glX_send_client_info super functionIan Romanick2012-01-021-0/+3
* glx: Send DestroyContext protocol at the correct timesIan Romanick2011-12-191-3/+0
* GLX/DRI2: handle swap event swap count wrappingJesse Barnes2011-07-081-0/+16
* glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston2011-06-201-1/+1
* glx: implement drawable refcounting.Stéphane Marchesin2011-06-171-0/+1
* apple: Dead code removalJeremy Huddleston2011-06-131-1/+0
* apple: Build darwin using applegl rather than indirectJeremy Huddleston2011-06-051-0/+12
* apple: Re-add driContext and do_destroyJeremy Huddleston2011-06-051-0/+5
* glx: Remove (unused, broken) fastImageUnpack fast pathAdam Jackson2011-06-021-8/+0
* mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt2011-02-261-2/+2
* glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet2011-01-311-0/+2
* glx: remove duplicated includeNicolas Kaiser2010-09-301-2/+0
* glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri2010-09-221-0/+1
* glx: Set an all NULL vtable for dummyContextKristian Høgsberg2010-09-071-2/+2
* glx: Move dpy and scr fields out of direct rendering conditionalKristian Høgsberg2010-09-071-3/+3
* glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg2010-07-291-0/+2
* glx: Split indirect and applegl implementations into different filesKristian Høgsberg2010-07-281-5/+4
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-281-17/+8
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-39/+39
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-281-16/+15
* glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg2010-07-281-18/+1
* glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg2010-07-281-1/+1
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-281-9/+9
* glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg2010-07-281-2/+1
* glx: Refactor and simplify context creationKristian Høgsberg2010-07-231-0/+11
* glx: Move context destroy to context vtableKristian Høgsberg2010-07-231-3/+7
* glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg2010-07-221-1/+1
* glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg2010-07-221-3/+6
* glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg2010-07-221-20/+11
* glx: Use _Xglobal_lock for protecting extension display listKristian Høgsberg2010-07-221-0/+4
* glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg2010-07-211-5/+3
* glx: Move __driContext field out of __GLXcontextRecKristian Høgsberg2010-07-211-1/+0
* glx: #ifdef DRI specific prototypeKristian Høgsberg2010-07-201-0/+2
* glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg2010-07-191-5/+0
* glx: Move driver_configs to DRI screen privatesKristian Høgsberg2010-07-191-2/+0
* glx: Move drawHash to display privateKristian Høgsberg2010-07-191-1/+2
* glx: Don't use __glXInitialize() when we might be holding __glXLock()Kristian Høgsberg2010-07-191-0/+2
* glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg2010-07-191-1/+0
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-4/+0
* glx: Move __driScreen into the dri screen privatesKristian Høgsberg2010-07-191-1/+0
* glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg2010-07-191-9/+1
* glx: Move DRI2 extensions to DRI2 screen privateKristian Høgsberg2010-07-191-12/+0
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-4/+0
* glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg2010-07-191-9/+7
* glx: Fix drawable lookup in DRI2 event handlerKristian Høgsberg2010-07-191-0/+2
* dri2: Track event mask in client code.Nick Bowler2010-07-141-0/+1