platform/upstream/libSkiaSharp.git
2015-03-07 reedRevert of Fix a memory leak when decoding corrupted...
2015-03-07 dmlFix a memory leak when decoding corrupted indexed PNGs.
2015-03-07 schenneyUpdate SkPicture cull rects with RTree information
2015-03-07 mtkleinMake Sk4f(float) constructor explicit.
2015-03-07 herbFix bit rot in SkGlyphCache validate code.
2015-03-07 mtkleinFor consistency, use our homebrew zlib everywhere possible.
2015-03-06 bsalomonClip scissor to RT bounds
2015-03-06 bsalomonRemove rect clip type from grclip.
2015-03-06 kkinnunenRead pixels in BGRA non-premul mode in few tests
2015-03-06 bsalomonFix rect clips
2015-03-06 mtkleinSKPMFloat: we can beat the naive loops when clamping
2015-03-06 tomhudsonWe had zero coverage for SkDrawFilter. This new GM...
2015-03-06 sugoiAdding linear interpolation to rgb->yuv conversion
2015-03-06 bsalomonRevert "Don't require AA in order to use shader-based...
2015-03-05 reedRevert of check for inputs before reporting asColorFilt...
2015-03-05 joshualitthandle null vertex or index buffers in batch
2015-03-05 bsalomonIncrease default tile sizes in nanobench
2015-03-05 mtkleinWhen running under Valgrind, don't draw .webps into...
2015-03-05 mtkleinDisable --config pdf temporarily on Valgrind bot.
2015-03-05 djsollenRemove SkPorterDuff now that Android has been updated.
2015-03-05 egdanielAdd flag to force gpu trace markers to be used and...
2015-03-05 joshualittRevert of Update SkPicture cull rects with RTree inform...
2015-03-05 herbFix uninitialized memory bug in the SkGlyphCache.
2015-03-05 scroggoDM: Use the new non-fatal errors for invalid color...
2015-03-05 mtklein4-at-a-time SkPMColor -> SkPMFloat API.
2015-03-05 rmistryWhitespace change to test new CQ trybot
2015-03-05 reedUse ComposeColorFilter in factory to collapse consecuti...
2015-03-05 robertphillipsUpdate gpu trace marker system for MultiDrawBuffer...
2015-03-05 djsollenAdd custom dm upload script to be used by the android...
2015-03-05 robertphillipsFix GPU trace marker bug
2015-03-05 mtkleinDM: support non-fatal errors
2015-03-05 tomhudsonViaAndroidSDK for DM
2015-03-05 schenneyUpdate SkPicture cull rects with RTree information
2015-03-05 reedadd impl limit for number of leaf-nodes in composecolor...
2015-03-05 senorblancoBatchify the tessellated path renderer.
2015-03-05 jcgregorioAdd some METADATA files to control docs layout.
2015-03-05 kkinnunenRevert of Add image as a draw type that can be filtered...
2015-03-05 kkinnunenAdd image as a draw type that can be filtered
2015-03-04 msarett4x library for NEON
2015-03-04 mtkleinDM: no PDF for Daisy either
2015-03-04 reedudpate dox for colorfilter fragment processor requirements
2015-03-04 caryclark(starting with mtklein's 966503002 mod to 963593003)
2015-03-04 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-03-04 mtkleinDM: run PDF except on Android bots.
2015-03-04 mtkleinRevert of fix casts (patchset #1 id:1 of https://codere...
2015-03-04 mtkleinUpdate SkPMFloat API a bit.
2015-03-04 caryclark(starting with mtklein's 966503002 mod to 963593003)
2015-03-04 fmalitaPass blob bounds to the looper, if available
2015-03-04 bsalomonsimplify logic in SkPerliNoiseShader for GPU when const...
2015-03-04 hendrikwskia: Add tracing for skia's budget
2015-03-04 mtkleinAdd SSSE3 implementation for SkPMFloat, with faster...
2015-03-04 joshualittRevert of Adding linear interpolation to rgb->yuv conve...
2015-03-04 reeddisable chatting debugf
2015-03-04 hendrikwFix uninitialized variable in GrGpu
2015-03-04 fmalitaText blob run paints should be filtered.
2015-03-03 sugoiAdding linear interpolation to rgb->yuv conversion
2015-03-03 robertphillipsSplit GrTargetCommands into its own files
2015-03-03 Eric BorenRun gyp on Win with --no-parallel -G config=$(BUILDTYPE...
2015-03-03 scroggoReturn to building libpng_static off of Android.
2015-03-03 scroggoBuild the Android version of PNG on Android.
2015-03-03 robertphillipsSplit command holding object (GrTargetCommands) out...
2015-03-03 halcanaryXPS, DM: add SkDocument::CreateXPS
2015-03-03 scroggoAdd SkCodec, including PNG implementation.
2015-03-03 mtkleinTest and fix SkPMFloat rounding.
2015-03-03 halcanaryRevert of XPS, DM: add SkDocument::CreateXPS (patchset...
2015-03-03 halcanaryXPS, DM: add SkDocument::CreateXPS
2015-03-03 mtkleinTrim the fat off SkPMFloat bench.
2015-03-03 mtkleinMake SkPMFloats store floats in [0,255] instead of...
2015-03-03 reedchange colorfilter to return an array of frag processors
2015-03-03 borenetRun gyp with --no-parallel -G config=$(BUILDTYPE)
2015-03-02 mtkleinDon't guarantee any particular color order for SkPMFloa...
2015-03-02 reedadd virtuals to optimize composing colorfilters
2015-03-02 bungemanDraw glyphs on Mac without font transform.
2015-03-02 caryclarkadd double precision convex test
2015-03-02 scroggoRevert of Add SkCodec, including PNG implementation...
2015-03-02 scroggoAdd SkCodec, including PNG implementation.
2015-03-02 joshualittvalgrind fix
2015-03-02 hcmAdd testing section of docs. Consolidated trybot/build...
2015-03-02 joshualittsmall bug fix for batch asserts
2015-03-02 robertphillipsMinor cleanup of GrInOrderDrawBuffer
2015-03-02 caryclarktreat backwards quads as not convex
2015-03-02 mtkleinRevert of DM: run pdf config on the bots. (patchset...
2015-03-02 senorblancoFix for out-of-bounds intersection (found by fuzzer).
2015-03-02 bungemanSet the ttcIndex on Mac onOpenStream.
2015-03-02 mtkleinDM: run pdf config on the bots.
2015-03-02 huangs[Skia] Add SK_API to SkParse.
2015-03-02 robertphillipsIncrease GrInOrderDrawBuffer's encapsulation of trace...
2015-03-02 scroggoOn windows, build zlib as a static library.
2015-03-02 reedadd compose-colorfilter
2015-03-02 reedRevert of add compose-colorfilter (patchset #2 id:20001...
2015-03-02 reedadd compose-colorfilter
2015-03-01 robertphillipsRevert of Improve tracking of bound FBOs in GrGLGpu...
2015-03-01 halcanaryPDF: Switch some unit tests to higher level API.
2015-03-01 skia.buildbotsUpdate SKP version
2015-03-01 bsalomonAdd msaa runs to nanobench
2015-02-28 halcanaryDoc: update dev/design/pdftheory with new function...
2015-02-28 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-02-28 bsalomonRevert of Improve tracking of bound FBOs in GrGLGpu...
2015-02-27 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-02-27 halcanaryFlate: skia_alloc_func works on both miniz and zlib
next