Module: Mesa Branch: master Commit: 48b01e6a1003d997778df8d36f7004ab1f1be629 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48b01e6a1003d997778df8d36f7004ab1f1be629
Author: Brian Paul <[email protected]> Date: Wed Feb 6 09:16:58 2013 -0700 llvmpipe: remove extraneous const qualifier --- src/gallium/drivers/llvmpipe/lp_bld_blend.h | 2 +- src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_bld_blend.h b/src/gallium/drivers/llvmpipe/lp_bld_blend.h index 3a3be81..394935b 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_blend.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_blend.h @@ -56,7 +56,7 @@ lp_build_blend(struct lp_build_context *bld, LLVMValueRef lp_build_blend_aos(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, - const enum pipe_format cbuf_format, + enum pipe_format cbuf_format, struct lp_type type, unsigned rt, LLVMValueRef src, diff --git a/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c b/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c index 65f66e0..ccdf852 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c +++ b/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c @@ -278,7 +278,7 @@ lp_build_blend_factor(struct lp_build_blend_aos_context *bld, LLVMValueRef lp_build_blend_aos(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, - const enum pipe_format cbuf_format, + enum pipe_format cbuf_format, struct lp_type type, unsigned rt, LLVMValueRef src, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
