From: Zack Rusin Date: Sat, 10 Jul 2010 22:14:14 +0000 (-0400) Subject: tgsi: make sure that we print out the adjacency prims correctly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc426b813205ff72977ad59f9ecefa50e4b68a6d;p=mesa.git tgsi: make sure that we print out the adjacency prims correctly --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_dump.c b/src/gallium/auxiliary/tgsi/tgsi_dump.c index 9fcc28f4c96..f71ffb70308 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_dump.c +++ b/src/gallium/auxiliary/tgsi/tgsi_dump.c @@ -176,7 +176,11 @@ static const char *primitive_names[] = "TRIANGLE_FAN", "QUADS", "QUAD_STRIP", - "POLYGON" + "POLYGON", + "LINES_ADJACENCY", + "LINE_STRIP_ADJACENCY", + "TRIANGLES_ADJACENCY", + "TRIANGLE_STRIP_ADJACENCY" }; static const char *fs_coord_origin_names[] =