platform/upstream/libSkiaSharp.git
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...
2012-11-15 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-14 vollick@chromium.orgAdd SkMatrix44::setTranspose
2012-11-14 caryclark@google.comshape ops work in progress
2012-11-14 scroggo@google.comRemove a warning for comparing signed and unsigned...
2012-11-14 reed@google.commove setDevice() to protected: in preparation for its...
2012-11-14 reed@google.commark SkCanvas::setDevice as DEPRECATED -- need to remov...
2012-11-14 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-13 bsalomon@google.comAdd a conservativelyContainsRect function to SkPath.
2012-11-13 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-13 epoger@google.comcomment-only change to gm/tests/run.sh
2012-11-13 senorblanco... Build fix. Unreviewed.
2012-11-13 robertphillips... Allow SkPicture-derived classes install their own SkPic...
2012-11-13 senorblanco... A new implementation of mask blurs, using separable...
2012-11-13 vollick@chromium.orgAdd support for SK_MSCALAR_IS_FLOAT
2012-11-13 djsollen@google.comUpdate filter tool to allow input directory.
2012-11-13 djsollen@google.comFix linux compiler error with the debugger app.
2012-11-13 robertphillips... Added profiling stubs to SkPicturePlayback
2012-11-13 vollick@chromium.orgChanging the visibility of SkMatrix44::determinant().
2012-11-13 bsalomon@google.comMake SkPath cache the result of cheapComputeDirection.
2012-11-13 rmistry@google.comRemoving files accidently submitted by Skia_Periodic_Ho...
2012-11-13 reed@google.comadd tests for degenerate serifs to computeDirection
2012-11-13 epoger@google.comMaintain failedTests list within GMMain object
2012-11-13 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-12 senorblanco... Fix Linux link errors for some targets by adding -lX11...
2012-11-12 reed@google.comadd const to src parameter for mapMScalars()
2012-11-12 robertphillips... Update debugger GUI to have profile button & list widge...
2012-11-12 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-12 epoger@google.comAdd a self-test for gm, similar to our self-test for...
2012-11-12 robertphillips... Update filter tool to handle PNG encoded SkBitmaps
2012-11-12 scroggo@google.comTell CG ImageEncoder that a bitmap is opaque if it is.
2012-11-12 bsalomon@google.comRevert 6351 due to bugs.
2012-11-10 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-09 caryclark@google.comshape ops work in progress
2012-11-09 reed@google.comuse SKIRect::centerX,Y
2012-11-09 reed@google.comadd explicit mapScalars and mapMScalars entry-points...
2012-11-09 reed@google.comsimplify macros, since we no longer support scalar...
2012-11-09 reed@google.comadd quick-n-dirty test for concat on matrix44
2012-11-09 bungeman@google.comWhen looking for the head table directory entry, compar...
2012-11-09 reed@google.comreport max pixel error on failure, rather than the...
2012-11-09 reed@google.comadd entry-point to SkMaskFilter to fast-path rectangles.
2012-11-09 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-09 bensong@google.comAdds a file for revision annotations on dashboard.
2012-11-08 reed@google.comadd centerX() and centerY() to SkIRect (because they...
2012-11-08 reed@google.comuse DEF_BENCH to simplify lots of registrations
2012-11-08 bsalomon@google.comFix texture domain clipping assertion. It is OK to...
2012-11-08 bsalomon@google.comApply intersect rects to earlier clip elements and...
next