summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_spantmp.h
AgeCommit message (Collapse)Author
2009-11-04Fix YTILE spantmp functionsAlan Hourihane
2009-10-30intel: Use GTT mapping when available for swrast.Eric Anholt
This improves piglit quick.tests runtime from 19:33 minutes to 6:06 on my GM45. It should also hide most of the A17 swizzling issues, though they'll still exist when swapping occurs (which is the kernel's problem either way).
2009-02-25intel: make template wrappers for the spans templates.Eric Anholt
This is insanity, but so is copying the same blocks containing the actual interesting code in the file three times each for the different tile formats.