Mesa (master): identity: Use the correct texture

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Thu Aug 6 12:22:08 UTC 2009


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Aug  6 13:20:49 2009 +0100

identity: Use the correct texture

---

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

diff --git a/src/gallium/drivers/identity/id_context.c b/src/gallium/drivers/identity/id_context.c
index a500ec6..4e70008 100644
--- a/src/gallium/drivers/identity/id_context.c
+++ b/src/gallium/drivers/identity/id_context.c
@@ -501,7 +501,7 @@ identity_set_sampler_textures(struct pipe_context *_pipe,
 
    pipe->set_sampler_textures(pipe,
                               num_textures,
-                              _textures);
+                              textures);
 }
 
 static void




More information about the mesa-commit mailing list