diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c b/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c index 0f0c5810ae9..e1006808bf4 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c @@ -1197,7 +1197,7 @@ s3tc_update_cache_access(struct gallivm_state *gallivm, } #endif -/** +/** * Calculate 1/3(v1-v0) + v0 and 2*1/3(v1-v0) + v0. * The lerp is performed between the first 2 32bit colors * in the source vector, both results are returned packed in result vector. @@ -2012,7 +2012,7 @@ update_cached_block(struct gallivm_state *gallivm, args[0] = ptr_addr; args[1] = hash_index; args[2] = cache; - + LLVMBuildCall2(builder, function_type, function, args, ARRAY_SIZE(args), ""); bb = LLVMGetInsertBlock(builder); inst = LLVMGetLastInstruction(bb); |