platform/upstream/libSkiaSharp.git
2016-08-03 halcanarySkShaper: optionally disable harfbuzz
2016-08-03 borenet[Recipes] Move test and perf steps into test and perf...
2016-08-03 fmalita[SVGDom] Initial SVGLength support
2016-08-03 borenetFix fake_specs.py, update recipe expectation
2016-08-03 robertphillipsFix dtor bug in SkLights
2016-08-03 mtkleinGN: gpu support in tools
2016-08-03 mtkleinSK_GAMMA_SRGB is the default.
2016-08-03 borenetRe-organize Skia recipes
2016-08-03 fmenozziUpdate hardstop_gradients GM to include more special...
2016-08-03 deanmDon't leave fResScale uninitialized when constructing...
2016-08-03 msarettFix copy-paste bugs in SkCanvas Nine and Lattice
2016-08-02 mtkleinGN: add tests to DM
2016-08-02 dvonbeckFixed ambient lighting calculations on SkLightingShader
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-08-02 mtkleinGN: get echo-headers sources via exec_script
2016-08-02 msarettDelete SkNinePatch
2016-08-02 mtkleinGN: re-run echo_headers if git state changes.
2016-08-02 mtkleinDelete SkARGBImageEncoder.
2016-08-02 mtkleinnot much point to SK_SUPPORT_PDF
2016-08-02 msarettRefactor of SkColorSpaceXformOpts
2016-08-02 bungemanRemove now unused source files.
2016-08-02 mtkleingn: fix fiddle
2016-08-02 bungemanRemove 'Ulta' width.
2016-08-02 hsternAdd Overstroke gm
2016-08-02 hsternAdd code to lua paths to get the fill path and get...
2016-08-02 borenetFix build_command_buffer for Windows
2016-08-02 msarettAdd drawImageLattice() and drawBitmapLattice() APIs
2016-08-02 bungemanRename FontConfigInterface font manager files.
2016-08-02 borenetFix Chrome build for RecreateSKPs and CommandBuffer...
2016-08-02 borenetMore fixes for SwarmBucket
2016-08-02 reedAlways return ImageShader, even from SkShader::MakeBitm...
2016-08-02 borenetRoll recipe DEPS
2016-08-01 mtkleinGN: add some missing SkCodec defines
2016-08-01 msarettFix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP...
2016-08-01 msarettHide (mostly) unused SkColorSpace writeToICC() function
2016-08-01 mtkleinSketch SkPictureRecorder::optimizeFor(GrContext*).
2016-08-01 mtkleinGN: use the correct fontconfig font mugger.
2016-08-01 bungemanReplace 'Ulta' with 'Ultra'.
2016-08-01 herbPick the right download tool for windows.
2016-08-01 dvonbeckAdded distance vector support for CircleGeometryProcessor
2016-08-01 reedimplement isABitmap for imageshader, return localmatrix...
2016-08-01 mtkleinReplace old SkRecords RefBox with sk_sp.
2016-08-01 reedmake an image from a mutable bitmap
2016-08-01 dvonbeckGrFP can express distance vector field req., program...
2016-08-01 mtkleinGN: only include headers in echo_headers.py
2016-08-01 vjiaoblackadding new GM to demostrate new shadows
2016-08-01 msarettAdd SkColorSpace::Equals() API
2016-08-01 mtkleinDefault fake gamma to sRGB.
2016-08-01 mtkleinGN: define fake-gamma configuration to match our bots.
2016-08-01 mtkleinGN: Define SK_HAS_... in all Skia-private code, not...
2016-08-01 robertphillipsRemove some ancillary users of SkSurface::MakeRenderTar...
2016-08-01 borenetStop running nanobench on Test.*Debug bots
2016-07-30 mtkleinRevert of GrFP can express distance vector field req...
2016-07-30 mtkleinRevert of Tidy up SkNx_neon. (patchset #3 id:40001...
2016-07-30 mtkleinRevert of Added distance vector support for CircleGeome...
2016-07-30 mtkleinDocs: ooops, debug is the default in GN.
2016-07-29 mtkleinSkRasterPipeline: new APIs for fusion
2016-07-29 mtkleinsimplify neon shifts
2016-07-29 bsalomonIf scissor would be empty in GrClipMaskManager::SetupCl...
2016-07-29 csmartdaltonAdd ES 3.0 fallback for instanced rendering
2016-07-29 egdanielFix vulkan build
2016-07-29 dvonbeckAdded distance vector support for CircleGeometryProcessor
2016-07-29 mtkleinTidy up SkNx_neon.
2016-07-29 jcgregorioperf: Upload results to gs://skia-perf, not gs://chromi...
2016-07-29 bungemanConditionally define SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-07-29 egdanielProperly recycle uniform buffers in vulkan
2016-07-29 mtkleinAdd some GN builders to the CQ.
2016-07-29 halcanarySkPDF: PDFStream has-a not is-a PDFDict
2016-07-29 mtkleinSkNx: add Sk4u
2016-07-29 dvonbeckGrFP can express distance vector field req., program...
2016-07-29 mtkleinGN: components as static library instead of source set
2016-07-29 msarettFix various SkColorSpace bugs
2016-07-29 egdanielUse HashSet instead of Dynamic hash for tracking vulkan...
2016-07-29 fmalita[SVGDom] Parse style attributes
2016-07-29 halcanarySkPDF: flip saveLayer rightside up
2016-07-29 mtkleinGN: quick doc
2016-07-29 robertphillipsRemove GrContext::applyGamma
2016-07-29 csmartdaltonAdd test configs for instanced rendering
2016-07-29 egdanielMerge ProgramDesc's for GL and Vulkan
2016-07-29 msarettAdd color space xform support to SkJpegCodec (includes...
2016-07-29 mtkleinGN: ccache+clang needs -Qunused-arguments
2016-07-29 mtkleinGN: Always quote cc and cxx.
2016-07-29 mtkleinGN: use ccache if available and the requested compiler.
2016-07-29 mtkleinAdd another GM to skip in serialize mode.
2016-07-29 msarettRevert of Add color space xform support to SkJpegCodec...
2016-07-28 robertphillipsRemove use of MakeRenderTargetDirect from view system
2016-07-28 benjaminwagnerUpdate public.bzl based on internal cl/128616707.
2016-07-28 msarettAdd color space xform support to SkJpegCodec (includes...
2016-07-28 mtkleinMake coverage.py optional for dm and nanobench _flags.py
2016-07-28 mtkleinSilence -Wclobbered in each file that needs it.
2016-07-28 halcanarySkPDF: drawText makes use of SkPaint.measureText()...
2016-07-28 reedturn bitmaps into images during recording
2016-07-28 mtkleinGN: nanobench
2016-07-28 mtkleinRevert of Silence -Wclobbered in each file that needs...
2016-07-28 bsalomonSerialize SkColorSpace into DeferredTextureImage
2016-07-28 mtkleinSilence -Wclobbered in each file that needs it.
2016-07-28 jcgregorioFix expectations for GN bot.
2016-07-28 bsalomonRemove unused render target members from GL and VK...
2016-07-28 csmartdaltonInclude NVPR configs in dm runs on TegraX1
2016-07-28 mtkleinGN: add abbreviated versions of the command line as...
next