Fix zero-sized blur with crop rect.
[platform/upstream/libSkiaSharp.git] / samplecode /
2016-01-12 fmalitaSkTCopyOnFirstWrite-based SkPaintFilterCanvas API
2016-01-11 fmalitaSkPaintFilterCanvas skip-draw support
2016-01-11 reedmove declaration of CreateLightingFilter into SkColorMa...
2016-01-08 ajumaImplement an SkPaint-based image filter
2016-01-08 reedremove MPD for now, to simplify things
2016-01-08 reedremove SkGPipe
2016-01-07 reedRevert[2] of "add backdrop option to SaveLayerRec"
2016-01-07 reedRevert of add backdrop option to SaveLayerRec (patchset...
2016-01-07 reedadd backdrop option to SaveLayerRec
2016-01-05 kkinnunenSampleApp: remove Picture_DeviceType
2016-01-05 mtkleinIf we swap its arguments, SkTaskGroup::batch() _is_...
2015-12-30 reedchange factory to method, to parallel pattern in imagef...
2015-12-22 reedremove unused SkCullPoints
2015-12-21 reedReland of change all factories to return their base...
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-10 scroggoSwitch SkAutoMalloc to SkAutoTMalloc to avoid cast
2015-12-09 jvanverthMove texture drawing utility method to SkGpuDevice
2015-11-17 kkinnunenFix skia_gpu=0 build (samplecode/SampleAnimatedText...
2015-11-17 reedadd caps option 'k' to FatBits
2015-11-10 bungemanMissing resources crash SampleFilterQuality.
2015-11-09 reeddemo tweaks, scale up perlin, add call to flush for fps
2015-11-09 reedtweaks for nov demo
2015-11-09 egdanielUpdate sample to use new perlin noise shader, and make...
2015-11-08 jvanverthAdd text animation sample; tweak DrawShip sample
2015-11-07 jvanverthRevert of Add text animation sample; tweak DrawShip...
2015-11-06 jvanverthAdd text animation sample; tweak DrawShip sample
2015-11-05 egdanielCreate Sample that combines combose shader and coons...
2015-11-05 reedadd --sequence filename option to SampleApp
2015-11-04 reedRevert[4] of "stop using drawSprite (at least w/ no...
2015-11-03 reedRevert of Revert[2] of "stop using drawSprite (at least...
2015-11-03 reedRevert[2] of "stop using drawSprite (at least w/ no...
2015-11-03 robertphillipsRevert of stop using drawSprite (at least w/ no filters...
2015-11-02 reedstop using drawSprite (at least w/ no filters) as it...
2015-10-26 cdaltonFlush GrContext between benchmark draw loops
2015-10-07 jvanverthAdd DrawShipSim sample.
2015-10-05 jvanverthAdd ship sample
2015-10-02 jvanverthFix CrOS SampleApp
2015-10-02 jvanverthSome iOS fixes to make SampleApp work better.
2015-09-28 reedEdgeClip demo to show scan-converter clipping behavior
2015-09-24 reedremove unused (by the outside) SkImage::newSurface...
2015-09-15 halcanaryForward declare SkStrokeRec in SkPathEffect
2015-09-15 fmalitaConvert unit tests, GMs from SkBitmapSource to SkImages...
2015-09-12 reedremove obsolete samples
2015-09-09 mtkleinMake SkGraphics::Term a no-op, stop calling it.
2015-09-09 mtkleinRevert of Make SkGraphics::Term a no-op, stop calling...
2015-09-08 mtkleinMake SkGraphics::Term a no-op, stop calling it.
2015-09-04 reedremove duplicated sample (already have a gm)
2015-09-03 reedadd interactive xfer sample
2015-08-31 bsalomonRename flag from "distance field" to "device independent."
2015-08-27 hendrikwskia: add ability to load command_buffer_gles2
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 bungemanRemove include of stdlib.h from SkTypes.h.
2015-08-20 bungemanUse static_assert instead of SK_COMPILE_ASSERT.
2015-08-20 robertphillipsUpdate SkLightingShader to support rotation
2015-08-19 robertphillipsRevert "Update SkLightingShader to support rotation"
2015-08-19 reedprivate iterator to visit all resource cache entries
2015-08-19 robertphillipsUpdate SkLightingShader to support rotation
2015-08-19 reedremove SkDeferredCanvas
2015-08-15 reedsupport both box and circle lcd
2015-08-15 reedshow LCD on max fat-zoom
2015-08-15 reedincrease zoom in fatbits
2015-08-11 jvanverthAdd high resolution WallTimer to SampleApp
2015-08-11 halcanarySkPDF: allow PDF module to be disabled in DM and SampleApp
2015-08-06 reedflag to use const& instead of const* for src-rect
2015-08-06 reeduse kFast_SrcRectConstraint to match drawAtlas semantics
2015-08-06 reedsimulate drawatlas
2015-08-05 bungemanIWYU: 'core' target, files starting A-C.
2015-08-05 reed- allow for stepping through a picture with 'n' and 'p'
2015-08-05 reedRevert of IWYU: 'core' target, files starting A-C....
2015-08-04 bungemanIWYU: 'core' target, files starting A-C.
2015-07-31 robertphillipsAddress some SkLightingShader TODOs
2015-07-30 reedadd helper to create RSXform w/ anchorPt
2015-07-30 robertphillipsUpdate SkLightingShader to take a localMatrix
2015-07-29 robertphillipsMove LightingShader to effects
2015-07-28 joshualittRename GrInOrderDrawBuffer to GrBufferedDrawTarget
2015-07-22 wangyixAdded GrGLFragmentProcessor::EmitArgs struct for use...
2015-07-21 bungemanCompile with VS2015.
2015-07-20 caryclarkGenerate platform specific fontmgr gm.
2015-07-17 reedRevert[2] of guard to remove DrawBitmapRectFlags
2015-07-17 scroggoRevert of guard to remove DrawBitmapRectFlags (patchset...
2015-07-16 reedguard to remove DrawBitmapRectFlags
2015-07-13 robertphillipsAdd new SkPoint3 class
2015-07-13 mtkleinFix up -Winconsistent-missing-override
2015-07-09 jvanverthAdd normal map sample
2015-07-08 robertphillipsRevert of Add normal map sample (patchset #6 id:100001...
2015-07-08 jvanverthAdd normal map sample
2015-06-26 mtkleinremove SkInstCnt
2015-06-25 reedimplement drawAtlas natively on gpu-device
2015-06-24 reedadd SkCanvas::drawAtlas
2015-06-17 mtkleinAdd sk_parallel_for()
2015-06-15 fmalitaUse SkPaintFilterCanvas for SampleApp paint filtering
2015-06-12 vbuzinovImplement support for mixed sampled render targets
2015-06-05 reeddelete (unused) TransparentShader
2015-05-22 caryclarkremove SK_LEGACY_STROKE_CURVES
2015-05-19 caryclarkhandle large conic strokes better
2015-05-12 reedRevert of Revert of stop calling SkScalarDiv (patchset...
2015-05-12 reedRevert of stop calling SkScalarDiv (patchset #4 id...
2015-05-12 reedstop calling SkScalarDiv
next