aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_tex_validate.c
Commit message (Expand)AuthorAgeFilesLines
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-265/+1
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-2/+5
* [965] Replace 965 texture format code with common code.Eric Anholt2007-11-201-24/+0
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-1/+1
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-1/+1
* i965: set mt->cpp differently with compressed textureXiang, Haihao2007-08-101-3/+33
* Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian2007-06-111-1/+1
* Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-291-0/+3
* Catch a couple of cases where we would have to delete and recreate theKeith Whitwell2006-09-211-3/+6
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-21/+26
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+245