aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+22
|\
| * dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom2009-01-201-0/+22
* | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-1/+1
|\|
| * mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
| * mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-24/+2
|\|
| * Fix build by removing #include of removed dri_sarea.h.Michel Dänzer2008-09-011-1/+0
| * DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-23/+2
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-24/+22
|\ \ | |/ |/|
| * 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
* | Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-211-0/+1
* | mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie2008-06-041-1/+2
* | Make utils.h self-contained.George Sapountzis2008-05-201-17/+3
* | build fix for xorg driverAlan Hourihane2008-04-281-3/+4
* | DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-64/+58
* | DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-091-2/+8
* | DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg2008-03-091-1/+1
* | Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-19/+7
* | Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-8/+3
* | Remove now unused setTexOffset from __DriverAPIRec.Kristian Høgsberg2008-02-251-6/+0
* | Add new DRI2 infrastructure.Kristian Høgsberg2008-02-141-0/+26
* | 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