i965: added texture unit sanity check
[mesa.git] / src / mesa / drivers / dri / i965 / brw_clip_point.c
index d17b199b898897c58ff57aca5b0612669cf1dc11..8458f61c5a029a5d7d0a06e8f72c1894c8706271 100644 (file)
@@ -50,5 +50,7 @@ void brw_emit_point_clip( struct brw_clip_compile *c )
    /* Send an empty message to kill the thread:
     */
    brw_clip_tri_alloc_regs(c, 0);
+   brw_clip_init_ff_sync(c);
+
    brw_clip_kill_thread(c);
 }