summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/ffvertex_prog.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2016-02-27 14:04:30 -0800
committerMatt Turner <[email protected]>2016-03-01 11:41:29 -0800
commitfe2d2c7ad8793fbcc4761cf5b51270c296eb811c (patch)
tree9cdec4090aa4a63bde0339b4d04887fc1e12b4af /src/mesa/main/ffvertex_prog.c
parent0d1f6c752f6c4c7c5c2ec6be569e4bdd33bef204 (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/main/ffvertex_prog.c')
-rw-r--r--src/mesa/main/ffvertex_prog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c
index 537c7466868..d72bc71aa72 100644
--- a/src/mesa/main/ffvertex_prog.c
+++ b/src/mesa/main/ffvertex_prog.c
@@ -537,7 +537,6 @@ static void emit_arg( struct prog_src_register *src,
src->File = reg.file;
src->Index = reg.idx;
src->Swizzle = reg.swz;
- src->Abs = reg.abs;
src->Negate = reg.negate ? NEGATE_XYZW : NEGATE_NONE;
src->RelAddr = 0;
/* Check that bitfield sizes aren't exceeded */