vc4: Track clears veresus uncleared draws, and the clear color.
authorEric Anholt <eric@anholt.net>
Wed, 23 Jul 2014 18:21:04 +0000 (11:21 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 11 Aug 2014 21:45:30 +0000 (14:45 -0700)
commit165ca6b5ad4fbd20798b6bd8120504761865436c
tree4473f9391c5de44fea28835d624f34ce24704ec7
parent9c631f30c9703b7c49acca5a2b3c75eb538015a1
vc4: Track clears veresus uncleared draws, and the clear color.

This is a step toward queueing more than one draw per frame.

Fixes piglit attribute0 test, since we get a working clear color now.
src/gallium/drivers/vc4/vc4_context.c
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_draw.c