i965: Don't include SNB in has_negative_rhw_bug.

This commit is contained in:
Eric Anholt
2010-02-25 14:24:36 -08:00
parent dedfc0e6e6
commit 89cce536cb
+1 -1
View File
@@ -170,7 +170,7 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
brw->urb.size = 384;
brw->vs_max_threads = 32;
brw->wm_max_threads = 10 * 5;
} else {
} else if (intel->gen < 6) {
brw->urb.size = 256;
brw->vs_max_threads = 16;
brw->wm_max_threads = 8 * 4;