Kenneth Graunke <kenn...@whitecape.org> writes: > exec_list *simd16_instructions = NULL; > fs_visitor v2(brw, c, prog, fp, 16); > - if (intel->gen >= 5 && c->prog_data.nr_pull_params == 0) { > + bool no16 = INTEL_DEBUG & DEBUG_NO16; > + if (intel->gen >= 5 && c->prog_data.nr_pull_params == 0 && > unlikely(!no16)) {
Your likeliness check here is backwards. Other than that, Reviewed-by: Eric Anholt <e...@anholt.net>
pgpT2yGzBKbgt.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev