platform/upstream/libSkiaSharp.git
2016-02-05 jcgregorioRevert of skia: Add support for CHROMIUM_image backed...
2016-02-04 msarettSet sRGB flag for PNGs with an sRGB chunk
2016-02-04 robertphillipsFix memory leak in SkSpecialSurface
2016-02-04 fmalitaAdd SkAutoPixmapStorage::detachPixelsAsData()
2016-02-04 erikchenskia: Add support for CHROMIUM_image backed textures.
2016-02-04 reedextend compose-colorfilter to 4f
2016-02-04 caryclarkspeculatively comment out chrome mac perf test crasher
2016-02-04 ethannicholasFixed references to MakeMatrix function
2016-02-04 robertphillipsAdd SkSpecialImage & SkSpecialSurface classes
2016-02-04 ethannicholasJSON API cleanups
2016-02-04 djsollenDon't print dialog box prior to crashing.
2016-02-04 ethannicholasImproved support for images/bitmaps in SkJSONCanvas
2016-02-04 scroggoAdd SkAndroidCodec::getPixels
2016-02-04 robertphillipsNext round of GrGLSLFragmentProcessor-derived class...
2016-02-04 joshualittModify skia serve to return clip rect and view matrix
2016-02-04 reeddon't get dismayed by negative scales for HQ
2016-02-04 reedadd note about security and new subclasses
2016-02-04 benjaminwagnerRevert of Work around exasperating Google3 Android...
2016-02-03 msarettFix Unpremul Index8 tests
2016-02-03 msarettSSE optimizations for GrayAlpha -> RGBA/BGRA Premul...
2016-02-03 Brian SalomonMake SkImage::readYUV8Planes const
2016-02-03 cdaltonIncrease max vertex attrib count in GrPrimitiveProcessor
2016-02-03 halcanarySkMojo: generate on Darwin/x86_64
2016-02-03 cdaltonFix assert accessing pipeline from initBatchTracker
2016-02-03 msarettFix bugs in SkBmpCodec
2016-02-03 bungemanRevert "Factor out xcode c/cpp settings into variables...
2016-02-03 msarettTest unpremul decodes
2016-02-03 robertphillipsClean up GrGLSLFragmentProcessor-derived classes
2016-02-03 benjaminwagnerReduce stack usage for Google3.
2016-02-03 scroggoTreat bad values passed to --images as a fatal error
2016-02-03 halcanarySkMojo: test linking Skia against the Mojo SDK
2016-02-03 bungemanRoll third_party/externals/gyp 08429da795..87ac4d0e63fc...
2016-02-03 mtkleinDM: add uninteresting hashes FYI
2016-02-03 msarettNEON optimizations for GrayAlpha -> RGBA/BGRA Premul...
2016-02-03 robertphillipsAdd an avoidXfermode GM to exercise coverage
2016-02-03 msarettHandle gray alpha conversions in SkSwizzler
2016-02-03 mtkleinAdd --benchType and --sourceType to nanobench.
2016-02-03 fmalitaRename SkBitmapProcStateAutoMapper methods
2016-02-03 reeduse left-shift macro to fix/avoid undefined behvarior...
2016-02-03 reedoptimize src mode (opaque src in srcover) singleton...
2016-02-03 egdanielMake helper function on GrGLSLProgramDataManager non...
2016-02-03 msarettDisable RAW decodes on Windows
2016-02-03 reedextend gm to test aa[] parameter on xfer4f procs
2016-02-03 robertphillipsAdd gpu implementation of SkAvoidXfermode
2016-02-03 scroggoSupport decoding opaque to *premul
2016-02-03 mtkleinHack together MSAN build.
2016-02-03 jcgregorioRevert of Test CodecImageGenerator on GPU bots (patchse...
2016-02-03 mtkleinAdd SkMSAN.h
2016-02-03 kulshinAdd option to specify a font collection when creating a
2016-02-03 rmistryDo not upload to trusted partner's bucket if it is...
2016-02-03 mtkleinAlways build our own zlib.
2016-02-03 mtkleinRevert of Add gpu implementation of SkAvoidXfermode...
2016-02-03 scroggoTest CodecImageGenerator on GPU bots
2016-02-03 rmistryFix delete_path in webpages_playback.py
2016-02-03 fmalitaUse SkBitmapProcStateAutoMapper for filter samplers...
2016-02-03 robertphillipsAdd gpu implementation of SkAvoidXfermode
2016-02-03 rmistryDelete skp dir in partner bucket before uploading
2016-02-03 yujieqinUpdate the dng_sdk version. The new version handles...
2016-02-03 cdaltonTemplatize GrNonAtomicRef
2016-02-03 senorblancoFix for rounded-rect clips with filters.
2016-02-03 benjaminwagnerRevert of Move Google3-specific stack limitation logic...
2016-02-02 rmistryRecreate SKPs in a single directory for trusted partners.
2016-02-02 msarettSSSE3 optimizations for gray -> RGBA (or BGRA)
2016-02-02 joshualittModify skiaserve to support downloads
2016-02-02 msarettNEON optimizations for gray -> RGBA (or BGRA) conversions
2016-02-02 benjaminwagnerMove Google3-specific stack limitation logic to templat...
2016-02-02 scroggoUpdate SK_IMAGE_VERSION to test RAW
2016-02-02 joshualittModify skiaserve to support drawTo
2016-02-02 reedunroll srcover_1 for blending a single color
2016-02-02 brianosmanFix SampleApp instructions in the Windows quick-start
2016-02-02 fmalitaRemove SK_SUPPORT_LEGACY_SAMPLER_BIAS
2016-02-02 fmalitaSampler bias for all nofilter flavors
2016-02-02 reedincrease inner-loop for xfer4 benches to reduce variance
2016-02-02 ethannicholassupport for more features when rendering to/from JSON
2016-02-02 Brian SalomonFix printfs for Windows and undo speculative test disable
2016-02-02 yujieqinAvoid too small reads to bufferMoreData()
2016-02-02 joshualittfix skiaserve crash
2016-02-02 joshualittcleanup of skia serve url handling
2016-02-02 ajumaFix fuzzer-found deserialization bug in SkPathRef
2016-02-02 jcgregorioRevert of Avoid too small reads to bufferMoreData(...
2016-02-02 yujieqinAvoid too small reads to bufferMoreData()
2016-02-01 Brian SalomonSpeculative fix for windows builders
2016-02-01 Brian SalomonDisable test that is breaking Android and Windows bots.
2016-02-01 bsalomonAdd ability to extract YUV planes from SkImage
2016-02-01 bsalomonFix GL readback code to handle rowbytes correctly for...
2016-02-01 mtkleinLook beyond SSE2 for Paeth
2016-02-01 bsalomonMove SkColorMatrixFilter implementation to core.
2016-02-01 ethannicholasadded a default constructor for GrBatchToXPOverrides
2016-02-01 senorblancoFix zero-sized blur with crop rect.
2016-02-01 rmistryUpload SKPs to chrome-partner-telemetry
2016-02-01 fmalitaSkPictureShader cleanup
2016-02-01 benjaminwagnerAdd dm to DM_INCLUDES to fix Google3 build.
2016-02-01 kjlubickMake fuzz broadcast when it terminates via return.
2016-02-01 ethannicholasfix for GrPorterDuffTest valgrind error
2016-02-01 msarettA variety of SkPngCodec clean-ups
2016-02-01 xidachenReplace the id<-->key hashmap in SkImageFilter by a...
2016-02-01 robertphillipsMove SkPixelXorXfermode.h to include/client/android
2016-02-01 fmalitaFix S32_D32_constX_shaderproc assert
2016-02-01 caryclarkbatch merge new edges
2016-02-01 fmalitaSuppress SkBitmapProcState assert temporarily
next