summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_instruction.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2016-02-27 13:53:50 -0800
committerMatt Turner <[email protected]>2016-03-01 11:41:29 -0800
commit624d06708d12c3f6941128cd55e43305e12445f3 (patch)
tree9c06e77abc9b08ce491fa0506278e482d8634264 /src/mesa/program/prog_instruction.h
parentaaef6cf4e32392bd9b8771d3a9dd4533e3697b84 (diff)
program: Remove OPCODE_TXP_NV.
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_instruction.h')
-rw-r--r--src/mesa/program/prog_instruction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h
index ceec16c41a8..9dc869bfbb2 100644
--- a/src/mesa/program/prog_instruction.h
+++ b/src/mesa/program/prog_instruction.h
@@ -173,7 +173,6 @@ enum prog_opcode {
OPCODE_TXD, /* X X */
OPCODE_TXL, /* 3 2 X */
OPCODE_TXP, /* X X */
- OPCODE_TXP_NV, /* 3 X */
OPCODE_TRUNC, /* X */
OPCODE_XPD, /* X X */
MAX_OPCODE