summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_tex.c
AgeCommit message (Expand)Author
2011-01-09r200: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-07r200: Fix lod bias correction.Pauli Nieminen
2010-02-06r200: Add some debug output to texture function.Pauli Nieminen
2010-01-30r200: Remove unnecessary headers.Vinson Lee
2010-01-19r200: use common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2009-11-17r200: align for mipmap tree changesMaciej Cencora
2009-10-05drivers: don't include texformat.hBrian Paul
2009-08-31r200: Convert r200 to use new style debug code.Pauli Nieminen
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul
2009-04-01radeon: go back and repick texture formats.Dave Airlie
2009-02-17radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie
2009-02-14radeon-common: Fix crash in glGetTexImageNicolai Haehnle
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-10r200: invalidate texture paths in some more placesDave Airlie
2009-02-04r200: move to new mipmap interfaceDave Airlie
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie
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