summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-07-25 17:33:05 +0200
committerMarek Olšák <[email protected]>2017-07-26 19:53:26 +0200
commit033b4e434057a6cc885f443792167dfabfb077b6 (patch)
treeb853e829c09330a330216f68932b2e1e4564cfab /src/mesa/state_tracker/st_texture.h
parent914f11e75b8ebe8a0faab76ce25fe185ab580eee (diff)
st/mesa: also clamp and quantize per-unit lod bias
Reviewed-by: Samuel Pitoiset <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r--src/mesa/state_tracker/st_texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h
index a6f6ee8ebef..8448f4c6f02 100644
--- a/src/mesa/state_tracker/st_texture.h
+++ b/src/mesa/state_tracker/st_texture.h
@@ -281,6 +281,7 @@ void
st_convert_sampler(const struct st_context *st,
const struct gl_texture_object *texobj,
const struct gl_sampler_object *msamp,
+ float tex_unit_lod_bias,
struct pipe_sampler_state *sampler);
void