diff options
Diffstat (limited to 'src/gallium/auxiliary/indices/u_indices_priv.h')
-rw-r--r-- | src/gallium/auxiliary/indices/u_indices_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/indices/u_indices_priv.h b/src/gallium/auxiliary/indices/u_indices_priv.h index 9acf1ff4814..82374eaa73f 100644 --- a/src/gallium/auxiliary/indices/u_indices_priv.h +++ b/src/gallium/auxiliary/indices/u_indices_priv.h @@ -38,6 +38,6 @@ #define OUT_COUNT 2 -#define PRIM_COUNT (PIPE_PRIM_POLYGON + 1) +#define PRIM_COUNT (PIPE_PRIM_TRIANGLE_STRIP_ADJACENCY + 1) #endif |