anv/pipeline: Rework dynamic state handling
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 16 Oct 2015 19:04:13 +0000 (12:04 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 16 Oct 2015 23:30:02 +0000 (16:30 -0700)
commit368e703a01c631f04f2a2a1f5f62f61c06838fae
tree222a6c3edbd795578db67c1232dc34f2145952e9
parent8ed23654c9f7fed77bc706fbfd1d25edf0d7020e
anv/pipeline: Rework dynamic state handling

Aparently, we had the dynamic state array in the pipeline backwards.
Instead of enabling the bits in the pipeline, it disables them and marks
them as "dynamic".
src/vulkan/anv_meta.c
src/vulkan/anv_pipeline.c
src/vulkan/anv_private.h