Fixup for the texture update patch.

Signed-off-by: Jonathan Marek <jonat...@marek.ca>
---
 src/gallium/drivers/freedreno/a2xx/fd2_emit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/freedreno/a2xx/fd2_emit.c 
b/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
index ce275a78a6..ac2a02dfae 100644
--- a/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
+++ b/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
@@ -137,7 +137,7 @@ emit_texture(struct fd_ringbuffer *ring, struct fd_context 
*ctx,
 
        OUT_RING(ring, sampler->tex0 | view->tex0);
        if (rsc)
-               OUT_RELOC(ring, rsc->bo, 0, view->tex1, 0);
+               OUT_RELOC(ring, rsc->bo, fd_resource_offset(rsc, 0, 0), 
view->tex1, 0);
        else
                OUT_RING(ring, 0);
 
-- 
2.17.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to