summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir.h
diff options
context:
space:
mode:
authorTimothy Arceri <timothy.arceri@collabora.com>2016-02-15 18:38:29 +1100
committerTimothy Arceri <timothy.arceri@collabora.com>2016-02-17 07:25:10 +1100
commite70ece4eea4c1e8fb6c3b3995baa36ad6634b690 (patch)
tree0b739fadabc1a21b0698f28eb5380b1fdf7a285a /src/compiler/glsl/ir.h
parent07e6a37332d2d3908ee1f1160ee25ed9c127b770 (diff)
downloadexternal_mesa3d-e70ece4eea4c1e8fb6c3b3995baa36ad6634b690.zip
external_mesa3d-e70ece4eea4c1e8fb6c3b3995baa36ad6634b690.tar.gz
external_mesa3d-e70ece4eea4c1e8fb6c3b3995baa36ad6634b690.tar.bz2
glsl: remove unused helper
Seems to have become unused when i965 moved to NIR. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Diffstat (limited to 'src/compiler/glsl/ir.h')
-rw-r--r--src/compiler/glsl/ir.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h
index bf9b7ca..93c893d 100644
--- a/src/compiler/glsl/ir.h
+++ b/src/compiler/glsl/ir.h
@@ -432,17 +432,6 @@ public:
/**
- * Determine how this variable should be interpolated based on its
- * interpolation qualifier (if present), whether it is gl_Color or
- * gl_SecondaryColor, and whether flatshading is enabled in the current GL
- * state.
- *
- * The return value will always be either INTERP_QUALIFIER_SMOOTH,
- * INTERP_QUALIFIER_NOPERSPECTIVE, or INTERP_QUALIFIER_FLAT.
- */
- glsl_interp_qualifier determine_interpolation_mode(bool flat_shade);
-
- /**
* Determine whether or not a variable is part of a uniform or
* shader storage block.
*/