summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2014-06-02 09:09:52 -0700
committerBen Widawsky <benjamin.widawsky@intel.com>2014-06-03 10:55:24 -0700
commitc2d9a75be7900b4bc5434da1bf5c12355ca1f907 (patch)
treeaab6391b223c533606ab935a29c4c6d803ffbc37
parent30357d57512471744d3c26de851fbbc0c30c8c02 (diff)
rendercopy_gen8:
The spec says using the other mode should be for debug only. Furthermore, matching what the 3d driver does makes this worthwhile. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
-rw-r--r--lib/rendercopy_gen8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rendercopy_gen8.c b/lib/rendercopy_gen8.c
index 133c3c7f..543537bc 100644
--- a/lib/rendercopy_gen8.c
+++ b/lib/rendercopy_gen8.c
@@ -780,7 +780,7 @@ gen8_emit_sf(struct intel_batchbuffer *batch)
OUT_BATCH(GEN6_3DSTATE_SF | (4 - 2));
OUT_BATCH(0);
OUT_BATCH(0);
- OUT_BATCH(0);
+ OUT_BATCH(1<<14);
}
static void