summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/utils.h
Commit message (Expand)AuthorAgeFilesLines
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-231-1/+1
* util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen2015-10-081-8/+0
* dri: Expand driParseDebugString return value to uint64_t.Matt Turner2014-04-151-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* dri: Change value param to unsignedIan Romanick2013-11-131-1/+1
* dri: Add function to implement queries common to all Mesa driversIan Romanick2013-11-071-0/+3
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-1/+1
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-041-5/+0
* dri: Remove unused memops.hKristian Høgsberg2011-11-021-25/+0
* dri: Remove all extension enabling utility functionsIan Romanick2011-09-091-25/+0
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis2010-03-151-0/+3
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-1/+2
* 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 oldIan 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