summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_instruction.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-09-12 14:13:44 -0700
committerKeith Whitwell <keithw@vmware.com>2009-09-12 14:15:15 -0700
commit09b566e1610ec699490dc01bcea0b8c5cc44a78d (patch)
tree9b341d558aca026b57f66100aed930b42e1ed733 /src/mesa/shader/prog_instruction.h
parent6d8dbd3d1ec888300fb0e9ac3cf61808ba8ecc2b (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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h
index 39a221eeab..1c687bc16c 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
/*@}*/