summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/texmem.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-021-1338/+0
* dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.Eric Anholt2011-10-281-3/+0
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-291-1/+0
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-3/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* dri/common: updated #includesBrian Paul2009-10-151-6/+2
* dri/common: use _mesa_little_endian() and update commentsBrian Paul2009-10-151-7/+5
* dri/common: fix broken _dri_texformat_* initializationsBrian Paul2009-10-151-4/+4
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-22/+22
* texmem: fix typo from brianp's changes.Dave Airlie2009-02-221-1/+1
* mesa: use an array for current texture objectsBrian Paul2009-02-211-5/+5
* 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
* dri: Take the base image size into account when computingXiang, Haihao2008-07-011-0/+1
* 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