mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
gallivm: fix copy&paste bug
looks like pot_depth should be used, not pot_height (found by accident, not verified)
This commit is contained in:
parent
16a457bba6
commit
26dc60d0a3
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ lp_build_sample_image_nearest(struct lp_build_sample_context *bld,
|
|||
|
||||
if (dims == 3) {
|
||||
z = lp_build_sample_wrap_nearest(bld, r, depth_vec,
|
||||
bld->static_state->pot_height,
|
||||
bld->static_state->pot_depth,
|
||||
bld->static_state->wrap_r);
|
||||
lp_build_name(z, "tex.z.wrapped");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue