platform/upstream/libSkiaSharp.git
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."
2012-11-17 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-16 borenet@google.comWhitespace change to trigger rebuild after network...
2012-11-16 scroggo@google.comIn SkBitmapHeap, defer adding owners for new bitmaps.
2012-11-16 caryclark@google.comshape ops work in progress
2012-11-16 senorblanco... Turn on separable blur.
2012-11-16 epoger@google.comExtract transform_scanline_XXXX functions into transfor...
2012-11-16 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-16 senorblanco... Separable blur: subpixel blurring. We approximate...
2012-11-16 reed@google.comuse correct blend proc instead of fourbyteinterp, since...
2012-11-16 reed@google.comflag the GM if we're in deferred-canvas mode, to work...
2012-11-16 reed@google.comfold kClear_Mode into kSrc_Mode, and make kSrc_Mode...
2012-11-16 caryclark@google.comshape op work in progress
2012-11-16 mike@reedtribe.orguse #if SK_SUPPORT_GPU to guard references to gpudevice
2012-11-16 mike@reedtribe.orguse gpu surface to match canvas
2012-11-16 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-15 senorblanco... Reorder the separable blur passes into XXX/YYY, with...
2012-11-15 reed@google.comneed this for prev. cl
2012-11-15 reed@google.comadd bench for srcmode
2012-11-15 reed@google.comuse DEF_BENCH() macro to clean up factory registrations...
2012-11-15 reed@google.comdraw offscreen so we can see the alpha-channel we are...
2012-11-15 robertphillips... Fix debugger crash when SK_PICTURE_PROFILING_STUBS...
2012-11-15 epoger@google.comwhitespace
2012-11-15 reed@google.comupdate srcmode GM to include aa/bw and gradients
2012-11-15 robertphillips... Add profiling to debugger
2012-11-15 reed@google.comadd gm for srcmode (and clearmode) in prep for optimiza...
2012-11-15 reed@google.comremove (unused) debugging global
2012-11-15 mike@reedtribe.orgremove unused (and undefined) SkColorSpace parameter.
2012-11-15 mike@reedtribe.orgsilence excessive printf noise from SkScalerContext_Fre...
next