diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-03 14:42:36 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-03 14:42:36 -0800 |
commit | 0bfc579bd435b4d0c258258440866840c473f681 (patch) | |
tree | a6b9bf9df31e520286a017bf8dacc27e28085dcf | |
parent | eb5d9e6f70037d4dc12430302f82a116cb1e00ca (diff) |
llvmpipe: Remove comma at end of enumerator list.
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c | 2 | ||||
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_bld_flow.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c b/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c index d14f468ba9..ced7b9c11d 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c +++ b/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c @@ -142,7 +142,7 @@ lp_build_blend_factor_unswizzled(struct lp_build_blend_aos_context *bld, enum lp_build_blend_swizzle { LP_BUILD_BLEND_SWIZZLE_RGBA = 0, - LP_BUILD_BLEND_SWIZZLE_AAAA = 1, + LP_BUILD_BLEND_SWIZZLE_AAAA = 1 }; diff --git a/src/gallium/drivers/llvmpipe/lp_bld_flow.c b/src/gallium/drivers/llvmpipe/lp_bld_flow.c index dcc25fbff8..25c10af29f 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_flow.c +++ b/src/gallium/drivers/llvmpipe/lp_bld_flow.c @@ -47,7 +47,7 @@ */ enum lp_build_flow_construct_kind { lP_BUILD_FLOW_SCOPE, - LP_BUILD_FLOW_SKIP, + LP_BUILD_FLOW_SKIP }; |