Eliminate struct pipe_region.
[mesa.git] / src / mesa / pipe / softpipe / sp_clear.c
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-08 Brianfix bad width/height code in softpipe_clear()
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-24 Briana bit more work for optimizing clears in tile cache...
2007-10-21 Briansilence warning
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
2007-10-19 BrianInitial implementation of surface tile caching.
2007-10-10 Brianfix softpipe_clear() to handle ps->offset!=0 (such...
2007-08-21 michalSilence compiler warnings.
2007-08-17 Brianassertions
2007-08-15 Keith WhitwellRemove mesa include directories, be stricter about...
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
2007-08-05 Keith WhitwellAdd a new interface between softpipe and the window...
2007-08-02 Brianpipe->clear() now takes a surface, rather than color...
2007-08-02 Keith WhitwellRemove references to accum buffers in softpipe.
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellReroute some clear functionality.
2007-08-01 Brianget cliprect bounds after softpipe_update_derived()
2007-08-01 BrianRe-implement intelClear() in terms of softpipe_clear...
2007-08-01 BrianMore work on glClear.
2007-08-01 Brians/Z24_S8/S8_Z24/ (stencil is in the high byte)
2007-08-01 BrianCheckpoint: glClear changes - working, bug very rough.
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-20 Brianactually use new glClear code
2007-06-20 Brianimplement softpipe clearing (untested)
2007-06-20 BrianInitial work for glClear(), clear color state.