diff options
author | Timothy Arceri <[email protected]> | 2016-10-18 10:51:43 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-10-26 14:29:36 +1100 |
commit | 91d5b0eda9eeb2a41342e7ab46bd1c779d8b93c9 (patch) | |
tree | a32ff065f17b753b1b6976db26283b526b25b5b7 /src/mesa | |
parent | d9d04373c1ba2ae3e20c6b507262ee3c88c4ab78 (diff) |
mesa: remove now unused IsCentroid from gl_fragment_program
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mtypes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 545a8d2ca14..261995e98fd 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2006,12 +2006,6 @@ struct gl_fragment_program /** * Bitfield indicating, for each fragment shader input, 1 if that input - * uses centroid interpolation, 0 otherwise. Unused inputs are 0. - */ - GLbitfield64 IsCentroid; - - /** - * Bitfield indicating, for each fragment shader input, 1 if that input * uses sample interpolation, 0 otherwise. Unused inputs are 0. */ GLbitfield64 IsSample; |