summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-1/+0
2008-08-20glx: free vertex array state when context is destroyedKristof Ralovich1-0/+2
2008-08-08glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston1-0/+16
2008-06-12revert the DRI2 commitsAlan Hourihane1-329/+378
2008-06-11Bring in DRI2 changesAlan Hourihane1-378/+329
2008-05-26Remove CVS keywords.José Fonseca1-1/+0
2008-04-23glx: split out current context codeGeorge Sapountzis1-10/+5
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-61/+79
2008-03-18glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao1-0/+2
2008-03-12libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg1-3/+1
2008-03-10Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg1-3/+5
2008-03-08Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg1-6/+7
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg1-24/+27
2008-03-08Move DRI drawable creation into dri_glx.c.Kristian Høgsberg1-4/+4
2008-03-08Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg1-10/+10
2008-03-08Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg1-29/+1
2008-03-08Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg1-1/+1
2008-02-29Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg1-48/+0
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg1-10/+2
2007-11-27remove drawable from hash table when window is deleted (see bug 13091)WuNian1-0/+1
2007-11-06Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg1-59/+69
2007-11-06Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg1-7/+7
2007-11-06Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id.Kristian Høgsberg1-1/+1
2007-11-05Lookup visual in visual list, not fbconfig list.Kristian Høgsberg1-11/+15
2007-10-29Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaJesse Barnes1-0/+1
2007-10-29Refactor and fix core vblank supportJesse Barnes1-17/+26
2007-10-29Remember to call XSync() before resetting X error handler.Chris Rankin1-0/+1
2007-10-16Handle fbconfigs and glx visuals separately.Kristian Høgsberg1-3/+4
2007-10-15Dont add fbconfigs to array that we didn't allocate for.Kristian Høgsberg1-2/+4
2007-10-11Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg1-2/+2
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg1-30/+25
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg1-22/+18
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg1-20/+14
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg1-14/+11
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg1-3/+3
2007-10-10Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg1-23/+19
2007-10-10Drop mostly unused __DRIid typedef.Kristian Høgsberg1-1/+1
2007-10-10Avoid deadlock in GarbageCollectDRIDrawables.Kristian Høgsberg1-8/+2
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg1-0/+14
2007-10-10Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg1-2/+3
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-30/+30
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg1-76/+77
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt1-1/+2
2006-08-30Add missing parenthesis so that glXSwapIntervalSGI protocol isIan Romanick1-1/+1
2006-08-29Clean up GLX function exports.Ian Romanick1-233/+72
2006-05-01Update function signatures for EXT_tfp entrypoints.Adam Jackson1-12/+8
2006-04-11Add attrib_list to glXBindTexImageEXTDavid Reveman1-2/+25
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul1-9/+61
2006-03-09s/GLint/int/, to fit GLX conventionsBrian Paul1-2/+3
2006-02-07David Reveman's GLX_EXT_texture_from_pixmap extension patchBrian Paul1-0/+84