aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* st/mesa: fix indentation, whitespaceBrian Paul2011-06-141-69/+74
* st/mesa: replace st->ctx with ctxBrian Paul2011-06-141-8/+11
* st/mesa: only memset sampler when about to use it.Dave Airlie2011-05-181-3/+2
* st/mesa: overhaul vertex/fragment sampler and sampler views.Dave Airlie2011-05-161-76/+110
* gallium: implement seamless cubemap extensionsMarek Olšák2011-05-061-0/+3
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-1/+3
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-13/+18
* st/mesa: Clamp min_lod to the max miplevel as well.Henri Verbeet2011-04-081-1/+3
* st/mesa: Set samplers views' first_level.Henri Verbeet2011-04-081-6/+3
* st/mesa: Apply LOD from texture objectFabian Bieler2011-04-051-1/+2
* st/mesa: Apply LOD bias from correct texture unitFabian Bieler2011-04-051-1/+1
* st/mesa: need to translate clear color according to surface's base formatBrian Paul2011-02-211-44/+2
* st/mesa: fix texture border color for RED and RG base formatsMarek Olšák2010-11-291-0/+12
* st/mesa: fix sampler max_lod computationBrian Paul2010-07-071-1/+2
* st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul2010-04-301-3/+6
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * st/mesa: Remove unnecessary header from st_atom_sampler.c.Vinson Lee2010-01-161-1/+0
* | gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-4/+0
* | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-1/+1
* | mesa: Update vertex texture code after gallium changes.Michal Krol2009-12-011-0/+9
|/
* mesa: use texture format functionsBrian Paul2009-09-271-1/+1
* st: as with swrast, interpret texture border color according to texture formatBrian Paul2009-04-061-4/+37
* st: rename a helper functionBrian Paul2009-04-061-4/+4
* gallium: check vertex shaders for samplers/texture usage as we do for fragmen...Brian2008-12-041-7/+13
* gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul2008-08-141-4/+8
* gallium: replace an assertion with "if (!texobj) continue"Brian Paul2008-07-021-1/+2
* mesa: Replace abort by asserts.José Fonseca2008-06-241-1/+1
* gallium: check if sampler->max_lod < sampler->min_lodBrian Paul2008-06-171-0/+9
* gallium: sync up texture/sampler changes with masterBrian Paul2008-05-061-1/+1
* Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-1/+3
|\
| * gallium: fix warningsBrian Paul2008-05-031-1/+3
| * gallium: fix sampler->max_lod computationBrian Paul2008-05-031-2/+3
| * gallium: fix computation of sampler->min_lodBrian Paul2008-05-031-1/+1
* | gallium: fix some BaseLevel, lastLevel bugsBrian Paul2008-05-031-2/+3
|/
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-10/+5
* gallium: Set sampler->min_lod instead of always reallocating pipe_textures.Michel Dänzer2008-05-011-9/+1
* gallium: set border colorRoland Scheidegger2008-04-291-0/+5
* gallium: remove redundant compare bit in sampler stateRoland Scheidegger2008-03-281-1/+0
* gallium: pass NULL to cso_single_sampler() when the sampler isn't used.Brian2008-03-121-2/+5
* gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell2008-03-121-0/+4
* gallium: rework CSO-related code in state trackerBrian2008-03-111-22/+21
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-8/+8
* gallium: clamp min_lod so it's never negativeBrian2008-02-121-1/+1
* update_samplers() didn't respect the sampler->texunit mapping.Brian2007-12-141-9/+16
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-111-14/+1
* set sampler state for shadow testBrian2007-11-081-0/+8
* simplify code which access the current vertex/fragment shadersBrian2007-10-291-20/+1
* Re-implement GLSL texture sampler variables.Brian2007-10-261-1/+32