diff options
| author | Zack Rusin <zackr@vmware.com> | 2010-07-10 18:14:14 -0400 |
|---|---|---|
| committer | Zack Rusin <zackr@vmware.com> | 2010-07-10 18:14:14 -0400 |
| commit | cc426b813205ff72977ad59f9ecefa50e4b68a6d (patch) | |
| tree | a0403a178d23d5cecc8bd64a40078a843e95245a /src | |
| parent | f52f8e9a8c24e54f27a1841e382fd8f6dfe17b6d (diff) | |
tgsi: make sure that we print out the adjacency prims correctly
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_dump.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_dump.c b/src/gallium/auxiliary/tgsi/tgsi_dump.c index 9fcc28f4c9..f71ffb7030 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[] = |
