Simplfy clear() and swapbuffers() code.
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 29 Dec 2004 20:46:27 +0000 (20:46 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 29 Dec 2004 20:46:27 +0000 (20:46 +0000)
commit490e764d7affc093feff80192ed3f3d4642fcb8f
treea35f7ee56cdc3b36953b362d28654aa0df7f8920
parentef494c06b6e4dc720f32700f899ddad7cadb0a95
Simplfy clear() and swapbuffers() code.
Fix various mishandling of cliprects.
Allow multiple primitives to be emitted to a single dma buffer, which
was largely impossible previously.
Re-enable the fast unclipped render stage.
src/mesa/drivers/dri/unichrome/via_context.c
src/mesa/drivers/dri/unichrome/via_context.h
src/mesa/drivers/dri/unichrome/via_fb.c
src/mesa/drivers/dri/unichrome/via_fb.h
src/mesa/drivers/dri/unichrome/via_ioctl.c
src/mesa/drivers/dri/unichrome/via_ioctl.h
src/mesa/drivers/dri/unichrome/via_span.c
src/mesa/drivers/dri/unichrome/via_state.c
src/mesa/drivers/dri/unichrome/via_tris.c
src/mesa/drivers/dri/unichrome/via_vb.c