Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / mesa / state_tracker / st_atom_sampler.c
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-03 Brian Paulgallium: fix some BaseLevel, lastLevel bugs
2008-05-03 Brian Paulgallium: fix warnings
2008-05-03 Brian Paulgallium: fix sampler->max_lod computation
2008-05-03 Brian Paulgallium: fix computation of sampler->min_lod
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Alan HourihaneSome changed for non-C99 compilers
2008-05-01 Michel Dänzergallium: Set sampler->min_lod instead of always realloc...
2008-04-29 Roland Scheideggergallium: set border color
2008-03-28 Roland Scheideggergallium: remove redundant compare bit in sampler state
2008-03-12 Briangallium: pass NULL to cso_single_sampler() when the...
2008-03-12 Keith Whitwellgallium: Add TEX_FILTER_ANISO img filter
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-02-13 Briangallium: clamp min_lod so it's never negative
2007-12-14 Brianupdate_samplers() didn't respect the sampler->texunit...
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-11-08 Brianset sampler state for shadow test
2007-10-29 Briansimplify code which access the current vertex/fragment...
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-15 Brianadd 'normalized_coords' field to pipe_sampler_state
2007-10-02 Briancomments/code for min/max_lod - revisit someday
2007-09-20 Zack RusinFix failover state binding and convert the sampler...
2007-09-18 Zack RusinFix a silly bug on setting samplers.
2007-09-18 Zack RusinMake sampler an immutable state object.
2007-08-25 keithwadd names to tracked state atoms to improve debug
2007-08-09 Keith WhitwellSplit texfilter enums to match common hardware usage.
2007-08-08 Brianupdate lod bias, limits
2007-08-07 Brianplug in texture/sampler state update
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-22 Brianmore texture sampler work