summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/utils.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-29dri: Convert driCreateConfigs to use a gl_format enumIan Romanick1-1/+1
2011-11-04dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis1-5/+0
2011-11-02dri: Remove unused memops.hKristian Høgsberg1-25/+0
2011-09-09dri: Remove all extension enabling utility functionsIan Romanick1-25/+0
2011-04-05dri: Remove driver date from renderer stringIan Romanick1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-1/+1
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-03-15dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis1-0/+3
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick1-1/+2
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-30/+2
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt1-2/+2
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-1/+2
2009-01-30intel: Expose more FBconfigs in the 3D driver.Eric Anholt1-1/+2
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-1/+1
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell1-1/+1
2008-09-19re-add MSAA supportAlan Hourihane1-2/+3
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-1/+0
2008-06-27gallium: handle msaaRoland Scheidegger1-1/+2
2008-06-24mesa/dri: User standard integer types.José Fonseca1-1/+1
2008-06-12revert the DRI2 commitsAlan Hourihane1-33/+8
2008-06-11Bring in DRI2 changesAlan Hourihane1-8/+33
2008-05-26Remove CVS keywords.José Fonseca1-1/+0
2008-05-23dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis1-1/+2
2008-05-20Make utils.h self-contained.George Sapountzis1-3/+25
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-5/+7
2006-09-28Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer1-0/+2
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-1/+7
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-6/+0
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick1-3/+46
2005-01-26new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger1-0/+5
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-1/+1
2004-06-03Add a new function, driFillInModes, that is to be used by drivers toIan Romanick1-1/+7
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick1-0/+7
2003-12-11add driClipRectToFramebuffer helper functionKeith Whitwell1-0/+4
2003-08-06Shared dri driver resourcesKeith Whitwell1-0/+54