summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-05-09 13:55:00 +0200
committerSamuel Pitoiset <[email protected]>2017-06-14 10:04:36 +0200
commit9c1558d222cc51f0fa96198773186130a3752302 (patch)
treec571168258f4fa3b031f3aed663cbef9abd28704 /src/mesa/state_tracker/st_texture.h
parent3dd062ce2a5876d4943c1f52a8cfc2b5ab5bd464 (diff)
st/mesa: make update_single_texture() non-static
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r--src/mesa/state_tracker/st_texture.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h
index c02d13598ba..3931cbad5a6 100644
--- a/src/mesa/state_tracker/st_texture.h
+++ b/src/mesa/state_tracker/st_texture.h
@@ -273,4 +273,9 @@ st_convert_sampler(const struct st_context *st,
const struct gl_sampler_object *msamp,
struct pipe_sampler_state *sampler);
+GLboolean
+st_update_single_texture(struct st_context *st,
+ struct pipe_sampler_view **sampler_view,
+ GLuint texUnit, unsigned glsl_version);
+
#endif