summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_state_sampler.c
AgeCommit message (Expand)Author
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-07more dead code removalBrian
2007-11-07disable/remove dead codeBrian
2007-11-07Disable the call to driBOReference() in i915_update_texture()Brian
2007-10-15add 'normalized_coords' field to pipe_sampler_stateBrian
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
2007-08-24Add support for more surface types in sp_surface.cBrian
2007-08-24sampler state tweakskeithw
2007-08-22Checkpoint: texture image and sampler state handling, plus better vertex form...Brian
2007-08-22Sampler state code now compiles and is built. Not tested yet.Brian
2007-08-22Import some sampler state code.Keith Whitwell