Re: [Mesa-dev] [PATCH 2/2] nvc0: Add support for ARB_vertex_shader{layer, viewport_index}

2017-04-19 Thread Ilia Mirkin
On Wed, Apr 19, 2017 at 5:10 PM, Lyude wrote: > Enables support for the ARB_vertex_shader_layer and > ARB_vertex_shader_layer_viewport_index extensions for the GM200. There are no such extensions. There are AMD_bla bla extensions. Also, Nicolai recently added a new cap called PIPE_CAP_TGSI_TES_L

[Mesa-dev] [PATCH 2/2] nvc0: Add support for ARB_vertex_shader{layer, viewport_index}

2017-04-19 Thread Lyude
Enables support for the ARB_vertex_shader_layer and ARB_vertex_shader_layer_viewport_index extensions for the GM200. Signed-off-by: Lyude --- src/gallium/drivers/nouveau/nvc0/nvc0_context.h| 1 + src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 2 +- .../drivers/nouveau/nvc0/nvc0_shade