aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program/sampler.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2016-02-05 13:34:29 +1000
committerDave Airlie <[email protected]>2016-02-09 10:52:08 +1000
commit90bbe3d781ce15ecd6316ee63f431a82c311878e (patch)
tree6fcd1f66b41c4ab970a54d5b40c25f1670e8099a /src/mesa/program/sampler.h
parentbb8bbe34e3d355c457578060c5926dfc23abecfd (diff)
mesa: drop unused nonconst sampler functions.
Since we fixed the glsl->tgsi conversion we no longer need this function. Reviewed-by: Timothy Arceri <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/program/sampler.h')
-rw-r--r--src/mesa/program/sampler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/program/sampler.h b/src/mesa/program/sampler.h
index 61c7f5851e7..397805a224f 100644
--- a/src/mesa/program/sampler.h
+++ b/src/mesa/program/sampler.h
@@ -32,8 +32,4 @@ _mesa_get_sampler_uniform_value(class ir_dereference *sampler,
struct gl_shader_program *shader_program,
const struct gl_program *prog);
-class ir_rvalue *
-_mesa_get_sampler_array_nonconst_index(class ir_dereference *sampler);
-
-
#endif /* SAMPLER_H */