vc4: Move the deref of the color buffer for simulator into the simulator.
authorEric Anholt <eric@anholt.net>
Tue, 12 Aug 2014 23:35:33 +0000 (16:35 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 15 Aug 2014 18:52:18 +0000 (11:52 -0700)
commit64ad96a9f4dec0724d7276d32de59cc621fccb55
treee77e898261d1f901fdb4eab67a154391d0162cc4
parent2f28a0dc23165123cf1e8b5942acad37878edd8a
vc4: Move the deref of the color buffer for simulator into the simulator.

At some point I'm going to want to move the information necessary for the
host buffer upload/download into the BO so that it's independent of the
current vc4->framebuffer, but for now this fixes pointless derefs on
non-simulator in vc4_context.c since the dump_fbo() removal
src/gallium/drivers/vc4/vc4_context.c
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_simulator.c