i965: Disable workaround flush for push constants on Broadwell.
If it wasn't necessary for Haswell, it's likely not to be necessary for Broadwell either. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -122,7 +122,7 @@ gen7_emit_push_constant_state(struct brw_context *brw, unsigned vs_size,
|
||||
*
|
||||
* No such restriction exists for Haswell.
|
||||
*/
|
||||
if (!brw->is_haswell)
|
||||
if (brw->gen < 8 && !brw->is_haswell)
|
||||
gen7_emit_cs_stall_flush(brw);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user