anv: Document and rename anv_pipeline_init_dynamic_state()
authorNanley Chery <nanley.g.chery@intel.com>
Thu, 9 Jun 2016 19:12:29 +0000 (12:12 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Mon, 13 Jun 2016 18:35:45 +0000 (11:35 -0700)
commita0d84a9ef9df69606a928cf7dca8f2b80dea1c36
tree3b47d68711f1d5d2624de01813838fe888a668f5
parent7f257abc1bdd153b3981efffc3f201e1ea5fe843
anv: Document and rename anv_pipeline_init_dynamic_state()

To reduce confusion, clarify that the state being copied is not dynamic.

This agrees with the Vulkan spec's usage of the term. Various sections
specify that the various pipeline state which have VkDynamicState enums
(e.g. viewport, scissor, etc.) may or may not be dynamic.

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
src/intel/vulkan/anv_pipeline.c