aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/texmem.c
Commit message (Collapse)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 ↵Roland Scheidegger2006-02-031-6/+13
| | | | with different methods to calculate the announced maximum texture sizes. Default is still the same (that is, radeon/r200 default to not announce anything which might not fit, i830/i915 default to 1 texture must fit). Bug #5785.
* 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 ↵Roland Scheidegger2005-10-151-3/+3
| | | | rectangles/cube maps.
* 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
| | | | In driTexturesGone(), set bound = 0, not 99.
* 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
| | | | Found by Andreas Stenglein.
* Use all texture heaps in a fair way when textures need to be kicked inFelix Kuehling2005-02-031-24/+81
| | | | | | | | | | order to make room for new textures. In particular this fixes texture trashing on the first heap when the second heap is occupied by currently unused textures (observed with Torcs and the Savage driver). Heaps are weighted by their sizes by default but drivers can override these and apply their own weights based on relative texture upload speeds to the respective heaps.
* 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
| | | | array, texObj->Image[face][level].
* Respect the 'in_use' field in the global LRU as a marker forKeith Whitwell2004-01-161-11/+6
| | | | kernel-reserved memory regions.
* 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