intel: Remove noise opcode support from i915 and i965 drivers

With recent changes to the GLSL compiler, these opcode should never be
seen in these drivers.
This commit is contained in:
Ian Romanick 2010-09-09 16:27:37 -07:00
parent 58eaade662
commit 55aaee6020
2 changed files with 0 additions and 1135 deletions

View File

@ -680,21 +680,6 @@ upload_program(struct i915_fragment_program *p)
EMIT_2ARG_ARITH(A0_MUL);
break;
case OPCODE_NOISE1:
case OPCODE_NOISE2:
case OPCODE_NOISE3:
case OPCODE_NOISE4:
/* Don't implement noise because we just don't have the instructions
* to spare. We aren't the first vendor to do so.
*/
i915_program_error(p, "Stubbed-out noise functions");
i915_emit_arith(p,
A0_MOV,
get_result_vector(p, inst),
get_result_flags(inst), 0,
swizzle(tmp, ZERO, ZERO, ZERO, ZERO), 0, 0);
break;
case OPCODE_POW:
src0 = src_vector(p, &inst->SrcReg[0], program);
src1 = src_vector(p, &inst->SrcReg[1], program);

File diff suppressed because it is too large Load Diff