summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add 'normalized_coords' field to pipe_sampler_stateBrian2007-10-151-0/+3
* comments/code for min/max_lod - revisit somedayBrian2007-10-011-0/+10
* Fix failover state binding and convert the sampler to use the newZack Rusin2007-09-201-5/+5
* Fix a silly bug on setting samplers.Zack Rusin2007-09-181-1/+1
* Make sampler an immutable state object.Zack Rusin2007-09-181-3/+7
* add names to tracked state atoms to improve debugkeithw2007-08-251-0/+1
* Split texfilter enums to match common hardware usage.Keith Whitwell2007-08-091-11/+35
* update lod bias, limitsBrian2007-08-081-0/+4
* plug in texture/sampler state updateBrian2007-08-071-6/+8
* more texture sampler workBrian2007-06-221-0/+135