fix for bug#9971

call swsetup_Wakeup before falling back to software rendering
This commit is contained in:
Xiang, Haihao
2007-03-05 22:18:21 +08:00
parent 7ecdfb2f08
commit a783713432
+1
View File
@@ -458,6 +458,7 @@ void brw_draw_prims( GLcontext *ctx,
* swrast to do the drawing.
*/
if (!retval) {
_swsetup_Wakeup(ctx);
_tnl_draw_prims(ctx, arrays, prim, nr_prims, ib, min_index, max_index);
}