Stefan Dirsch
c38ea883fe
- Update to version 22.3.2. OBS-URL: https://build.opensuse.org/request/show/1045769 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1170
19 lines
658 B
Diff
19 lines
658 B
Diff
@@ -, +, @@
|
|
---
|
|
src/gallium/drivers/r600/evergreen_state.c | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
--- a/src/gallium/drivers/r600/evergreen_state.c
|
|
+++ b/src/gallium/drivers/r600/evergreen_state.c
|
|
@@ -580,7 +580,8 @@ static void *evergreen_create_sampler_st
|
|
: state->max_anisotropy;
|
|
unsigned max_aniso_ratio = r600_tex_aniso_filter(max_aniso);
|
|
bool trunc_coord = state->min_img_filter == PIPE_TEX_FILTER_NEAREST &&
|
|
- state->mag_img_filter == PIPE_TEX_FILTER_NEAREST;
|
|
+ state->mag_img_filter == PIPE_TEX_FILTER_NEAREST &&
|
|
+ state->unnormalized_coords;
|
|
float max_lod = state->max_lod;
|
|
|
|
if (!ss) {
|
|
--
|