On Mon, Aug 18, 2014 at 5:17 AM, Abdiel Janulgue <[email protected]> wrote: > + if (entry->saturatemask & (1 << arg)) { > + switch(inst->opcode) { > + case BRW_OPCODE_SEL: > + if (inst->src[1].file != IMM || > + inst->src[1].fixed_hw_reg.dw1.f < 0.0 || > + inst->src[1].fixed_hw_reg.dw1.f > 1.0) { > + return false;
Same comment about checking conditional_mod. Then, Reviewed-by: Matt Turner <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
