summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/geometry-shader/line.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/graw/geometry-shader/line.txt')
-rw-r--r--src/gallium/tests/graw/geometry-shader/line.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/geometry-shader/line.txt b/src/gallium/tests/graw/geometry-shader/line.txt
index 93d544447b..8be3f7fd98 100644
--- a/src/gallium/tests/graw/geometry-shader/line.txt
+++ b/src/gallium/tests/graw/geometry-shader/line.txt
@@ -1,6 +1,7 @@
GEOM
PROPERTY GS_INPUT_PRIMITIVE TRIANGLES
-PROPERTY GS_OUTPUT_PRIMITIVE LINES
+PROPERTY GS_OUTPUT_PRIMITIVE LINE_STRIP
+PROPERTY GS_MAX_OUTPUT_VERTICES 4
DCL IN[][0], POSITION, CONSTANT
DCL IN[][1], COLOR, CONSTANT
DCL OUT[0], POSITION, CONSTANT