summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_tex.c
AgeCommit message (Expand)Author
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-07-26r200: Do not set second coordinate clamping for 1D texturesNicolai Haehnle
2007-05-17change max anisotropy testChristoff Brill
2007-05-17use R200_DEBUG for debug outputChristoff Brill
2007-05-17remove CVS/XFree86 keywordsChristoff Brill
2006-10-15fix handling of textures with a base internal format that does not have all f...Roland Scheidegger
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-08-25print internalFormat value in r200ChooseTextureFormat() error messageBrian Paul
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul
2004-06-17use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-04-27Remove include of texutil.h to get build working.Ian Romanick
2004-04-22New glTexImage code.Brian Paul
2004-02-06remove bogus check of texture target in R200TexParameterRoland Scheidegger
2004-01-26remove bogus assertion in DeleteTexture() functionBrian Paul
2004-01-21Make the R200 driver work with the NewTextureObject in Mesa. OtherIan Romanick
2004-01-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-13Added support for EXT_texture_mirror_clamp.Ian Romanick
2004-01-11call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul
2004-01-05Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell
2003-12-05xmlconfig fixesAlan Hourihane
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-06r200 driver, brought over by Jon SmirlKeith Whitwell