OSDN Git Service

vc4: Ensure that the bin CL is properly capped by increment/flush.
authorEric Anholt <eric@anholt.net>
Tue, 28 Jul 2015 07:29:31 +0000 (00:29 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 29 Jul 2015 02:35:23 +0000 (19:35 -0700)
commitcbb7477e8a796211b664ff7e47334cb1b642556d
tree9b7a137e6358723069d3c8b40187ff62358bb7fc
parent601733da6708722ceedd35afc7727c28779012f7
vc4: Ensure that the bin CL is properly capped by increment/flush.

We don't want anything to appear after we've kicked off the render (and
thus job flush), since that might then get written out to the tile
allocation state.

Signed-off-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/vc4/kernel/vc4_drv.h
src/gallium/drivers/vc4/kernel/vc4_gem.c
src/gallium/drivers/vc4/kernel/vc4_validate.c