summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_sampler.c
AgeCommit message (Expand)Author
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