aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_tex.c
Commit message (Expand)AuthorAgeFilesLines
* r200: use _mesa_unclamped_float_rgba_to_ubyte()Brian Paul2011-09-201-1/+1
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-291-38/+3
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* radeon: remove radeonCopyTexImage2D()Brian Paul2011-07-191-1/+0
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-9/+9
* r200: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-081-0/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* r200: Fix lod bias correction.Pauli Nieminen2010-02-071-3/+4
* r200: Add some debug output to texture function.Pauli Nieminen2010-02-061-15/+30
* r200: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* r200: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-1/+6
* mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
* r200: align for mipmap tree changesMaciej Cencora2009-11-171-16/+5
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-4/+4
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-091-7/+8
|\
| * dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+8
* | radeon: go back and repick texture formats.Dave Airlie2009-04-011-1/+1
* | radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie2009-02-171-4/+0
* | radeon-common: Fix crash in glGetTexImageNicolai Haehnle2009-02-141-0/+2
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-1/+1
* | r200: invalidate texture paths in some more placesDave Airlie2009-02-101-3/+8
* | r200: move to new mipmap interfaceDave Airlie2009-02-041-1/+1
* | r200/r300: port r200 texture handling to common codeDave Airlie2009-01-221-753/+66
* | radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-4/+4
* | radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-11/+11
|/
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-11/+12
* r200: Do not set second coordinate clamping for 1D texturesNicolai Haehnle2008-07-261-31/+33
* change max anisotropy testChristoff Brill2007-05-171-1/+1
* use R200_DEBUG for debug outputChristoff Brill2007-05-171-2/+2
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* fix handling of textures with a base internal format that does not have all f...Roland Scheidegger2006-10-151-1/+3
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-2/+11
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-201-4/+26
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-0/+129
* print internalFormat value in r200ChooseTextureFormat() error messageBrian Paul2004-08-251-1/+3
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-191-20/+22
* use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger2004-06-171-7/+3
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-021-2/+2
* Remove include of texutil.h to get build working.Ian Romanick2004-04-271-1/+0
* New glTexImage code.Brian Paul2004-04-221-8/+3
* remove bogus check of texture target in R200TexParameterRoland Scheidegger2004-02-061-4/+0
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-2/+0
* Make the R200 driver work with the NewTextureObject in Mesa. OtherIan Romanick2004-01-211-4/+9
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-15/+3
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-42/+59
* Added support for EXT_texture_mirror_clamp.Ian Romanick2004-01-131-6/+18
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+2
* Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling2004-01-051-2/+24