aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/draw.h')
-rw-r--r--src/mesa/main/draw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/draw.h b/src/mesa/main/draw.h
index b8e61132137..86b0527ffc4 100644
--- a/src/mesa/main/draw.h
+++ b/src/mesa/main/draw.h
@@ -46,8 +46,7 @@ struct _mesa_prim
GLuint indexed:1;
GLuint begin:1;
GLuint end:1;
- GLuint is_indirect:1;
- GLuint pad:20;
+ GLuint pad:21;
GLuint start;
GLuint count;