platform/upstream/libSkiaSharp.git
2015-12-22 reedremove unused SkCullPoints
2015-12-21 bsalomonFold color attachment verification bit into GrGLCaps...
2015-12-21 bsalomonDon't ref/unref the static src-over xp
2015-12-21 reedhide old SaveFlags, but keep them available (for now...
2015-12-21 bsalomonMove config table to GrGLCaps from GrGLGpu.
2015-12-21 reedReland of change all factories to return their base...
2015-12-21 caryclarkfix stroked text underline / strikethrough
2015-12-21 xidachenCreate a hash table from id<-->key in SkImageFilter...
2015-12-21 caryclarkcheck in direct quad length measure
2015-12-21 kkinnunenEnable NVPR with command buffer
2015-12-21 reedRevert of change all factories to return their base...
2015-12-21 reedchange all factories to return their base-class
2015-12-20 update-skpsUpdate SKP version
2015-12-19 reedremove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code
2015-12-18 joshualittRemove EGL_config from vb bot
2015-12-18 jvanverthRejigger distance field path rect calcs to avoid underflow
2015-12-18 joshualittAdd Drawing Manager guards against re-entrant flushes
2015-12-18 herbFix UB function problems for shaders and mask.
2015-12-18 fmalitaRevert of Repeating SkBitmapProcState rounding bias...
2015-12-18 djsollenMove SkAndroidSDKCanvas to tools and ensure that it...
2015-12-18 herbRevert of Fix UB function problems for shaders and...
2015-12-18 joshualittAdd visualbench as valid target to Makefile
2015-12-18 fmalitaRepeating SkBitmapProcState rounding bias
2015-12-18 bsalomonRemove GrGLGpu::configToGLFormats
2015-12-18 reedupdate androidsdk to new savelayer signature
2015-12-18 joshualittRevert of Add visualbench as valid target to Makefile...
2015-12-18 scroggoReland of Add test for previously unflattenables (patch...
2015-12-18 joshualittAdd visualbench as valid target to Makefile
2015-12-18 reedchange signature for virtual related to saveLayer,...
2015-12-18 caryclarkfix large dashed paths
2015-12-18 scroggoRemove SkImageMinRowBytes
2015-12-18 joshualittBlacklist GLPrograms on Angle Debug bot
2015-12-18 scroggoUpdate dm_flags.json to match dm_flags.py
2015-12-18 joshualittRevert of Add config options to run different GPU APIs...
2015-12-18 reedRevert of Create a hash table from id<-->key in SkImage...
2015-12-18 caryclarkfix bugs in path contains
2015-12-18 kkinnunenAdd config options to run different GPU APIs to dm...
2015-12-18 bsalomonRemove some unneeded calls to GrGLGpu::configToGLFormats
2015-12-18 bsalomonAdd field for internalFormat param to glTexImage to...
2015-12-17 bsalomonRemove dead code for glTexStorage
2015-12-17 bsalomonMake SkMatrix::get*Scale[s]() fail on NaN
2015-12-17 herbFix UB function problems for shaders and mask.
2015-12-17 bsalomonAdd fExternalFormatForTexImage to GrGLGpu::ConfigEntry...
2015-12-17 jvanverthRe-enable WritePixels test for iOS
2015-12-17 fmalitaSkMatrix::preScale() is too conservative
2015-12-17 xidachenCreate a hash table from id<-->key in SkImageFilter...
2015-12-17 robertphillipsAdd default ctor to SkMask
2015-12-17 cdaltonFixup GL instanced rendering commands
2015-12-17 ethannicholasAdded concave paths to aaxfermodes GM
2015-12-17 mtkleinupdate CMake and Google3 builds for AVX/AVX2
2015-12-17 bsalomonMove the GrGLGpu config stencil format index into Confi...
2015-12-17 rmistryAdd 2 new SKPS to the buildbot repository
2015-12-17 jvanverthDon't allow BGRA rendertargets on iOS w/ES 3.0+.
2015-12-17 fsUse the unswapped end point y for early out case in...
2015-12-17 bsalomonFix thread-unsafe construction of GrUniqueKey in GR_DEF...
2015-12-17 senorblancoFix gaussian blur for small sigma.
2015-12-17 reedcheck bounds of each cubic segment against clip
2015-12-16 reedremove obsolete ondrawsprite base virtual
2015-12-16 scroggoRevert of Add test for previously unflattenables (patch...
2015-12-16 mtkleincount is an int, so constrain it to a 32-bit w-register.
2015-12-16 caryclarkadd fsync to try to get complete skps from webpage...
2015-12-16 joshualittAdd VisualBench switch to extra_config
2015-12-16 caryclarkonly call scalar finite when necessary
2015-12-16 bsalomonGenerate a table of config->glformat info. Precursor...
2015-12-16 mtkleinSSE 4.1 SrcOver blits: color32, blitmask.
2015-12-16 joshualittBlacklist GLInstancedArraysBench on ipad
2015-12-16 scroggoRemove Subset*Benches
2015-12-16 joshualittRevert of Blacklist GLInstancedArraysBench on the ipad...
2015-12-16 caryclarkThis brings hairlines into agreement with thick strokes.
2015-12-16 reedReland of move drawSprite from canvas (patchset #1...
2015-12-16 reedRevert of remove drawSprite from canvas (patchset ...
2015-12-16 reedremove drawSprite from canvas
2015-12-16 scroggoUse SK_BUILD_FOR_ANDROID_FRAMEWORK in compose
2015-12-16 robertphillipsAvoid pixel GPU readback in saveLayerWithPickup
2015-12-15 joshualittBlacklist GLInstancedArraysBench on the ipad
2015-12-15 bsalomonSet GL_PACK_ALIGNMENT before calling glReadPixels
2015-12-15 joshualittMake draw* lines responsible for cache management
2015-12-15 ethannicholasFix for GrAALinearizingConvexPathRenderer incorrectly...
2015-12-15 smkleinPorting Skia for newlib compatibility.
2015-12-15 joshualittBlacklist AndroidOne + WritePixelsTest
2015-12-15 bsalomonAdd helper for determining whether to use sized interna...
2015-12-15 halcanaryTests: reduce verbosity
2015-12-15 mseabornSkPreConfig.h: Allow defined(__unix__) to imply SK_BUIL...
2015-12-15 mtkleinSpecialize Sk2d for SSE2
2015-12-15 benjaminwagnerRevert of In BUILD.public, enable SK_SUPPORT_LEGACY_HAI...
2015-12-15 fmalitaSkBitmapProcState rounding bias
2015-12-15 rmistryAdd link to Gold trybot runs in every uploaded Skia CL
2015-12-15 borenetadb_wait_for_device: More fixes
2015-12-14 msarettFix valgrind suppressions for libjpeg-turbo warning
2015-12-14 benjaminwagnerUpdate sync_google3.sh to match autoroller.py.
2015-12-14 bsalomonAdd option to control maximum GrBatch lookback
2015-12-14 ethannicholasSwitch fragment coordinate to 'highp' to fix various...
2015-12-14 mtkleinUnify some SkNx code
2015-12-14 mtkleinRevert of SkTime updates (patchset #2 id:20001 of https...
2015-12-14 halcanarySkBitmap move
2015-12-14 borenetadb_wait_for_device: Add battery fallback, support...
2015-12-14 halcanaryDocumentation: HarfBuzz link
2015-12-14 halcanaryDocumentation: text shaping
2015-12-14 caryclarkpath ops: check for deleted ends
2015-12-14 mtkleinSkTime updates
next