anv/pipeline: Properly set IncludeVertexHandles in 3DSTATE_GS
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 15 Dec 2015 19:36:55 +0000 (11:36 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 15 Dec 2015 19:37:18 +0000 (11:37 -0800)
src/vulkan/gen7_pipeline.c
src/vulkan/gen8_pipeline.c

index e3bfc708deb48a7bc6c65d0a5e8148506cdbec0c..63aca1f6b32932e724e499a747334b4c924e060d 100644 (file)
@@ -491,6 +491,7 @@ genX(graphics_pipeline_create)(
          .OutputVertexSize                      = gs_prog_data->output_vertex_size_hwords * 2 - 1,
          .OutputTopology                        = gs_prog_data->output_topology,
          .VertexURBEntryReadLength              = gs_prog_data->base.urb_read_length,
+         .IncludeVertexHandles                  = gs_prog_data->base.include_vue_handles,
          .DispatchGRFStartRegisterforURBData    =
             gs_prog_data->base.base.dispatch_grf_start_reg,
 
index d3b307ca5f7a2b985c1da52b7b1e144c3433a220..3c3f079b4081178fbd62520f891fefda7b4341f3 100644 (file)
@@ -453,6 +453,7 @@ genX(graphics_pipeline_create)(
                      .OutputVertexSize = gs_prog_data->output_vertex_size_hwords * 2 - 1,
                      .OutputTopology = gs_prog_data->output_topology,
                      .VertexURBEntryReadLength = gs_prog_data->base.urb_read_length,
+                     .IncludeVertexHandles = gs_prog_data->base.include_vue_handles,
                      .DispatchGRFStartRegisterForURBData =
                         gs_prog_data->base.base.dispatch_grf_start_reg,