aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/utils.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Enable remap table in core.Chia-I Wu2009-10-231-30/+2
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-101-2/+2
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-1/+2
|\
| * Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-1/+1
| |\
| * | re-add MSAA supportAlan Hourihane2008-09-191-2/+3
| * | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+0
| |\ \
| | * | gallium: handle msaaRoland Scheidegger2008-06-271-1/+2
| | * | mesa/dri: User standard integer types.José Fonseca2008-06-241-1/+1
| | * | revert the DRI2 commitsAlan Hourihane2008-06-121-33/+8
| | * | Bring in DRI2 changesAlan Hourihane2008-06-111-8/+33
| | * | Remove CVS keywords.José Fonseca2008-05-261-1/+0
* | | | intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-301-1/+2
* | | | Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
| |_|/ |/| |
* | | mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-1/+1
* | | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
|/ /
* | dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis2008-05-231-1/+2
* | Make utils.h self-contained.George Sapountzis2008-05-201-3/+25
* | DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-5/+7
|/
* Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer2006-09-281-0/+2
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+7
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-6/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-3/+46
* new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger2005-01-261-0/+5
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+1
* Add a new function, driFillInModes, that is to be used by drivers toIan Romanick2004-06-031-1/+7
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-0/+7
* add driClipRectToFramebuffer helper functionKeith Whitwell2003-12-111-0/+4
* Shared dri driver resourcesKeith Whitwell2003-08-061-0/+54