mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 20:20:38 +02:00
tgsi: make sure that we print out the adjacency prims correctly
This commit is contained in:
parent
f52f8e9a8c
commit
cc426b8132
1 changed files with 5 additions and 1 deletions
|
|
@ -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[] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue