platform/upstream/libSkiaSharp.git
2015-09-16 reedshare code between SkGr and Cacherator
2015-09-16 joshualittminor cleanup
2015-09-16 herbUse atomic subtract in shared mutex.
2015-09-16 herbAdd subtract to atomics.
2015-09-16 robertphillipsRemove duplicate GrProcessorUnitTest.cpp from gpu.gypi
2015-09-15 bsalomonCreate fragment processor for performing input color...
2015-09-15 herbRevert of Parallel cache - preliminary (patchset ...
2015-09-15 reedmove SkBitmapProvider to its own file
2015-09-15 bsalomonFix vs2015 build
2015-09-15 ericrkAdd onMemoryDump to GrContext
2015-09-15 joshualittfix up GrGLProgrambuilder precision on varyings
2015-09-15 hendrikwskia: ANGLE roll
2015-09-15 reeduse SkBitmapProvider for shader-context
2015-09-15 mtkleinvb: also thread --key through to .json
2015-09-15 egdanielOn gpu, use max(r,g,b) for coverage alpha in LCD and...
2015-09-15 jvanverthUpdate params to get better packing for DF path atlas
2015-09-15 halcanaryForward declare SkStrokeRec in SkPathEffect
2015-09-15 reedcreate SkBitmapProvider to abstract images and bitmaps
2015-09-15 fmalitaConvert unit tests, GMs from SkBitmapSource to SkImages...
2015-09-15 robertphillipsAdd special case circle blur for Ganesh
2015-09-15 mtkleinsmall tweaks to cmake_build
2015-09-15 egdanielAdd support for blending of LCD for all blend modes.
2015-09-15 egdanielMinor fix to attaching stencils
2015-09-15 jvanverthAdd viewer mode to VisualBench.
2015-09-15 herbParallel cache.
2015-09-15 benjaminwagnerAdd documentation of cs.skia.org.
2015-09-15 fmalitaSpeculative fix for uninitialized bitmap mem in ImageFi...
2015-09-15 mtkleinLet's try building the example app on the bots too.
2015-09-15 Mike Kleincmake_build is a bash script.
2015-09-14 fmalitaSuppress test_imagegenerator_factory
2015-09-14 reedremove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR...
2015-09-14 reedfix leaked generator
2015-09-14 fmalitaSkImageSource
2015-09-14 bsalomonAdd helper for creating leaf FPs inside GrFP::TestCreat...
2015-09-14 mtkleinRevert of SkPx: new approach to fixed-point SIMD (patch...
2015-09-14 egdanielMove some of the adding stencil attachment logic of...
2015-09-14 rmistryUpdate SkWhitelistChecksums.cpp with the checksums...
2015-09-14 mtkleinSkPx: new approach to fixed-point SIMD
2015-09-14 bsalomonTest that GrFragmentProcessors work without input colors.
2015-09-14 mtkleincmake_build: support SKIA_OUT and BUILDTYPE
2015-09-14 bsalomonRevert of Test that GrFragmentProcessors work without...
2015-09-14 bsalomonTest that GrFragmentProcessors work without input colors.
2015-09-14 robertphillipsFix GPU-only snapping bug in mask blur rendering
2015-09-14 reedimpl preroll for all image backends
2015-09-14 mtkleinHave SkVarAlloc::alloc() use sk_malloc_throw.
2015-09-14 mtkleinSkValidatingReadBuffer: make sure we don't call readTyp...
2015-09-14 reedfix leak in test
2015-09-14 reedbe sure to use cached bitmap when we need to upload...
2015-09-14 mtkleinCMake bot script
2015-09-14 reedwe must own/free the generator, even if we fail to...
2015-09-14 reeddisable kIndex_8 gpu support for now -- seems to always...
2015-09-14 reeddiscardable pixelrefs are gone, update tests accordingly
2015-09-14 mtkleinremove dead code not mentioned in any GYP
2015-09-13 update-skpsUpdate SKP version
2015-09-13 reedformalize generate->bitmap
2015-09-12 reedremove obsolete samples
2015-09-12 Hal Canarysync-and-gyp: Update shell script to correct the syntax...
2015-09-11 hendrikwskia: Add ANGLE with GL backend to nanobench/DM
2015-09-11 joshualittmove GrGLPathProcessor back into GrPathProcessor
2015-09-11 reedsupport colortables in cacherator
2015-09-11 joshualittremove path specific program building classes
2015-09-11 benjaminwagnerProvide link to worker logs.
2015-09-11 joshualittStart trying to collapse path program stuff
2015-09-11 msarettRemove jpegs with uninitialized memory from Gold
2015-09-11 joshualittRemove batchtracker
2015-09-11 reedincrease resource image-cache size to test perf
2015-09-11 jyasskinRevert of Parallel cache - preliminary (patchset ...
2015-09-10 mtkleinRevert of use new shuffle to speed up affine matrix...
2015-09-10 reedUse SkImageCacherator in SkImages
2015-09-10 mtkleinuse new shuffle to speed up affine matrix mappts
2015-09-10 mtkleinAdd simd.md to document Skia SIMD code / plans.
2015-09-10 herbCorrect a possible free after use.
2015-09-10 mtkleinSkNx_shuffle
2015-09-10 Brian Salomonfix missing clipmaskmanager
2015-09-10 reedmake a shallow-copy so we don't get racy trying to...
2015-09-10 egdanielFix texture creation on stencil format test code
2015-09-10 mtkleinPort SkMatrix opts to SkOpts.
2015-09-10 bsalomonRemove GrClipTarget
2015-09-10 bsalomonSimplify installation of pipeling into GrDrawBatch...
2015-09-10 joshualittLate creation of GrPathProcessor
2015-09-10 bsalomonCleanup GrDrawTarget now that all paths lead to GrBatch
2015-09-10 mtkleinPort SkBlitRow::Color32 to SkOpts.
2015-09-10 mtkleinDM: add --key and --properties to PNG description field.
2015-09-10 bsalomonFix leak of path ranges
2015-09-10 egdanielCalculate pixel config and stencil fmt pairs once per...
2015-09-10 bsalomonAdd a mutex to GrContext::readSurfacePixels to protect...
2015-09-10 wangyixThere's a set probability that a linear pipeline of...
2015-09-10 jvanverthInitialize subrun variables to make Valgrind happy
2015-09-10 bsalomonRevert of Add a mutex to GrContext::readSurfacePixels...
2015-09-10 bsalomonAdd a mutex to GrContext::readSurfacePixels to protect...
2015-09-09 bsalomonSK_API on GrWrapTextureInBitmap
2015-09-09 herbRemove race.
2015-09-09 reedfix leaked picture
2015-09-09 reeddon't peek w/o first acquiring the lock
2015-09-09 caryclarkReland of more zero-length changes for svg compatibilit...
2015-09-09 wangyixBrian requested a new namespace for factories that...
2015-09-09 herbParallel cache.
2015-09-09 reedadd picture-image variant
2015-09-09 mtkleinMimic Chrome better in our GYPs.
2015-09-09 reedswitch over to using images
next