diff options
author | Timothy Arceri <[email protected]> | 2016-10-05 15:28:50 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-10-06 16:03:46 +1100 |
commit | 201f940d2e49d6ead5dfd6921b33bf6afefa4c68 (patch) | |
tree | 0f10c7fc3ca2b80fc33c083d1604909d05c36931 /src/mesa/main | |
parent | 556335eb9915fc6e00aafa15eaf0265ddc25b131 (diff) |
mesa: remove the UsesDFdy flag
Seems the last user of this was removed in 08bc74e69.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index b279fc4c6df..d494872eef9 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2039,7 +2039,6 @@ struct gl_fragment_program { struct gl_program Base; /**< base class */ GLboolean UsesKill; /**< shader uses KIL instruction */ - GLboolean UsesDFdy; /**< shader uses DDY instruction */ GLboolean OriginUpperLeft; GLboolean PixelCenterInteger; enum gl_frag_depth_layout FragDepthLayout; |