platform/upstream/libSkiaSharp.git
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.
2016-01-21 halcanarySkValue: SkXfermode
2016-01-21 egdanielAdd ability to add general layout qualifiers GrGLSLShad...
2016-01-21 msarettUse fActualProc to choose fFastProc or fSlowProc in...
2016-01-21 senorblancoFix bounds computations for SkDisplacementMapEffect...
2016-01-21 mtkleinDM: dump images for task failures too (but not skipped...
2016-01-21 scroggoAdd version number to images tested in DM
2016-01-21 mtkleinDemo fuzz for Herb
2016-01-21 robertphillipsAdd Lua SkXfermode skp scraping support
2016-01-21 msarettRename SkCodec_libpng to SkPngCodec
2016-01-21 bungemanImplement onMatchFamilyStyle for Mac.
2016-01-21 caryclarkresolution dependent path measure
2016-01-21 caryclarkfix skp fuzz
2016-01-21 senorblancoRemove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS...
2016-01-21 reeddetect bad/corrupt flattenable factory indices
2016-01-21 bsalomonMake colorimagefilter GM not crash when resource path...
2016-01-21 mtkleinfuzz: list API fuzzing options if -t api and -n matches...
2016-01-21 kjlubickSeperating our fuzzing binary from DM produces a 50x...
2016-01-21 reedremove dead code around SK_SUPPORT_LEGACY_TRANSLATEROUN...
2016-01-20 joshualittRevert of Fix GrAtlasTextBlob bounds management (patchs...
2016-01-20 mtkleinSkValue: improve SkFromValue<T> implementation
2016-01-20 joshualittRevert to old behavior for swap buffers
2016-01-20 joshualittFix GrAtlasTextBlob bounds management
2016-01-20 robertphillipsAdd gpu implementation of OverdrawXfermode
2016-01-20 mtkleinSkNx miplevel building
2016-01-20 caryclarkreplace arcto quads with a conic
2016-01-20 fmalitaConvert CanvasStateTest to the new saveLayer API
2016-01-20 reedchange kMedium_SkFilterQuality to never pop if we're...
2016-01-20 joshualittadd wait on fence without flush
2016-01-20 halcanarySkValue: implementation, unit test
2016-01-20 mtkleinMake nanobench --outResultsFile only work with Release...
2016-01-20 fsAdd SkPath::isLastContourClosed()
2016-01-20 mtkleinteach dump_record to recurse into subpictures
2016-01-20 mtkleinRevert of SkNx miplevel building (patchset #3 id:40001...
2016-01-20 reedremove fragile assert
2016-01-20 joshualittAdd ability to wire up sharelist in glcontext creation
2016-01-20 egdanielMake GrGLProgramBuilder a local stack variable in Creat...
2016-01-20 caryclarkadd arc circle gap gm
2016-01-20 joshualittA few more small changes to make GrAtlasTextBlob nearly...
2016-01-20 joshualittMove distance field text positioning into GrTextUtils
2016-01-20 bsalomonTexturing support for RECTANGLE textures.
2016-01-20 mtkleinRevert of sdf: use linear edge distance approximation...
next