aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_texmem.c
Commit message (Expand)AuthorAgeFilesLines
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-201-0/+4
* Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTUREEric Anholt2005-08-251-1/+1
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-26/+45
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-4/+17
* Prevent Y-offset from exceeding valid range in texture upload code. ThisIan Romanick2004-10-071-0/+8
* Fix texturing in quake3. Some code was left over from the dirty/clean listEric Anholt2004-09-251-5/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-5/+5
* align blits for texture rectangles correctly, fix potential problem overwriti...Roland Scheidegger2004-02-061-3/+3
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-20/+1
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-3/+5
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-17/+18
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+505