Mesa (master): freedreno: fix compile error

Brian Paul brianp at kemper.freedesktop.org
Thu Oct 24 00:38:39 UTC 2013


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

Author: Rob Clark <robclark at freedesktop.org>
Date:   Wed Oct 23 20:08:15 2013 -0400

freedreno: fix compile error

Small typo introduced in a3ed98f.

Signed-off-by: Rob Clark <robclark at freedesktop.org>

---

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

diff --git a/src/gallium/drivers/freedreno/freedreno_texture.c b/src/gallium/drivers/freedreno/freedreno_texture.c
index bcc846f..8fb9419 100644
--- a/src/gallium/drivers/freedreno/freedreno_texture.c
+++ b/src/gallium/drivers/freedreno/freedreno_texture.c
@@ -146,7 +146,7 @@ fd_verttex_set_sampler_views(struct pipe_context *pctx, unsigned nr,
 
 static void
 fd_set_sampler_views(struct pipe_context *pctx, unsigned shader,
-                     unsigne start, unsigned nr,
+                     unsigned start, unsigned nr,
                      struct pipe_sampler_view **views)
 {
    assert(start == 0);




More information about the mesa-commit mailing list