mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.

v2: Remove dead positive() function, caught by Matt.

Reviewed-by: Brian Paul <brianp@vmware.com> (v1)
This commit is contained in:
Eric Anholt
2012-10-09 15:31:42 -07:00
parent 422566e1c7
commit bcfd51f8c4
6 changed files with 0 additions and 85 deletions

View File

@@ -1088,7 +1088,6 @@ upload_program(struct i915_fragment_program *p)
case OPCODE_BGNLOOP:
case OPCODE_BGNSUB:
case OPCODE_BRA:
case OPCODE_BRK:
case OPCODE_CAL:
case OPCODE_CONT: