disable gpu tests when scalar==fixed,
add baselines for fixedpoint strokes gm git-svn-id: http://skia.googlecode.com/svn/trunk@1651 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
b317304b7f
commit
1a7e9461bb
@ -457,7 +457,9 @@ static const ConfigData gRec[] = {
|
||||
{ SkBitmap::kARGB_8888_Config, kRaster_Backend, "8888" },
|
||||
{ SkBitmap::kARGB_4444_Config, kRaster_Backend, "4444" },
|
||||
{ SkBitmap::kRGB_565_Config, kRaster_Backend, "565" },
|
||||
#ifdef SK_SCALAR_IS_FLOAT
|
||||
{ SkBitmap::kARGB_8888_Config, kGPU_Backend, "gpu" },
|
||||
#endif
|
||||
#ifdef SK_SUPPORT_PDF
|
||||
{ SkBitmap::kARGB_8888_Config, kPDF_Backend, "pdf" },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user