mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
llvmpipe: Remove comma at end of enumerator list.
This commit is contained in:
parent
eb5d9e6f70
commit
0bfc579bd4
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
*/
|
||||
enum lp_build_flow_construct_kind {
|
||||
lP_BUILD_FLOW_SCOPE,
|
||||
LP_BUILD_FLOW_SKIP,
|
||||
LP_BUILD_FLOW_SKIP
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue