platform/upstream/libSkiaSharp.git
2012-11-30 bungeman@google.comAdd auto table ref for coretext.
2012-11-30 bensong@google.comAdds BENCH_ALLOWED_NOISE to widen expected bench ranges.
2012-11-30 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-30 robertphillips... Fix for roll-blocking compiler error in SkRRect.cpp
2012-11-29 senorblanco... Clean up some Windows compiler warnings.
2012-11-29 senorblanco... rebaseline.py: Allow multiple testnames on the command...
2012-11-29 reed@google.comremove 4444 support (for now) form gm -- not used ...
2012-11-29 jamesr@chromium.orgKeep track of identity SkMatrix44s
2012-11-29 bsalomon@google.comRemove SkClipStack::Iter::combinedNext.
2012-11-29 scroggo@google.comCreate a factory to decode an SkBitmap from an SkData.
2012-11-29 bsalomon@google.comMake SkClipStack::Element public.
2012-11-29 reed@google.comuse fast-pt case when radius <= 1/2, instead of just...
2012-11-29 reed@google.comadd SkPictureUtils::GatherPixelRefs()
2012-11-29 bsalomon@google.comChange SkClipStack::Element::State to SkClipStack:...
2012-11-29 senorblanco... Turn on the separable blur (release the hounds!). ...
2012-11-29 bsalomon@google.comRename SkClipStack::Rec to SkClipStack::Element
2012-11-29 bsalomon@google.comFix the gr/gl destruction order in Test.cpp
2012-11-29 senorblanco... Modify the blur bench to add tests for high-quality...
2012-11-29 djsollen@google.comRemove legacy flag for android from tests
2012-11-29 djsollen@google.comFix test app to ensure that we destroy our GPU resources.
2012-11-29 djsollen@google.comEnable profiling options to be selectively enabled...
2012-11-29 caryclark@google.comshape ops work in progress
2012-11-29 robertphillips... Add newline at end of SkRRect.h
2012-11-29 robertphillips... SkRoundRect start
2012-11-29 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-28 bungeman@google.comRemove what turns out to be a bogus assert.
2012-11-28 reed@google.comupdate dox
2012-11-28 bungeman@google.comWrite correct type of sfnt file in mac coretext open...
2012-11-28 bensong@google.comUpdate bench_expectations.txt with new codes in issue...
2012-11-28 epoger@google.comUpdate gm self-test to pass again after r6585
2012-11-28 robertphillips... Added dashing fast path
2012-11-28 bsalomon@google.comSet empty/wide-open genID on clip stack in more places...
2012-11-28 djsollen@google.comUpdate gyp to allow alternative out directories
2012-11-28 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-27 senorblanco... Implement radius interpolation for separable blur....
2012-11-27 bensong@google.comupdate bench_expectations with wider range before furth...
2012-11-27 reed@google.comcapture repro case for gradient bug (inside if-false...
2012-11-27 reed@google.comrevert prev change to reset
2012-11-27 bensong@google.comadd skp bench expectations and watch for alerts.
2012-11-27 reed@google.comguard for self-assignment in reset()
2012-11-27 bsalomon@google.comTemporarily disable clip stack reduce test while workin...
2012-11-27 tomhudson@google.comClose pending save() calls in QT debugger to avoid...
2012-11-27 robertphillips... Address debugger profiling issue in tile mode
2012-11-27 bsalomon@google.comMake the clip stack reduction test generate inverse...
2012-11-27 reed@google.comdon't leak *every* src mask in the ninepatch case....
2012-11-27 reed@google.comadd onOnceBeforeDraw() virtual, so gm's can easily...
2012-11-27 reed@google.comdon't use bit-wise test for equality when using floats.
2012-11-27 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-26 bsalomon@google.comActually fix GPU-less build.
2012-11-26 bsalomon@google.comFix GPU-less build.
2012-11-26 bsalomon@google.comAdd a function that computes a reduced representation...
2012-11-26 reed@google.comchange SkDrawFilter::filter to return a bool, where...
2012-11-26 reed@google.commust always include another skia header (unless you...
2012-11-26 reed@google.comcheck for bad enum use when adding contours
2012-11-26 reed@google.comremove legacy build-guards, now that webkit has rebasel...
2012-11-26 reed@google.comchoose correct blitrow proc based on global alpha
2012-11-26 robertphillips... Visualize bitmaps in debugger
2012-11-22 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-21 tfarina@chromium.orgRemove GrRandom API in favor of SkRandom.
2012-11-21 caryclark@google.comshape ops work in progress
2012-11-21 epoger@google.comAdd self-test that reveals SkChecksum weakness
2012-11-21 rmistry@google.comFixed some compilation problems with debugger with...
2012-11-21 reed@google.comadd default: to fix warning
2012-11-21 robertphillips... Add drawing of paths to debugger
2012-11-21 sugoi@google.comSimple change to remove unnecessary #define statement.
2012-11-21 reed@google.comfix typo: must use modified join in case the miterlimit...
2012-11-21 reed@google.comuse direction from isRect in strokeRect, and only strok...
2012-11-21 sugoi@google.comDeferred canvas can now be flushed if an image is beyon...
2012-11-21 caryclark@google.comAdd isRect variant that returns path closure and direction.
2012-11-21 reed@google.comlimit the rects width/height as well as its coords...
2012-11-21 caryclark@google.comdetect wrapped rect in path
2012-11-21 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-20 reed@google.comadd SK_IGNORE_NEW_STROKERECT guard
2012-11-20 reed@google.comfix regression from 6510 -- respect kStrokeAndFill...
2012-11-20 reed@google.comtest for StrokeAndFill as well in this GM
2012-11-20 reed@google.comdetect gigantoid matrices, and do nothing to avoid...
2012-11-20 bungeman@google.comCorrect A8 gamma on Mac.
2012-11-20 reed@google.comadd specialty strokeRect() to SkStroke, which can retur...
2012-11-20 bungeman@google.comAdditional OpenType tables.
2012-11-20 senorblanco... Separable mask blurs: Add compile-time flag. Fix...
2012-11-20 tfarina@chromium.orgFix clang warning in GMSampleView.h
2012-11-20 reed@google.comadd restore() to SkAutoCanvasRestore
2012-11-20 caryclark@google.comshape ops work in progress
2012-11-20 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-20 robertphillips... Reverting r6489 to fix compiler error in Chrome
2012-11-19 reed@google.comskip very large rects (for now) until we can pre-clip...
2012-11-19 vollick@chromium.orgAdd SkMatrix44::setColMajord, etc.
2012-11-19 robertphillips... Breakdown profile time by command type in the overview...
2012-11-19 senorblanco... Add support for new glShaderSource() signature from...
2012-11-19 tfarina@chromium.orgAdd missing SK_API define.
2012-11-19 djsollen@google.comAdd support for SkImageRef_ashmem.
2012-11-19 robertphillips... Added Reload icon
2012-11-19 robertphillips... Add original resources back and update code to match
2012-11-19 reed@google.comuse SkPath::isNestedRects() to apply blurred nine-patch
2012-11-19 scroggo@google.comFix a memory leak in skdiff that happens when the
2012-11-19 robertphillips... 3 minor fixes for debugger
2012-11-19 reed@google.commodify gm to have a non-uniform donut for testing
2012-11-19 bsalomon@google.comProtect against unref/ref of stencil buffer.
2012-11-19 caryclark@google.comadd two nested rect detector to path
2012-11-17 senorblanco... Revert r6469, "Turn on separable blur."
next