summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/arbprogparse.c
diff options
context:
space:
mode:
authorTimothy Arceri <timothy.arceri@collabora.com>2016-10-05 15:28:50 +1100
committerTimothy Arceri <timothy.arceri@collabora.com>2016-10-06 16:03:46 +1100
commit201f940d2e49d6ead5dfd6921b33bf6afefa4c68 (patch)
tree0f10c7fc3ca2b80fc33c083d1604909d05c36931 /src/mesa/program/arbprogparse.c
parent556335eb9915fc6e00aafa15eaf0265ddc25b131 (diff)
downloadexternal_mesa3d-201f940d2e49d6ead5dfd6921b33bf6afefa4c68.zip
external_mesa3d-201f940d2e49d6ead5dfd6921b33bf6afefa4c68.tar.gz
external_mesa3d-201f940d2e49d6ead5dfd6921b33bf6afefa4c68.tar.bz2
mesa: remove the UsesDFdy flag
Seems the last user of this was removed in 08bc74e69. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/program/arbprogparse.c')
-rw-r--r--src/mesa/program/arbprogparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/arbprogparse.c b/src/mesa/program/arbprogparse.c
index 3ddaeca..b7bddfe 100644
--- a/src/mesa/program/arbprogparse.c
+++ b/src/mesa/program/arbprogparse.c
@@ -120,7 +120,6 @@ _mesa_parse_arb_fragment_program(struct gl_context* ctx, GLenum target,
program->PixelCenterInteger = state.option.PixelCenterInteger;
program->UsesKill = state.fragment.UsesKill;
- program->UsesDFdy = state.fragment.UsesDFdy;
free(program->Base.Instructions);
program->Base.Instructions = prog.Instructions;