Mesa (master): r300-gallium: unbreak build

Joakim Sindholt jsindholt at kemper.freedesktop.org
Mon May 11 21:08:15 UTC 2009


Module: Mesa
Branch: master
Commit: 783e43064b64feb87e0457f96c2275160389f84c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=783e43064b64feb87e0457f96c2275160389f84c

Author: Joakim Sindholt <opensource at zhasha.com>
Date:   Mon May 11 21:44:49 2009 +0200

r300-gallium: unbreak build

---

 src/gallium/drivers/r300/r300_surface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_surface.c b/src/gallium/drivers/r300/r300_surface.c
index d6f3fe1..3198c97 100644
--- a/src/gallium/drivers/r300/r300_surface.c
+++ b/src/gallium/drivers/r300/r300_surface.c
@@ -225,7 +225,7 @@ static void r300_surface_copy(struct pipe_context* pipe,
                 srcx, srcy, w, h);
     }
 
-    r300_surface_setup(r300, desttex, x, y, w, h);
+    r300_surface_setup(r300, desttex, destx, desty, w, h);
 
     r300_emit_sampler(r300, &r300_sampler_copy_state, 0);
     r300_emit_texture(r300, srctex, 0);




More information about the mesa-commit mailing list