summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_tex.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove target param from ctx->Driver.TexParameter()Brian Paul2014-02-021-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-16/+22
* radeon: fix tex1d-border2dDave Airlie2011-11-101-31/+33
* radeon: remove unnecessary #includes of texstore.hBrian Paul2011-10-231-1/+0
* radeon: 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-27/+1
* 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
* radeon: 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
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* r100: 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
* radeon: align for mipmap tree changesMaciej Cencora2009-11-171-15/+3
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* r100: Use shared debug code.Pauli Nieminen2009-08-311-7/+4
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-091-3/+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
* | r100: fix 3D texture fallbackDave Airlie2009-02-101-2/+8
* | radeon: major cleanups removing old dead codepaths.Dave Airlie2009-02-101-1/+9
* | radeon: make more r100 workDave Airlie2009-02-091-1/+1
* | radeon: make compile again.Dave Airlie2009-02-041-1/+2
* | radeon: remove even more common codeDave Airlie2009-01-291-451/+34
* | radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-9/+9
* | radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-1/+1
|/
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-12/+11
* always use argb8888 instead of rgba8888, this is far more likely to hit a fas...Roland Scheidegger2006-09-131-4/+4
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-2/+19
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-0/+106
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-191-17/+19
* use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger2004-06-171-2/+2
* bring over build fixes from stable branchAlan Hourihane2004-04-261-3/+3
* remove bogus check of texture target in RadeonTexParameterRoland Scheidegger2004-02-061-4/+0
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-1/+0
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-5/+4
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-13/+4
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-51/+41
* Added support for EXT_texture_mirror_clamp.Ian Romanick2004-01-131-4/+12
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+3
* Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling2004-01-051-2/+24