platform/upstream/libSkiaSharp.git
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...
2012-11-08 robertphillips... Update WIC Image decoder to unpremul colors before...
2012-11-08 robertphillips... Update SampleApp to handle PNG encoded skps
2012-11-08 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-08 robertphillips... Fix for Chrome mac_gpu compiler failure
2012-11-07 senorblanco... Add Git support to the simple rebaseline tool. Do...
2012-11-07 reed@google.comcheck to see if CGImage already knows if we're opaque
2012-11-07 bsalomon@google.comCombine multiple intersecting rects in SkClipStack...
2012-11-07 borenet@google.comWhitespace change to trigger bots after r6337
2012-11-07 reed@google.comCG imagedecoder never sets isOpaque, so add method...
2012-11-07 scroggo@google.comAdd a new PictureRenderer that draws the picture then...
2012-11-07 scroggo@google.comAdd an option to render_pictures to rerecord the pictur...
2012-11-07 junov@chromium.orgUnit testing for SkTileGrid
2012-11-07 caryclark@google.comAdd low blur and AAClip options to picture bench.
2012-11-07 bsalomon@google.comSome improvements to reduce the number of pixels touche...
2012-11-07 caryclark@google.comAdd temporary interfaces in blur and clip to
2012-11-07 reed@google.comfix SkRegion::intersects(rect) where the part of the...
2012-11-07 robertphillips... Convert clipPaths to clipRects where possible in pictur...
2012-11-07 mike@reedtribe.orgfix SkRegion::contains(rect), thanks to danakj and...
2012-11-07 mike@reedtribe.orgadd SkRegion tests, inspired by code.google.com/p/skia...
2012-11-06 scroggo@google.comDecode images during deserialization in the picture...
2012-11-06 reed@google.cominclude SkPaint.h
2012-11-06 reed@google.comadd more utilities: roundIn(), offsetTo()
2012-11-06 caryclark@google.comleading character accidentally deleted on merge
2012-11-06 caryclark@google.comadd draw filter option to picture_bench
2012-11-06 senorblanco... Break out SkOffsetImageFilter into its own file, and...
2012-11-06 junov@chromium.orgAdding SkTileGrid: a new subclass of BBoxHierarchy...
2012-11-06 senorblanco... Avoid re-definition of STDC symbols, needed for my...
2012-11-06 bungeman@google.comMinimal changes to SkFontHost_fontconfig to not crash...
2012-11-06 djsollen@google.comFix the PictureRecord step of BenchPictures.
2012-11-06 robertphillips... Enhanced debugger with command indenting and Path Bound...
2012-11-06 borenet@google.comWhitespace change to trigger bots after r6307
next