summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_tex_validate.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-16[965] Move to using shared texture management code.Eric Anholt1-265/+1
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-2/+5
2007-11-20[965] Replace 965 texture format code with common code.Eric Anholt1-24/+0
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-1/+1
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt1-1/+1
2007-08-10i965: set mt->cpp differently with compressed textureXiang, Haihao1-3/+33
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian1-1/+1
2006-11-29Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt1-0/+3
2006-09-21Catch a couple of cases where we would have to delete and recreate theKeith Whitwell1-3/+6
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell1-21/+26
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+245