summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_state_sampler.c
AgeCommit message (Collapse)Author
2007-10-01disable debug printfBrian
2007-09-21Silence a few warnings.Zack Rusin
2007-09-20Cache the i915 sampler state.Zack Rusin
2007-09-18Make sampler an immutable state object.Zack Rusin
Switch the sample to be an immutable state object.
2007-08-24Add support for more surface types in sp_surface.cBrian
replace PIPE_FORMAT_U_L8_A8 with PIPE_FORMAT_U_A8_L8
2007-08-24sampler state tweakskeithw
2007-08-22Checkpoint: texture image and sampler state handling, plus better vertex ↵Brian
format code. Texture image/sampler state code should be working, but is disabled for now. Need to fix outstanding issues with vertex formats and texcoords first...
2007-08-22Sampler state code now compiles and is built. Not tested yet.Brian
2007-08-22Import some sampler state code.Keith Whitwell
Doesn't compile, isn't built.