summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+34
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-0/+1
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-0/+1
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-0/+1
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-0/+7
* Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-1/+10
* Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg2007-10-101-11/+0
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-5/+7
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-21/+3
* Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg2007-10-101-5/+0
* Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2007-10-101-1/+0
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-20/+4
* Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-5/+0
* 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