llvmpipe: remove extraneous const qualifier

This commit is contained in:
Brian Paul
2013-02-06 09:16:58 -07:00
parent bc2ceb97f1
commit 48b01e6a10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
@@ -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,