platform/upstream/libSkiaSharp.git
2015-09-18 herbBenchmark all mutex implementations.
2015-09-18 robertphillipsAdd slice tool
2015-09-18 reedadd ImageShader, sharing code with its Bitmap cousin
2015-09-18 fmalitaPurge cached resources on SkImage destruction.
2015-09-18 joshualittMove StrokeRectBatches into .cpp files
2015-09-18 herbAdd debug mode to shared mutex.
2015-09-18 mtkleinunplumb sknx_no_simd
2015-09-18 joshualittNot correctly initializing VisualBench commandline...
2015-09-18 borenetBuildbot spec and gyp defs for SK_USE_DISCARDABLE_SCALE...
2015-09-18 mtkleinTest-...-Release-SK_FOO --> -DSK_FOO
2015-09-18 wangxianzhuMerge sub-device annotations in SkPDFDevice::drawDevice()
2015-09-18 reedReland of add a ClassID function to GrBatch (patchset...
2015-09-18 reedRevert of add a ClassID function to GrBatch (patchset...
2015-09-17 reedshare IDs between cacherator and its host-image
2015-09-17 reeduse allocator (if present) when we allocate our cache...
2015-09-17 reedremove racy tests, as they assume the cache can't be...
2015-09-17 joshualittadd a ClassID function to GrBatch
2015-09-17 joshualittRevert of add a ClassID function to GrBatch (patchset...
2015-09-17 joshualittadd a ClassID function to GrBatch
2015-09-17 robertphillipsFix Ganesh perspective projection bug
2015-09-17 tomhudsonDOC: Mention install_dependencies in Android quickstart
2015-09-16 reeddisable test for all quality levels, since it is driver...
2015-09-16 reedhave raster-image return itself as a texture
2015-09-16 reedadd test for skbug.com/4351
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
next