summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r600_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* evergreen : initial support driver code.richard2010-08-201-0/+26
* radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet2010-08-091-5/+5
* r600: fail to validate unsupported texture formatsKlaus Schnass2010-02-261-16/+12
* r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA renameKristian Høgsberg2010-02-101-1/+1
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-3/+3
* r600: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+36
|\
| * r600: fill in some missing XRGB tex formatsAlex Deucher2010-01-151-0/+26
| * r600: set tiling correctly for texturing from depth bufferAlex Deucher2010-01-151-0/+10
* | r600: enable sampler lod* bitsAndre Maasikas2010-01-221-10/+26
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-20/+20
|\ \ | |/
| * r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-061-2/+4
| * r600: float texture component orderingPierre Ossman2010-01-061-20/+20
* | r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-051-2/+4
* | r600: support depth compare functions & shadow_ambientAndre Maasikas2010-01-051-0/+34
* | radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher2009-12-051-12/+1
|/
* r600: align for mipmap tree changesMaciej Cencora2009-11-181-23/+14
* r600: remove duplicate lineAlex Deucher2009-10-301-1/+0
* r600: fill in some missing tex formatsAlex Deucher2009-10-301-0/+46
* Merge branch 'texformat-rework'Brian Paul2009-10-281-9/+6
|\
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-3/+1
| * radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-211-3/+3
| * drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
* | Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher2009-10-191-2/+10
|\ \ | |/ |/|
| * r600: Fix size calculation for 24 bit depthRobert Noland2009-10-191-2/+6
| * r600: fix tfp1 bo sizeAndre Maasikas2009-10-151-2/+6
| * r600: check if textures are actually enabled before submissionAlex Deucher2009-09-241-1/+1
| * r600: fix ftp for dri1Alex Deucher2009-09-241-3/+4
| * r600: don't setup hardware state if TFPDave Airlie2009-09-241-0/+4
* | r600: check if textures are actually enabled before submissionAlex Deucher2009-09-091-1/+1
* | r600: fix ftp for dri1Alex Deucher2009-09-091-3/+4
* | r600: don't setup hardware state if TFPDave Airlie2009-09-091-0/+4
* | r600: add support for EXT_texture_sRGBAlex Deucher2009-09-041-0/+43
|/
* r600: make sure the active vertex shader bo is re-added to persistent list.Alex Deucher2009-09-031-0/+7
* r600: make sure the active shader bo is re-added to persistent list.Dave Airlie2009-09-031-0/+8
* r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen2009-08-311-5/+3
* r600: make state emit more fine grainedAlex Deucher2009-08-221-0/+2
* r600: move full state to radeon state atomsAlex Deucher2009-08-221-0/+2
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+2
* r600: fix r600SetTexOffsetAlex Deucher2009-08-031-5/+7
* r600: fix mipmapsAlex Deucher2009-07-301-0/+5
* r600: remove extraneous semicolonAlex Deucher2009-07-291-1/+1
* r600: fix texture pitch alignmentAlex Deucher2009-07-291-2/+4
* r600: minor fixesAlex Deucher2009-07-291-0/+13
* r600: fix _REV texture format component swizzlesAlex Deucher2009-07-271-30/+30
* r600: switch tex code to use SETfield macrosAlex Deucher2009-07-271-195/+308
* R6xx/r7xx: warning fixesKevin DeKorte2009-07-171-0/+2
* Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...Alex Deucher2009-07-151-17/+22
* R6xx/r7xx: first pass at texture supportAlex Deucher2009-07-061-0/+795