blob: adce3e5fad9fdbf910224a69b880d78c490301a3 [file] [log] [blame]
Brian Osmanf2c90142017-07-13 15:50:03 -04001# Copyright 2017 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
Robert Phillips193de5d2017-11-10 08:22:28 -05005flutter_defines = [
Robert Phillipsa3f70262018-02-08 10:59:38 -05006 "SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION",
7 "SK_DISABLE_RENDER_TARGET_SORTING",
Leon Scroggins III4a0ba282018-08-22 11:31:32 -04008 "SK_LEGACY_SKCODEC_NONE_ENUM",
Mike Klein05caa692018-10-04 15:28:07 -04009
10 # Remove software rasterizers to save some code size.
11 "SK_DISABLE_AAA",
12 "SK_DISABLE_DAA",
Mike Klein419709d2018-10-11 22:05:14 -040013
14 # Fast low-precision software rendering isn't a priority for Flutter.
Mike Klein89e2f3c2018-10-17 13:51:30 -040015 "SK_DISABLE_LEGACY_SHADERCONTEXT",
Mike Klein419709d2018-10-11 22:05:14 -040016 "SK_DISABLE_LOWP_RASTER_PIPELINE",
Mike Klein3c9fbae2018-10-22 09:48:01 -040017 "SK_FORCE_RASTER_PIPELINE_BLITTER",
Robert Phillips193de5d2017-11-10 08:22:28 -050018]