r600: Update default state size to account for the new relocation
[mesa.git] / src / mesa / drivers / dri / r600 / r700_render.c
index eab27cbd8429aeb9582051b48722a7c557e034f6..3a6210c53aca7ad5f6df3ab7e2409fffe0af9752 100644 (file)
@@ -422,7 +422,7 @@ static void r700RunRenderPrimitiveImmediate(GLcontext * ctx, int start, int end,
 }
 
 /* start 3d, idle, cb/db flush */
-#define PRE_EMIT_STATE_BUFSZ 10 + 5 + 14
+#define PRE_EMIT_STATE_BUFSZ 10 + 5 + 18
 
 static GLuint r700PredictRenderSize(GLcontext* ctx,
                                    const struct _mesa_prim *prim,