summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/dri: User standard integer types.José Fonseca2008-06-241-2/+2
* revert the DRI2 commitsAlan Hourihane2008-06-121-154/+165
* Bring in DRI2 changesAlan Hourihane2008-06-111-165/+154
* mesa: Add copyright headers.José Fonseca2008-02-271-22/+20
* Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer2007-05-221-0/+6
* Remove SI imports/exports remnants.George Sapountzis2007-04-051-2/+0
* Merge texmem-0-3-branch.Keith Whitwell2006-11-011-4/+4
* Track the currently bound read drawable and make sure its info is upIan Romanick2006-10-161-1/+6
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-0/+2
* assorted fixes for server-side direct rendering (bug 5199)Brian Paul2005-11-291-0/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-12/+8
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-19/+1
* oops, undo previous changeBrian Paul2005-06-021-2/+0
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-0/+2
* fix some signed vs unsigned warningsDave Airlie2005-02-141-1/+1
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-4/+0
* new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger2005-01-261-0/+12
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+2
* Check for some header defines before redefining functions. Silences warnings.Alan Hourihane2004-12-081-0/+3
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-0/+3
* Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick2004-06-061-4/+11
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-30/+0
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-021-3/+3
* Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY isIan Romanick2004-06-021-0/+6
* Replace use of XID with __DRIid.Ian Romanick2004-06-021-3/+1
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-2/+2
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-13/+7
* Fix a couple issues related to GetDrawableInfo. In the new DRIIan Romanick2004-06-011-2/+2
* Replace occurances of GLXDrawable and Drawable with __DRIid.Ian Romanick2004-06-011-2/+2
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-0/+588