anv/cmd_buffer: Zero out binding tables and samplers in state_reset
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 23 Jan 2016 06:57:02 +0000 (22:57 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 23 Jan 2016 06:57:05 +0000 (22:57 -0800)
commita804d82ef6062cc16c5c3beb254560bfe448bfe0
tree4c42f55a5f98b22292604f5d998fad3556c4596b
parent9e0bc29f803429606e86ee9bef93ab71fe572c32
anv/cmd_buffer: Zero out binding tables and samplers in state_reset

This fixes a use of an undefined value if the client uses push constants in
a stage without ever setting any descriptors on GEN8-9.
src/vulkan/anv_cmd_buffer.c