aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_tex.c
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+11
* always use argb8888 instead of rgba8888, this is far more likely to hit a fas...Roland Scheidegger2006-09-131-4/+4
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-2/+19
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-0/+106
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-191-17/+19
* use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger2004-06-171-2/+2
* bring over build fixes from stable branchAlan Hourihane2004-04-261-3/+3
* remove bogus check of texture target in RadeonTexParameterRoland Scheidegger2004-02-061-4/+0
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-1/+0
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-5/+4
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-13/+4
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-51/+41
* Added support for EXT_texture_mirror_clamp.Ian Romanick2004-01-131-4/+12
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+3
* Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling2004-01-051-2/+24
* xmlconfig fixesAlan Hourihane2003-12-051-16/+33
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+733