diff options
author | Matt Turner <[email protected]> | 2016-02-27 14:04:30 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2016-03-01 11:41:29 -0800 |
commit | fe2d2c7ad8793fbcc4761cf5b51270c296eb811c (patch) | |
tree | 9cdec4090aa4a63bde0339b4d04887fc1e12b4af /src/mesa/program/prog_instruction.h | |
parent | 0d1f6c752f6c4c7c5c2ec6be569e4bdd33bef204 (diff) |
program: Remove NV_fragment_program Abs support.
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.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h index 9dc869bfbb2..0120227711a 100644 --- a/src/mesa/program/prog_instruction.h +++ b/src/mesa/program/prog_instruction.h @@ -198,11 +198,8 @@ struct prog_src_register GLuint Swizzle:12; GLuint RelAddr:1; - /** Take the component-wise absolute value */ - GLuint Abs:1; - /** - * Post-Abs negation. + * Negation. * This will either be NEGATE_NONE or NEGATE_XYZW, except for the SWZ * instruction which allows per-component negation. */ |