Module: Mesa Branch: master Commit: a6e45b6a17462f4d261a2d176791469847356923 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6e45b6a17462f4d261a2d176791469847356923
Author: Rob Clark <[email protected]> Date: Wed Oct 23 20:08:15 2013 -0400 freedreno: fix compile error Small typo introduced in a3ed98f. Signed-off-by: Rob Clark <[email protected]> --- 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); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
