anv: remove invalid copy/pasted comment
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16773>
This commit is contained in:

committed by
Marge Bot

parent
34b5a717c0
commit
0f46a8fbfe
@@ -2428,7 +2428,6 @@ anv_graphics_pipeline_init(struct anv_graphics_pipeline *pipeline,
|
||||
assert(pCreateInfo->pRasterizationState);
|
||||
|
||||
if (pCreateInfo->pDynamicState) {
|
||||
/* Remove all of the states that are marked as dynamic */
|
||||
uint32_t count = pCreateInfo->pDynamicState->dynamicStateCount;
|
||||
for (uint32_t s = 0; s < count; s++) {
|
||||
pipeline->dynamic_states |= anv_cmd_dirty_bit_for_vk_dynamic_state(
|
||||
|
Reference in New Issue
Block a user