summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_sampler.c
AgeCommit message (Expand)Author
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák
2010-07-07st/mesa: fix sampler max_lod computationBrian Paul
2010-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-16st/mesa: Remove unnecessary header from st_atom_sampler.c.Vinson Lee
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2009-12-01mesa: Update vertex texture code after gallium changes.Michal Krol
2009-09-27mesa: use texture format functionsBrian Paul
2009-04-06st: as with swrast, interpret texture border color according to texture formatBrian Paul
2009-04-06st: rename a helper functionBrian Paul
2008-12-04gallium: check vertex shaders for samplers/texture usage as we do for fragmen...Brian
2008-08-14gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul
2008-07-02gallium: replace an assertion with "if (!texobj) continue"Brian Paul
2008-06-24mesa: Replace abort by asserts.José Fonseca
2008-06-17gallium: check if sampler->max_lod < sampler->min_lodBrian Paul
2008-05-06gallium: sync up texture/sampler changes with masterBrian Paul
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-03gallium: fix some BaseLevel, lastLevel bugsBrian Paul
2008-05-03gallium: fix warningsBrian Paul
2008-05-03gallium: fix sampler->max_lod computationBrian Paul
2008-05-03gallium: fix computation of sampler->min_lodBrian Paul
2008-05-02Some changed for non-C99 compilersAlan Hourihane
2008-05-01gallium: Set sampler->min_lod instead of always reallocating pipe_textures.Michel Dänzer
2008-04-29gallium: set border colorRoland Scheidegger
2008-03-28gallium: remove redundant compare bit in sampler stateRoland Scheidegger
2008-03-12gallium: pass NULL to cso_single_sampler() when the sampler isn't used.Brian
2008-03-12gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-12gallium: clamp min_lod so it's never negativeBrian
2007-12-14update_samplers() didn't respect the sampler->texunit mapping.Brian
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell
2007-11-08set sampler state for shadow testBrian
2007-10-29simplify code which access the current vertex/fragment shadersBrian
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-10-15add 'normalized_coords' field to pipe_sampler_stateBrian
2007-10-01comments/code for min/max_lod - revisit somedayBrian
2007-09-20Fix failover state binding and convert the sampler to use the newZack Rusin
2007-09-18Fix a silly bug on setting samplers.Zack Rusin
2007-09-18Make sampler an immutable state object.Zack Rusin
2007-08-25add names to tracked state atoms to improve debugkeithw
2007-08-09Split texfilter enums to match common hardware usage.Keith Whitwell
2007-08-08update lod bias, limitsBrian
2007-08-07plug in texture/sampler state updateBrian
2007-06-22more texture sampler workBrian