aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_tex.c
Commit message (Collapse)AuthorAgeFilesLines
* i965: roland's DXTn format texture patch(bug10347)Xiang, Haihao2007-08-101-3/+9
|
* Fix previous commitZou Nan hai2007-08-021-1/+1
|
* EXT_texture_sRGB support on i965Zou Nan hai2007-08-021-0/+19
|
* fix for bug#10347Xiang, Haihao2007-03-201-9/+3
| | | | | | not sure which brw surface for DXT3 & DXT5, so restore the previous choice.(changed in commit 84081774e62a8af18e6bf894ea69f63b97dcfe96)
* i965: fix for FXT1 & S3TC texture formatXiang, Haihao2007-03-181-4/+11
| | | | choose the right mesa texformat for FXT1 & S3TC
* 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.