Remove duplicate predefined configs
Change-Id: I065bb1c20a6a246a2864b394f025fc12614c6a18 Reviewed-on: https://skia-review.googlesource.com/122543 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
b3a6959408
commit
fb9f39a98a
@ -60,12 +60,10 @@ static const struct {
|
||||
{ "gles1010102", "gpu", "api=gles,color=1010102" },
|
||||
{ "glessrgb", "gpu", "api=gles,color=srgb" },
|
||||
{ "glessrgbnl", "gpu", "api=gles,color=srgbnl" },
|
||||
{ "glsrgb", "gpu", "api=gl,color=srgb" },
|
||||
{ "glwide", "gpu", "api=gl,color=f16_wide" },
|
||||
{ "glnarrow", "gpu", "api=gl,color=f16_narrow" },
|
||||
{ "glnostencils", "gpu", "api=gl,stencils=false" },
|
||||
{ "gles4444", "gpu", "api=gles,color=4444" },
|
||||
{ "glessrgb", "gpu", "api=gles,color=srgb" },
|
||||
{ "gleswide", "gpu", "api=gles,color=f16_wide" },
|
||||
{ "glesnarrow", "gpu", "api=gles,color=f16_narrow" },
|
||||
{ "gldft", "gpu", "api=gl,dit=true" },
|
||||
|
Loading…
Reference in New Issue
Block a user