summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_sampler.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-04st/mesa: improve sampler view handlingChristian König1-5/+17
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-3/+3
2013-12-13st/mesa: only set up sampler compare mode for depth texturesBrian Paul1-9/+12
2013-12-13st/mesa: add const qualifiers in sampler validation codeBrian Paul1-3/+3
2013-12-13st/mesa: simplify integer texture checkBrian Paul1-5/+2
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-3/+3
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-3/+24
2012-10-15st/mesa: fix integer texture border color for some formats (v2)Marek Olšák1-3/+9
2012-08-16st/mesa: add support for GS textures and samplersBrian Paul1-8/+8
2012-08-16st/mesa: combine vertex/fragment sampler state in arraysBrian Paul1-6/+6
2012-08-06st/mesa: merge fragment/vertex sampler update codeBrian Paul1-56/+50
2012-08-06st/mesa: massage update_vertex_samplers() codeBrian Paul1-16/+20
2012-08-06st/mesa: rename some vertex/fragment state fields for better consistencyBrian Paul1-4/+4
2012-08-03gallium: consolidate CSO sampler and sampler_view functionsBrian Paul1-6/+6
2012-02-15st/mesa: remove st_get_default_texture()Brian Paul1-1/+2
2012-02-09st/mesa: exit the update fragment samplers/textures loops early.Dave Airlie1-6/+10
2012-02-08st/mesa: avoid vertex texture and sampler updates for 0 caseDave Airlie1-0/+2
2011-09-27gallium: move border color to be a color unionDave Airlie1-1/+1
2011-06-14st/mesa: fix indentation, whitespaceBrian Paul1-69/+74
2011-06-14st/mesa: replace st->ctx with ctxBrian Paul1-8/+11
2011-05-18st/mesa: only memset sampler when about to use it.Dave Airlie1-3/+2
2011-05-16st/mesa: overhaul vertex/fragment sampler and sampler views.Dave Airlie1-76/+110
2011-05-06gallium: implement seamless cubemap extensionsMarek Olšák1-0/+3
2011-04-23intel: Add support for ARB_sampler_objects.Eric Anholt1-1/+3
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-13/+18
2011-04-08st/mesa: Clamp min_lod to the max miplevel as well.Henri Verbeet1-1/+3
2011-04-08st/mesa: Set samplers views' first_level.Henri Verbeet1-6/+3
2011-04-05st/mesa: Apply LOD from texture objectFabian Bieler1-1/+2
2011-04-05st/mesa: Apply LOD bias from correct texture unitFabian Bieler1-1/+1
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul1-44/+2
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák1-0/+12
2010-07-07st/mesa: fix sampler max_lod computationBrian Paul1-1/+2
2010-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul1-3/+6
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger1-1/+1
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-16st/mesa: Remove unnecessary header from st_atom_sampler.c.Vinson Lee1-1/+0
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri1-4/+0
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-1/+1
2009-12-01mesa: Update vertex texture code after gallium changes.Michal Krol1-0/+9
2009-09-27mesa: use texture format functionsBrian Paul1-1/+1
2009-04-06st: as with swrast, interpret texture border color according to texture formatBrian Paul1-4/+37
2009-04-06st: rename a helper functionBrian Paul1-4/+4
2008-12-04gallium: check vertex shaders for samplers/texture usage as we do for fragmen...Brian1-7/+13
2008-08-14gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul1-4/+8
2008-07-02gallium: replace an assertion with "if (!texobj) continue"Brian Paul1-1/+2
2008-06-24mesa: Replace abort by asserts.José Fonseca1-1/+1
2008-06-17gallium: check if sampler->max_lod < sampler->min_lodBrian Paul1-0/+9
2008-05-06gallium: sync up texture/sampler changes with masterBrian Paul1-1/+1
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell1-1/+3