OSDN Git Service

vc4: Handle resolve skipping at job submit time.
authorEric Anholt <eric@anholt.net>
Thu, 8 Sep 2016 20:02:22 +0000 (13:02 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 14 Sep 2016 05:08:03 +0000 (06:08 +0100)
commitf473348468ae1c68e7ef8eaf29f2cc51d17fbec7
tree7ee1c9fa72dde2d13a2892437d8ecfca453759c9
parent9688166bd9c3e12c74c55b857ad0dbb62b28da9e
vc4: Handle resolve skipping at job submit time.

This is done in vc4_flush currently, but I'm going to make the job always
track the surfaces it might be rendering to instead of putting in the
destinations at flush time.
src/gallium/drivers/vc4/vc4_blit.c
src/gallium/drivers/vc4/vc4_context.c
src/gallium/drivers/vc4/vc4_job.c