summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.h
AgeCommit message (Expand)Author
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-02-27mesa: Add copyright headers.José Fonseca
2007-05-22Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-10-16Track the currently bound read drawable and make sure its info is upIan Romanick
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-06-02oops, undo previous changeBrian Paul
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-02-14fix some signed vs unsigned warningsDave Airlie
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-26new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-06Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-06-02Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY isIan Romanick
2004-06-02Replace use of XID with __DRIid.Ian Romanick
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-06-01Fix a couple issues related to GetDrawableInfo. In the new DRIIan Romanick
2004-06-01Replace occurances of GLXDrawable and Drawable with __DRIid.Ian Romanick
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick