summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_tex.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-30mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-10-05radeon/r200: make radeon_context subclass of gl_contextBrian Paul1-1/+1
2012-08-01radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen1-11/+22
2011-11-02r200: Don't use driIsTextureResident helperKristian Høgsberg1-1/+0
2011-10-23radeon: remove unnecessary #includes of texstore.hBrian Paul1-1/+0
2011-09-20r200: use _mesa_unclamped_float_rgba_to_ubyte()Brian Paul1-1/+1
2011-08-29radeon: Refactor the common texture hook setup to common code.Eric Anholt1-38/+3
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt1-1/+1
2011-07-19radeon: remove radeonCopyTexImage2D()Brian Paul1-1/+0
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-9/+9
2011-01-09r200: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff1-0/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-02-07r200: Fix lod bias correction.Pauli Nieminen1-3/+4
2010-02-06r200: Add some debug output to texture function.Pauli Nieminen1-15/+30
2010-01-30r200: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-19r200: use common glCopyTex(Sub)Image codeMaciej Cencora1-1/+6
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-2/+2
2009-11-17r200: align for mipmap tree changesMaciej Cencora1-16/+5
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-08-31r200: Convert r200 to use new style debug code.Pauli Nieminen1-4/+4
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie1-7/+8
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul1-3/+8
2009-04-01radeon: go back and repick texture formats.Dave Airlie1-1/+1
2009-02-17radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie1-4/+0
2009-02-14radeon-common: Fix crash in glGetTexImageNicolai Haehnle1-0/+2
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie1-1/+1
2009-02-10r200: invalidate texture paths in some more placesDave Airlie1-3/+8
2009-02-04r200: move to new mipmap interfaceDave Airlie1-1/+1
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie1-753/+66
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-4/+4
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie1-11/+11
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-11/+12
2008-07-26r200: Do not set second coordinate clamping for 1D texturesNicolai Haehnle1-31/+33
2007-05-17change max anisotropy testChristoff Brill1-1/+1
2007-05-17use R200_DEBUG for debug outputChristoff Brill1-2/+2
2007-05-17remove CVS/XFree86 keywordsChristoff Brill1-1/+0
2006-10-15fix handling of textures with a base internal format that does not have all f...Roland Scheidegger1-1/+3
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger1-2/+11
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger1-4/+26
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt1-0/+129
2004-08-25print internalFormat value in r200ChooseTextureFormat() error messageBrian Paul1-1/+3
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul1-20/+22
2004-06-17use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger1-7/+3
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl1-2/+2
2004-04-27Remove include of texutil.h to get build working.Ian Romanick1-1/+0
2004-04-22New glTexImage code.Brian Paul1-8/+3
2004-02-06remove bogus check of texture target in R200TexParameterRoland Scheidegger1-4/+0
2004-01-26remove bogus assertion in DeleteTexture() functionBrian Paul1-2/+0