diff options
author | Matt Turner <[email protected]> | 2016-02-27 13:53:50 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2016-03-01 11:41:29 -0800 |
commit | 624d06708d12c3f6941128cd55e43305e12445f3 (patch) | |
tree | 9c06e77abc9b08ce491fa0506278e482d8634264 /src/mesa/program/programopt.c | |
parent | aaef6cf4e32392bd9b8771d3a9dd4533e3697b84 (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/programopt.c')
-rw-r--r-- | src/mesa/program/programopt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/programopt.c b/src/mesa/program/programopt.c index 24dde57725e..4dd9998a887 100644 --- a/src/mesa/program/programopt.c +++ b/src/mesa/program/programopt.c @@ -426,7 +426,6 @@ is_texture_instruction(const struct prog_instruction *inst) case OPCODE_TXD: case OPCODE_TXL: case OPCODE_TXP: - case OPCODE_TXP_NV: return GL_TRUE; default: return GL_FALSE; |