r600: fix render size prediction
[mesa.git] / src / mesa / drivers / dri / r600 / r700_vertprog.c
index d12c39c9f73eafed3ae4f48c7addfa77e8128a3d..65c2c3f8114fbfaf5285635d0300e257b6e1a4ed 100644 (file)
@@ -580,6 +580,7 @@ void r700SetVertexFormat(GLcontext *ctx, const struct gl_client_array *arrays[],
         unBit >>= 1;
         ++unLoc;
     }
+    context->radeon.tcl.aos_count = context->nNumActiveAos;
 }
 
 void * r700GetActiveVpShaderBo(GLcontext * ctx)