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