aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/texmem.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity #567: Fix a memory leak on a failure path.Adam Jackson2006-04-021-0/+1
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-6/+13
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-281-1/+1
* fix two bugs wrt calculating max possible texture sizes for texture rectangle...Roland Scheidegger2005-10-151-3/+3
* use an explicit reserved field, rather than magic number in boundKeith Whitwell2005-09-081-2/+2
* Fix the comment for the 'bound' field: it's a bitmask, not an index.Brian Paul2005-09-081-1/+1
* fix some signed vs unsigned warningsDave Airlie2005-02-141-1/+1
* Fixed a typo in an assertion. (Don't understand how this ever compiled.)Felix Kuehling2005-02-051-1/+1
* Use all texture heaps in a fair way when textures need to be kicked inFelix Kuehling2005-02-031-24/+81
* Don't try to kick textures from a NULL tex heap.Felix Kuehling2005-02-021-0/+4
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-191-4/+52
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+1
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-1/+1
* Respect the 'in_use' field in the global LRU as a marker forKeith Whitwell2004-01-161-11/+6
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-17/+79
* Shared dri driver resourcesKeith Whitwell2003-08-061-0/+1173