OSDN Git Service

anv/device: Mark all state buffers as needing capture
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 27 Dec 2017 16:41:30 +0000 (08:41 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 28 Dec 2017 18:39:04 +0000 (10:39 -0800)
commit967d238c699dd29d5b5a55e6dde08feef2fa7850
treee9252599579826bc5d535e552f8e879df1f94eb9
parent69fa3fb77f298f717be9a45b3989d039071ffe15
anv/device: Mark all state buffers as needing capture

Previously, we were flagging the instruction state buffer for capture
but not surface state or dynamic state.  We want those captured too.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_device.c