Skip to content
Snippets Groups Projects
Commit 763fc526 authored by Roland Scheidegger's avatar Roland Scheidegger
Browse files

llvmpipe: enable PIPE_CAP_TGSI_VS_LAYER_VIEWPORT


No changes required in the driver itself, all handled by draw.

piglit results in a quick run:
skip->pass 7
skip->fail 2
(The new failures in the ARB_fragment_layer_viewport group are expected,
we fail the same if gs doesn't write these outputs regardless of the vs.)

Reviewed-by: default avatarJose Fonseca <jfonseca@vmware.com>
parent 4b6d6642
No related branches found
Tags mesa-17.1.0-rc3
No related merge requests found
......@@ -245,6 +245,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
case PIPE_CAP_ENDIANNESS:
return PIPE_ENDIAN_NATIVE;
case PIPE_CAP_TGSI_VS_LAYER_VIEWPORT:
return 1;
case PIPE_CAP_MAX_TEXTURE_GATHER_COMPONENTS:
case PIPE_CAP_TEXTURE_GATHER_SM5:
case PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment