summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/utils.c
AgeCommit message (Collapse)Author
2005-01-26new version check to allow to test for a range of ddx major versions, ↵Roland Scheidegger
instead of just one major version
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick
drivers built on PowerPC systems should now show things like "PowerPC" or "PowerPC/Altivec" in the GL_RENDERER string. The VMX moniker is used for Altivec/Velocity Engine/VMX SIMD additions. I chose this not because I work for IBM but because it's a LOT shorter to type. :)
2004-10-13Refactor the code in driGetRendererString a bit to make it easier toIan Romanick
add support for features of non-x86 CPU types.
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own.
2004-06-15Fix a couple typeos in the tables for driFillInModes.Ian Romanick
2004-06-03Add a new function, driFillInModes, that is to be used by drivers toIan Romanick
create the set of support __GLcontextModes. This should replace the current driver-specific fill_in_modes functions.
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick
drivers when DRI_NEW_INTERFACE_ONLY is defined. #ifndef it away in that situation. Add a new function, driCheckDriDdxDrmVersion2, that is passed in the version information that is already supplied to __driCreateNewScreen. Part of the reason that information is supplied to __driCreateNewScreen is so that the driver doesn't have to make those calls to get it! Modify all drivers that support the new interface to use the new function instead of the old. As soon as all drivers support the new interface, driCheckDriDdxDrmVersion can be removed.
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-03-15extend SOLO code so the DDX version isn't checkedDave Airlie
2003-12-11add driClipRectToFramebuffer helper functionKeith Whitwell
2003-12-04build fixAlan Hourihane
2003-08-06Shared dri driver resourcesKeith Whitwell