anv/cmd_buffer: never shrink the push constant buffer size
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 28 Jun 2018 06:10:16 +0000 (08:10 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 2 Jul 2018 06:30:40 +0000 (08:30 +0200)
commit198a72220b63e812e8b853cb5caa088d93720e7d
tree94700d092cacfc78922919901ab12ac9d86f1144
parent2854c0f795b58fc28e9fcf9765b1b4e5faf3575f
anv/cmd_buffer: never shrink the push constant buffer size

If we have to re-emit push constant data, we need to re-emit all
of it.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
CC: <mesa-stable@lists.freedesktop.org>
src/intel/vulkan/anv_cmd_buffer.c