From: Brian Paul Date: Wed, 6 Feb 2013 16:16:58 +0000 (-0700) Subject: llvmpipe: remove extraneous const qualifier X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48b01e6a1003d997778df8d36f7004ab1f1be629;p=mesa.git llvmpipe: remove extraneous const qualifier --- diff --git a/src/gallium/drivers/llvmpipe/lp_bld_blend.h b/src/gallium/drivers/llvmpipe/lp_bld_blend.h index 3a3be815aee..394935b9022 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 65f66e0df01..ccdf8528994 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,