gallium: clean-up, simplification of mipmapped textures
[mesa.git] / src / mesa / pipe / i915simple / i915_state_sampler.c
2008-02-12 Briangallium: clean-up, simplification of mipmapped textures
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianGet rid of "duplicate" formats.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-07 Brianmore dead code removal
2007-11-07 Briandisable/remove dead code
2007-11-07 BrianDisable the call to driBOReference() in i915_update_tex...
2007-10-15 Brianadd 'normalized_coords' field to pipe_sampler_state
2007-10-01 Briandisable debug printf
2007-09-21 Zack RusinSilence a few warnings.
2007-09-20 Zack RusinCache the i915 sampler state.
2007-09-18 Zack RusinMake sampler an immutable state object.
2007-08-25 BrianAdd support for more surface types in sp_surface.c
2007-08-24 keithwsampler state tweaks
2007-08-23 BrianCheckpoint: texture image and sampler state handling...
2007-08-22 BrianSampler state code now compiles and is built. Not...
2007-08-22 Keith WhitwellImport some sampler state code.