Fixes piglit fp-generic tests/shaders/generic/lrp_sat.fp, bug 23316.tags/mesa_7_5_1
if (indirect_temp_reference(inst)) | if (indirect_temp_reference(inst)) | ||||
return FALSE; | return FALSE; | ||||
/* we don't handle saturation/clamping yet */ | |||||
if (inst->Instruction.Saturate != TGSI_SAT_NONE) | |||||
return FALSE; | |||||
switch (inst->Instruction.Opcode) { | switch (inst->Instruction.Opcode) { | ||||
case TGSI_OPCODE_ARL: | case TGSI_OPCODE_ARL: | ||||
FOR_EACH_DST0_ENABLED_CHANNEL( *inst, chan_index ) { | FOR_EACH_DST0_ENABLED_CHANNEL( *inst, chan_index ) { |