aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r600_tex.c
Commit message (Expand)AuthorAgeFilesLines
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-281-455/+0
* radeon: remove unnecessary #includes of texstore.hBrian Paul2011-10-231-1/+0
* dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick2011-08-291-1/+0
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-291-29/+3
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* radeon: remove radeonCopyTexImage2D()Brian Paul2011-07-191-1/+0
* mesa: fixup r600 DRI driver for sampler object changesBrian Paul2011-04-111-6/+6
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-8/+8
* r600: set border color as RGBAAndre Maasikas2011-01-181-2/+2
* r600: 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-3/+3
* radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet2010-08-091-1/+1
* r600: add support for more rendering formatsAlex Deucher2010-04-261-0/+48
* r600: Remove unnecessary headers.Vinson Lee2010-01-301-4/+0
* radeon/r300/r600: share 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
* r600: align for mipmap tree changesMaciej Cencora2009-11-181-14/+3
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* drivers: use more mesa format functionsBrian Paul2009-09-271-2/+4
* r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen2009-08-311-12/+8
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-2/+2
* r600: minor fixesAlex Deucher2009-07-291-1/+1
* r600: fix tex clamp modesAlex Deucher2009-07-281-4/+4
* r600: implement texture border colorAlex Deucher2009-07-281-8/+6
* r600: switch tex code to use SETfield macrosAlex Deucher2009-07-271-15/+24
* tex wipAlex Deucher2009-07-071-2/+1
* R6xx/r7xx: first pass at texture supportAlex Deucher2009-07-061-0/+438
* R6xx/R7xx: remove unused filesRichard Li2009-04-211-347/+0
* Fix build errors from mergeAlex Deucher2009-04-101-2/+2
* R6xx/R7xx: r300 -> r600 symbolsAlex Deucher2009-04-091-50/+50
* R600: initial copy of r300 codeAlex Deucher2009-04-081-0/+347