commit 68bd56b

Michael Forney  ·  2013-07-19 06:43:14 +0000 UTC
parent 21bf530
Fixed bug in libintelbatch
1 files changed,  +0, -4
+0, -4
 1@@ -150,10 +150,6 @@ void intel_draw_text_utf8(struct wld_drawable * drawable,
 2     uint8_t * byte;
 3     uint8_t byte_index;
 4 
 5-    /* For some reason the text doesn't render if we don't flush the command
 6-     * buffer first. */
 7-    intel_batch_flush(&intel->context->batch);
 8-
 9     xy_setup_blt(&intel->context->batch, true, INTEL_BLT_RASTER_OPERATION_SRC,
10                  0, color, intel->bo, intel->drm.pitch);
11