platform/upstream/libSkiaSharp.git
2013-06-02 robertphillips... Hamfisted fix to drawLooper w/ 0 stages bug
2013-06-02 robertphillips... Disable colortype GM due to crash
2013-06-02 robertphillips... N7 performance trigger rebaselines after skp update
2013-06-01 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-31 reed@google.comfix another int -- float warning
2013-05-31 reed@google.comskip_picture in colortype gm for now
2013-05-31 reed@google.comuse SkIntToScalar to fix warning
2013-05-31 reed@google.comstart a wrapper for color fonts
2013-05-31 djsollen@google.comprepare skia for shared library build on android
2013-05-31 djsollen@google.comprepare skia for shared library build on android
2013-05-31 reed@google.comsort the glyphID arrays
2013-05-31 edisonn@google.comRemove SK_API, from SkTSet. the template is not public.
2013-05-31 senorblanco... Implement SkXfermode image filter. This required changi...
2013-05-31 rmistry@google.comAll SKP files in Google Storage have been updated....
2013-05-31 reed@google.combump picture version since SkPath has changed (conics)
2013-05-31 scroggo@google.comRead and write pixel offset when serializing bitmaps.
2013-05-31 scroggo@google.comFix iOS build.
2013-05-31 scroggo@google.comFix build.
2013-05-31 scroggo@google.comSeparate core and images project.
2013-05-31 robertphillips... Add atlasing option to GameBench bench
2013-05-31 humper@google.comfix warnings on MacOS 10.6
2013-05-31 humper@google.comMore general GM for testing bitmap filtering, including...
2013-05-31 humper@google.comspecialize bicubic filtering for scale-only
2013-05-30 bsalomon@google.comMark picture record benches as non-rendering.
2013-05-30 reed@google.comadd script to scrape glyph usage in drawText calls
2013-05-30 epoger@google.comrebaseline.py: use argparse command-line flags for...
2013-05-30 reed@google.comRevert "add asserts to point<-->verb helpers"
2013-05-30 reed@google.comadd asserts to point<-->verb helpers
2013-05-30 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-29 senorblanco... Speculative fix for Tegra-based Androids: don't try...
2013-05-29 bsalomon@google.comReplace GrDrawState::AutoDeviceCoordDraw with GrDrawSta...
2013-05-29 senorblanco... Provide a GPU implementation of SkArithmeticMode, using...
2013-05-29 scroggo@google.comUse macros for new and delete in SkTemplates.h
2013-05-29 reed@google.comuse SkStream factory for files, and check for null...
2013-05-29 junov@chromium.orgMoving updateClipConservativelyUsingBounds into SkCanvas
2013-05-29 senorblanco... Revert "Provide a GPU implementation of SkArithmeticMod...
2013-05-29 senorblanco... Provide a GPU implementation of SkArithmeticMode, using...
2013-05-29 reed@google.comadd != operator for SkTDArray
2013-05-29 scroggo@google.comUse updated signature for decode in empty decoder.
2013-05-29 epoger@google.comRefactor rebaseline.py into functions ; no behavioral...
2013-05-29 reed@google.comuse integer math instead of float per-pixel. about...
2013-05-29 reed@google.comcast enum to float to fix (really bad) warning
2013-05-29 reed@google.comextend SkBenchmark to allow a bench to return a duratio...
2013-05-29 bungeman@google.comFix cmykjpeg test to check if file was found.
2013-05-29 bungeman@google.comChange SkStream.
2013-05-29 commit-bot... Remove dependency of gsutil to download ndk
2013-05-29 robertphillips... First pass at Comment API
2013-05-29 bsalomon@google.comGet correct GLVersion for Mesa to avoid GrContext creat...
2013-05-29 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-28 reed@google.comuse DEF_BENCH
2013-05-28 senorblanco... Fix alpha computation in SkArithmeticMode.
2013-05-28 junov@chromium.orgBuild fix
2013-05-28 junov@chromium.orgChanging SkDeferredCanvas to use factories for creation
2013-05-28 commit-bot... Make GrContext track the current matrix, render target...
2013-05-28 scroggo@google.comReland 'Add path utils, plus a test for it.'
2013-05-28 reed@google.comdon't unref() null (from typeface::create) you gunky
2013-05-28 reed@google.comuse inttoscalar to fix warning
2013-05-28 reed@google.comuse explicit conversion for int->scalar
2013-05-28 reed@google.comadd new gm for bicubic filtering
2013-05-28 epoger@google.comSplit GM json schema out of display_json_results.py...
2013-05-28 robertphillips... Decrease GPU drawn brightness for < 1 pixel wide/high...
2013-05-28 commit-bot... check texture is not NULL to aovid segmentation fault...
2013-05-25 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-24 djsollen@google.comAndroid specific changes that are upstreamed from the...
2013-05-24 commit-bot... fix slowness of getImageData() for CanvasRenderingConte...
2013-05-24 commit-bot... Fix degenerate and near-degenerate hairlines on the gpu
2013-05-24 scroggo@google.comRevert "Add path utils, plus a test for it."
2013-05-24 scroggo@google.comAdd path utils, plus a test for it.
2013-05-24 junov@chromium.orgAdding setSurface public API method to SkDeferredCanvas
2013-05-24 scroggo@google.comRevert "Patch to prevent chromium breakage until the...
2013-05-24 senorblanco... Remove SkImageFilter::getInputResult(), since its retur...
2013-05-24 reed@google.comAdd flag to gradients to interpolate colors in premul...
2013-05-24 commit-bot... Move SkDrawLooper implementation to its own file.
2013-05-24 epoger@google.comGM: create GmResultDigest that encapsulates digest...
2013-05-24 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-23 reed@google.comdon't reference missing header
2013-05-23 reed@google.comclone of https://codereview.chromium.org/15316014/...
2013-05-23 reed@google.comuse SkScalar instead of int for loops, to avoid warning...
2013-05-23 reed@google.comdon't overclamp cubics (see skbug.com/1316)
2013-05-23 reed@google.comadd comment
2013-05-23 reed@google.comuse Descriptor struct to encapsulate all the common...
2013-05-23 reed@google.comuse SK_OVERRIDE and DEF_GM
2013-05-23 commit-bot... remove outdated debugging code now that we no longer...
2013-05-23 robertphillips... Fix bug in SkAutoSMalloc::reset
2013-05-23 robertphillips... Fix compiler error/warning in r9255
2013-05-23 robertphillips... Add printing of SkColorFilter-derived classes to debugger
2013-05-23 robertphillips... Rebaseline performance triggers
2013-05-23 robertphillips... Remove offsetcanvas from debugger
2013-05-23 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-22 robertphillips... Reverting r9245 due to Chrome breakage
2013-05-22 commit-bot... Mark SkDrawPictureCallback with SK_API, so that it...
2013-05-22 reed@google.comuse macro to encapsulate building get_mtname() speciali...
2013-05-22 reed@google.comexpand SkLua to handle creation of its own State
2013-05-22 senorblanco... Remove SkImageFilter::getInputResult(), since its retur...
2013-05-22 reed@google.comfix int -> bool warning
2013-05-22 reed@google.comadd dumpops.lua as a sample scraper that just dumps...
2013-05-22 djsollen@google.comUpdate bench expectations for nexus7 on tabl_hsfi.skp...
2013-05-22 bsalomon@google.comMake GrGLProgramDesc's key variable length by compactin...
2013-05-22 reed@google.commove all flag bits up by 1, to accomodate new flag...
2013-05-22 reed@google.comadd kBicubicFilterBitmap_Flag to paint, just for testin...
next