summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_texmem.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: remove unused texmemDave Airlie2009-02-061-404/+0
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-5/+5
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-11/+11
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-1/+1
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* radeon: SetTexOffset supportChris Rankin2008-07-141-1/+1
* coverity checker bug: Pointer dereferenced after NULL checkDave Airlie2006-03-081-3/+5
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-2/+1
* 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-13/+39
* add sync debugging to the radeon driverDave Airlie2005-01-231-0/+10
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-4/+15
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-3/+1
* bring over build fixes from stable branchAlan Hourihane2004-04-261-3/+3
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-5/+5
* fix potential problem overwriting dma regionRoland Scheidegger2004-02-061-2/+2
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-20/+1
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-3/+3
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+378