summaryrefslogtreecommitdiff
path: root/src/glx/glxclient.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-18glx: Validate the GLX_RENDER_TYPE valueTomasz Lis1-0/+3
2013-07-18glx: Store the RENDER_TYPE in indirect renderingTomasz Lis1-0/+7
2012-12-02glx: move the glFlush call one layer downMarek Olšák1-2/+2
2012-10-01build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner1-4/+4
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee1-1/+1
2012-08-08glx: Don't use glapitable.h at allIan Romanick1-1/+0
2012-01-02glx: Don't use 'new' as a function parameter nameIan Romanick1-1/+1
2012-01-02glx: Initial implementation of glXCreateContextAttribsARBIan Romanick1-0/+2
2012-01-02glx: Add glx_screen_vtable::create_context_attribsIan Romanick1-0/+8
2012-01-02glx: Add __glX_send_client_info super functionIan Romanick1-0/+3
2011-12-19glx: Send DestroyContext protocol at the correct timesIan Romanick1-3/+0
2011-07-08GLX/DRI2: handle swap event swap count wrappingJesse Barnes1-0/+16
2011-06-20glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston1-1/+1
2011-06-17glx: implement drawable refcounting.Stéphane Marchesin1-0/+1
2011-06-13apple: Dead code removalJeremy Huddleston1-1/+0
2011-06-05apple: Build darwin using applegl rather than indirectJeremy Huddleston1-0/+12
2011-06-05apple: Re-add driContext and do_destroyJeremy Huddleston1-0/+5
2011-06-02glx: Remove (unused, broken) fastImageUnpack fast pathAdam Jackson1-8/+0
2011-02-26mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt1-2/+2
2011-01-31glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet1-0/+2
2010-09-30glx: remove duplicated includeNicolas Kaiser1-2/+0
2010-09-22glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri1-0/+1
2010-09-07glx: Set an all NULL vtable for dummyContextKristian Høgsberg1-2/+2
2010-09-07glx: Move dpy and scr fields out of direct rendering conditionalKristian Høgsberg1-3/+3
2010-07-29glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg1-0/+2
2010-07-28glx: Split indirect and applegl implementations into different filesKristian Høgsberg1-5/+4
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg1-17/+8
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-39/+39
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg1-16/+15
2010-07-28glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg1-18/+1
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg1-1/+1
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg1-9/+9
2010-07-28glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg1-2/+1
2010-07-23glx: Refactor and simplify context creationKristian Høgsberg1-0/+11
2010-07-23glx: Move context destroy to context vtableKristian Høgsberg1-3/+7
2010-07-22glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg1-1/+1
2010-07-22glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg1-3/+6
2010-07-22glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg1-20/+11
2010-07-22glx: Use _Xglobal_lock for protecting extension display listKristian Høgsberg1-0/+4
2010-07-21glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg1-5/+3
2010-07-21glx: Move __driContext field out of __GLXcontextRecKristian Høgsberg1-1/+0
2010-07-20glx: #ifdef DRI specific prototypeKristian Høgsberg1-0/+2
2010-07-19glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg1-5/+0
2010-07-19glx: Move driver_configs to DRI screen privatesKristian Høgsberg1-2/+0
2010-07-19glx: Move drawHash to display privateKristian Høgsberg1-1/+2
2010-07-19glx: Don't use __glXInitialize() when we might be holding __glXLock()Kristian Høgsberg1-0/+2
2010-07-19glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg1-1/+0
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg1-4/+0
2010-07-19glx: Move __driScreen into the dri screen privatesKristian Høgsberg1-1/+0
2010-07-19glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg1-9/+1