Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small now.
authorBrian <brian@i915.localnet.net>
Wed, 1 Aug 2007 21:11:59 +0000 (15:11 -0600)
committerBrian <brian@i915.localnet.net>
Wed, 1 Aug 2007 21:11:59 +0000 (15:11 -0600)
commit0c4acfe15a0555a6f3da02ab17e58cc379df11fd
treec65574cd49cdbc79d1eb8034f5bfe661f5e06eef
parent0eb02a1963a25f6994b730147d0613b03424c11e
Re-implement intelClear() in terms of softpipe_clear().  Pretty simple/small now.

Note: softpipe_clear() should really be renamed to something like
pipe_clear_with_blits() and put into a driver-indepedent module...
src/mesa/drivers/dri/i915pipe/intel_blit.c
src/mesa/drivers/dri/i915pipe/intel_buffers.c
src/mesa/drivers/dri/i915pipe/intel_context.c
src/mesa/pipe/softpipe/sp_clear.c