summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_tex.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul2016-10-131-3/+3
* radeon/r200: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-9/+9
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-7/+7
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt2014-04-301-1/+1
* mesa: remove target param from ctx->Driver.TexParameter()Brian Paul2014-02-021-3/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-301-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-1/+1
* radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen2012-08-011-11/+22
* r200: Don't use driIsTextureResident helperKristian Høgsberg2011-11-021-1/+0
* radeon: remove unnecessary #includes of texstore.hBrian Paul2011-10-231-1/+0
* 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