OSDN Git Service

anv/descriptor_set: Write the state offset in the surface state free list.
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Nov 2016 00:43:35 +0000 (16:43 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 17 Nov 2016 01:07:29 +0000 (17:07 -0800)
commit37537b7d868ddca376e2553a4ea9e5e0033a961c
treefdb8427e9cde04016db778ca2270ea8047909789
parent8af1b2a2ce661ffa09c6dd83988158d2afd5ccb7
anv/descriptor_set: Write the state offset in the surface state free list.

When Kristian reworked descriptor set allocation, somehow he forgot to
actually store the offset in the free list.  Somehow, this completely
missed CTS testing until now... This fixes all 2744 of the new
'dEQP-VK.texture.filtering.* tests in the latest CTS.

Cc: "12.0 13.0" <mesa-dev@lists.freedesktop.org>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/vulkan/anv_descriptor_set.c