diff options
author | Keith Whitwell <[email protected]> | 2009-09-12 14:13:44 -0700 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-09-12 14:15:15 -0700 |
commit | 09b566e1610ec699490dc01bcea0b8c5cc44a78d (patch) | |
tree | 9b341d558aca026b57f66100aed930b42e1ed733 /src/mesa/shader/prog_instruction.h | |
parent | 6d8dbd3d1ec888300fb0e9ac3cf61808ba8ecc2b (diff) |
mesa: remove unused SATURATE_PLUS_MINUS_ONE flag
Never set in mesa. Remove from tgsi translation as well.
Diffstat (limited to 'src/mesa/shader/prog_instruction.h')
-rw-r--r-- | src/mesa/shader/prog_instruction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 39a221eeaba..1c687bc16cf 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -121,7 +121,6 @@ /*@{*/ #define SATURATE_OFF 0 #define SATURATE_ZERO_ONE 1 -#define SATURATE_PLUS_MINUS_ONE 2 /*@}*/ |