platform/upstream/libSkiaSharp.git
2016-01-27 jcgregorioskiaserve: Set 303 status code on redirect.
2016-01-27 kjlubickMake fuzz output the words success for a 'clean exit'
2016-01-27 joshualittWire up JsonCanvas in skiaserve
2016-01-27 scroggoConsolidate SkStream copying methods
2016-01-27 ethannicholasswitched to SkJSONCPP for JSON output
2016-01-27 yujieqinFix Windows build
2016-01-27 scroggoStop testing SkImageDecoder in DM/nanobench
2016-01-27 yujieqinEnable RAW codec for Windows
2016-01-27 ebrauerIt derives the dng_host and overrides PerformAreaTask...
2016-01-27 yujieqinFix complier issue [-Werror, -Wvla]
2016-01-27 joshualittAdd primitive url handling system to skiaserve
2016-01-27 yujieqinUpdate DEPS to use new PIEX version from AOSP.
2016-01-27 joshualittAllow clients to upload skps to skiaserve
2016-01-27 robertphillipsAdd gpu implementation of OverdrawXfermode
2016-01-27 caryclarkmove more geometry to simd
2016-01-26 robertphillipsAdd gpu backend for SkPixelXorXfermode
2016-01-26 reedremove unused sample
2016-01-26 cblumeCleaning up trailing spaces and typos.
2016-01-26 senorblancoImage filters: fix srcOffset handling in asFragmentProc...
2016-01-26 ethannicholasInitial support for turning Skia draws into a JSON...
2016-01-26 mtkleinde-proc sk_float_rsqrt
2016-01-26 lsalzmancheck for both __ARM_NEON__ and __ARM_NEON
2016-01-25 bsalomonMake A8 readbacks work from non-A8 surfaces
2016-01-25 robertphillipsRemove SkLerpXfermode
2016-01-25 msarettRevert of Initial support for turning Skia draws into...
2016-01-25 ethannicholasInitial support for turning Skia draws into a JSON...
2016-01-25 msarettDisable RAW test when SkRawCodec is not compiled
2016-01-25 benjaminwagnerAdd pre_log option to nanobench; make this option defau...
2016-01-25 bungemanWork around vs2013sp2-3 bug in skstd::unique_ptr.
2016-01-25 msarettFix gyp files so that gyp_to_Android.mk succeeds
2016-01-25 robertphillipsFix memory leak in pixelxorxfermode GM
2016-01-25 irothChanges to public.bzl to support building on iOS with...
2016-01-25 msarettDisable RAW test on Chrome OS, Windows
2016-01-25 msarettFix leak of SkImageGenerator
2016-01-25 joshualittBuild and link microhttpd from gyp
2016-01-25 benjaminwagnerRemove RAW Codec from Google3 build.
2016-01-25 mtkleinspin off some safe parts from AVX2 CL
2016-01-25 msarettRevert of AVX 2 SrcOver blits: color32, blitmask. ...
2016-01-25 robertphillipsAdd GM for SkPixelXorXfermode
2016-01-25 mtkleinAVX 2 SrcOver blits: color32, blitmask.
2016-01-25 yujieqinAdd RAW decoding into Skia.
2016-01-25 msarettDo not test images with alpha to 565
2016-01-25 cjacekFixed compilation on mingw.
2016-01-25 caryclarkremove legacy defines
2016-01-25 fmalitaDelete 2 legacy flags
2016-01-25 fmalitaSK_SUPPORT_LEGACY_DRAWFLTER typo
2016-01-25 kkinnunenAvoid updating glPathStencilFunc unless it changes
2016-01-25 msarettRevert of Prototype of RAW decoding in Skia. (patchset...
2016-01-25 caryclarkfix arcto exception handling
2016-01-25 yujieqinAdd RAW decoding into Skia.
2016-01-25 borenetWhitespace change to test SK_IMAGE_VERSION download
2016-01-25 kkinnunenEnable GL_CHROMIUM_bind_uniform_location, command buffe...
2016-01-25 kkinnunenDo not try to get fragment input locations with CHROMIU...
2016-01-25 kkinnunenMake BGRA8888 renderable on CHROMIUM_framebuffer_mixed_...
2016-01-25 mtkleinRevert of skstd -> std for unique_ptr (patchset #24...
2016-01-25 mtkleinskstd -> std for unique_ptr
2016-01-24 reedadd 4f support to colorfiltershader
2016-01-24 reedRevert[2] of expand unitests for color4f
2016-01-23 reedRevert of expand unitests for color4f (patchset #1...
2016-01-23 bsalomonDon't dirty MIP chain when damage bounds is empty
2016-01-23 reedexpand unitests for color4f
2016-01-23 caryclarkAdd svg path arcto
2016-01-22 msarettAdd getYUV8Planes() API to SkCodec
2016-01-22 msarettSSSE3 opts for RGB -> RGB(FF) or BGR(FF)
2016-01-22 lsalzmanskip zero-length linear gradient intervals to make...
2016-01-22 bsalomonFactor out xcode c/cpp settings into variables to apply...
2016-01-22 herbChange name from ScaleToSides to SkScaleToSides.
2016-01-22 mtkleinRevert of de-proc sk_float_rsqrt (patchset #3 id:40001...
2016-01-22 fmalitaAnisotropic mipmap fixes
2016-01-22 joshualittFirst rough draft of skiaserve
2016-01-22 joshualittUpdate deps to pull microhttpd
2016-01-22 reedadd GM to exercise duplicate color-stops
2016-01-22 herbUse nextafter instead of nexttoward to avoid using...
2016-01-22 msarettUse NEON optimizations for RGB -> RGB(FF) or BGR(FF...
2016-01-22 mtkleintry removing attribute((aligned(16))
2016-01-22 ethannicholasRevert of added support for PLS path rendering (patchse...
2016-01-22 benjaminwagnerAdd SK_SUPPORT_LEGACY_DRAWFILTER guard around calls...
2016-01-22 rmistryRevert of whitespace change to test bugdroid (patchset...
2016-01-22 mtkleinde-proc sk_float_rsqrt
2016-01-22 rmistrywhitespace change to test bugdroid
2016-01-22 herbFix bounds of checking if a radii are too long for...
2016-01-22 mtkleinDM: dump a zero-results .json file right at startup.
2016-01-22 bsalomonAdd ability to query read pixels support without a...
2016-01-22 mtkleinSkBSwap32
2016-01-22 mtkleinRefactor swizzle names and types.
2016-01-22 bsalomonMake swizzling in read/write pixel copy code more generic
2016-01-22 scroggoUpdate libwebp to version 0.5.0
2016-01-22 robertphillipsRevert of Add gpu implementation of OverdrawXfermode...
2016-01-22 djsollenRevert of Consolidate SK_CRASH and sk_throw into SK_ABO...
2016-01-22 ethannicholasadded support for PLS path rendering
2016-01-22 joshualittFix GrAtlasTextBlob bounds management
2016-01-22 djsollenConsolidate SK_CRASH and sk_throw into SK_ABORT
2016-01-22 reedRevert[2] of float color components
2016-01-22 reedRevert of experiment: float color components (patchset...
2016-01-22 fmalitaHide SkCanvas::{set,get}DrawFilter
2016-01-21 reedexperiment: float color components
2016-01-21 egdanielAdd setter for GrGLSLShaderVar layout qualifier
2016-01-21 Ben WagnerFix CMake build on Mac.
2016-01-21 mtkleinStop testing builds with runtime-detected NEON
2016-01-21 bungemanExpose API for gx font variation axes.
next