diff options
author | Marek Olšák <[email protected]> | 2017-07-25 17:33:05 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-07-26 19:53:26 +0200 |
commit | 033b4e434057a6cc885f443792167dfabfb077b6 (patch) | |
tree | b853e829c09330a330216f68932b2e1e4564cfab /src/mesa/state_tracker/st_texture.h | |
parent | 914f11e75b8ebe8a0faab76ce25fe185ab580eee (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.h | 1 |
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 |