r300g: Disable immediate mode rendering for now.

Will re-enable when the bugs are ironed out.
This commit is contained in:
Corbin Simpson
2010-01-13 18:36:54 -08:00
parent bc1b38af71
commit 9bb2b90191
+1 -1
View File
@@ -325,7 +325,7 @@ void r300_draw_arrays(struct pipe_context* pipe, unsigned mode,
r300_emit_dirty_state(r300);
if (count <= 4 && r300->vertex_buffer_count == 1) {
if (FALSE && count <= 4 && r300->vertex_buffer_count == 1) {
r300_emit_draw_immediate(r300, mode, start, count);
} else {
r300_emit_aos(r300, start);