summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome
AgeCommit message (Expand)Author
2005-04-14Disable CLOD (Lod constant) state emit. The values emitted wereKeith Whitwell
2005-04-05Don't call PrimitiveNotify with an invalid primitive. Fix ipersKeith Whitwell
2005-03-23remove file after mergeKeith Whitwell
2005-03-22rename mesaVis to try and improve clarityKeith Whitwell
2005-03-22merge unichrome changes from branchKeith Whitwell
2005-02-11Turn _via_fastrender_stage back on.Keith Whitwell
2005-01-21silence the 'using AGP/PCI' string unless VIA_DEBUG is used.Alan Hourihane
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-19Always use ARGB8888 hardware texture format when mesa specifiesKeith Whitwell
2005-01-18remove some debugAlan Hourihane
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane
2005-01-14Enable line stippling.Alan Hourihane
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell
2005-01-14silence a warningAlan Hourihane
2005-01-14Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane
2005-01-1416bpp doesn't support masked clears, so fallback when they're enabled.Alan Hourihane
2005-01-14Populate WriteMonoDepthSpan in 24/8 modes.Keith Whitwell
2005-01-13remove some dead texture codeAlan Hourihane
2005-01-13Rename via_fastrender_* to avoid confusion with similar functions inKeith Whitwell
2005-01-13Simplify viaChooseVertexState slightly.Keith Whitwell
2005-01-13Remove misleading comment.Keith Whitwell
2005-01-13TypoKeith Whitwell
2005-01-13Emit constant colors for texunit 1 blending.Keith Whitwell
2005-01-13cut out dead texture state codeKeith Whitwell
2005-01-13revert some makecurrent codeAlan Hourihane
2005-01-13Fix glean scissor testAlan Hourihane
2005-01-13As we fallback for polygon stipple on the CLE266 for now, ensure weAlan Hourihane
2005-01-12Use the faster span read/write template for 16bppAlan Hourihane
2005-01-12Don't special-case 16bpp for colormask register - not needed.Keith Whitwell
2005-01-12Remove bogus write to freed memory (valgrind).Keith Whitwell
2005-01-12Check for deletion of currently bound contextAlan Hourihane
2005-01-12Fixes lockups initializing AGP DMA.Alan Hourihane
2005-01-12build fixes and enable agp dmaAlan Hourihane
2005-01-12Add flag to clear texture caches after texture upload.Keith Whitwell
2005-01-12Don't emit HC_SubA_HSPXYOS on CLE266.Keith Whitwell
2005-01-12Allow two GL primitives to be combined to one HW primitiveKeith Whitwell
2005-01-12Fix multitexturing.Alan Hourihane
2005-01-11fix a typoAlan Hourihane
2005-01-11Disable bogus pbuffer code (though this could be revived with a littleKeith Whitwell
2005-01-11Fix the calculation of the alpha reference value which negates theAlan Hourihane
2005-01-11Temporarily disable pageflipping assert.Keith Whitwell
2005-01-11uncommentAlan Hourihane
2005-01-11Fix ColorMaskAlan Hourihane
2005-01-11Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell
2005-01-11fallback on polygon.stippleflag (thanks Keith)Alan Hourihane
2005-01-11Fix usage of texture units, when TEX1 is enabled, but not TEX0.Alan Hourihane
2005-01-10Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane
2005-01-06Small Unichrome fixes:Thomas Hellström
2005-01-05Only try to free the front buffer when it's a pbuffer.Alan Hourihane