aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
* Remove SkPictureFlat.h include from SkDrawCommands.hGravatar robertphillips2015-02-13
* Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #3 i...Gravatar robertphillips2015-02-12
* Remove SkPictureFlat.h include from SkDrawCommands.hGravatar robertphillips2015-02-12
* Move SkOSFile::Iter impls into ports.Gravatar bungeman2015-02-12
* Add staging for ChromiumGravatar robertphillips2015-02-12
* Revert of Fix Chromium build (patchset #2 id:20001 of https://codereview.chro...Gravatar robertphillips2015-02-11
* Revert of Fix Chromium build (again) (patchset #2 id:20001 of https://coderev...Gravatar robertphillips2015-02-11
* Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #2 i...Gravatar robertphillips2015-02-11
* Fix Chromium build (again)Gravatar robertphillips2015-02-11
* Fix Chromium buildGravatar robertphillips2015-02-11
* Remove SkPictureFlat.h include from SkDrawCommands.hGravatar robertphillips2015-02-11
* Port SkRefCnt.h to new SkAtomics.hGravatar mtklein2015-02-03
* Add missing SK_OVERRIDEGravatar rmistry2015-02-02
* Remove SkProxyCanvas.Gravatar scroggo2015-01-29
* fix parsing SVG strings to paths with comma delimitersGravatar caryclark2015-01-29
* remove (unused) GatherPixelRefsGravatar reed2015-01-22
* Fix SkIStream nits.Gravatar bungeman2015-01-22
* Remove staging SkStream::unref().Gravatar bungeman2015-01-22
* Don't require -DSK_USE_POSIX_THREADS.Gravatar mtklein2015-01-21
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* Remove incremental draw optimization from SkDebugCanvasGravatar kkinnunen2015-01-13
* namespace {} trick for SK_DECLARE_STATIC_ONCEGravatar mtklein2015-01-13
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* add ImageGenerator::NewFromData to porting layerGravatar reed2015-01-07
* It is dangerous to ignore SkRect::intersect's return valueGravatar robertphillips2015-01-07
* Revert of It is dangerous to ignore SkRect::intersect's return value (patchse...Gravatar robertphillips2015-01-07
* It is dangerous to ignore SkRect::intersect's return valueGravatar robertphillips2015-01-07
* Remove draw window size state from SkDebugCanvasGravatar kkinnunen2015-01-05
* Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...Gravatar reed2015-01-05
* Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...Gravatar reed2015-01-05
* move remaining virtual draw methods to onDrawGravatar reed2015-01-04
* remove unused drawDataGravatar reed2015-01-02
* Change DebugCanvas API to not encourage memory leaksGravatar kkinnunen2014-12-30
* Fill SkRRect::fType proactively.Gravatar mtklein2014-12-18
* use conicsGravatar reed2014-12-17
* SkMatrix44(const SkMatrix&) needs to initialize the type maskGravatar fs2014-12-16
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.Gravatar tfarina2014-12-14
* Even more win64 warning fixesGravatar bsalomon2014-12-12
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Display text blob bounds in the debugger.Gravatar fmalita2014-12-09
* Change clear() to respect the clipGravatar reed2014-12-04
* Decompose a weird assert.Gravatar mtklein2014-12-03
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* add roundOut that returns its resultGravatar reed2014-11-19
* Move WGL header from include to srcGravatar djsollen2014-11-14