aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_tex.c
Commit message (Collapse)AuthorAgeFilesLines
* Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-291-0/+32
| | | | Submitted by Gary Wong <[email protected]>
* Do a better job of choosing texture formats to avoid image conversions.Keith Whitwell2006-09-211-5/+16
|
* use the requested internal texture format where possibleKeith Whitwell2006-09-211-11/+21
|
* Support ARB_texture_rectangle.Keith Whitwell2006-09-201-1/+3
|
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+158
This driver comes from Tungsten Graphics, with a few further modifications by Intel.