projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f52f8e9
)
tgsi: make sure that we print out the adjacency prims correctly
author
Zack Rusin
<zackr@vmware.com>
Sat, 10 Jul 2010 22:14:14 +0000
(18:14 -0400)
committer
Zack Rusin
<zackr@vmware.com>
Sat, 10 Jul 2010 22:14:14 +0000
(18:14 -0400)
src/gallium/auxiliary/tgsi/tgsi_dump.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_dump.c
b/src/gallium/auxiliary/tgsi/tgsi_dump.c
index 9fcc28f4c96a20c0410e6f26f1dcb571c831af73..f71ffb70308562ae0fb67de6a227deb3b96d9e2e 100644
(file)
--- 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[] =