platform/upstream/libSkiaSharp.git
2013-07-23 commit-bot... I don't want these changes as part of the "allow bleedi...
2013-07-23 commit-bot... Turn on -Wall -Wextra on Mac, and fix all the warnings...
2013-07-23 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-07-22 senorblanco... This patch implements a crop rect for SkImageFilter...
2013-07-22 commit-bot... Last friday I changed this file to un-break the build.
2013-07-22 zachr@google.commove skpdiff into tools
2013-07-22 vandebo@chromium.orgRevert "Adds SkPDFResourceDict class, refactor existing...
2013-07-22 commit-bot... Adds SkPDFResourceDict class, refactor existing code...
2013-07-22 reed@google.cominclude SkPaint.h
2013-07-22 reed@google.comcopy/paste error. don't use s.
2013-07-22 edisonn@google.compdfviewer: SkTDict, does accept to pass the length...
2013-07-22 reed@google.comrename fFilterQuality to fFilterLevel
2013-07-22 reed@google.comstop using bitmap-filter flags outside of paint itself...
2013-07-22 zachr@google.comports for mac, ios, android, linux, windows
2013-07-22 fmalita@google.comRevert "Add SkImage->draw() call with src and dst rects."
2013-07-22 commit-bot... Add SkImage->draw() call with src and dst rects.
2013-07-22 edisonn@google.compdfviewer: All NulCanvas (does not draw operations...
2013-07-22 edisonn@google.compdfviewer: fix typo (false != NULL)
2013-07-22 edisonn@google.comAdd --csv parameter to skpdiff to dump all scores in...
2013-07-22 bungeman@google.comClean up a few warnings on Windows x64.
2013-07-22 bungeman@google.comUpdate obvious deps.
2013-07-22 djsollen@google.comUpdate android_make to use arrays instead of space...
2013-07-22 djsollen@google.comrefactor gyp to isolate freetype usage
2013-07-22 bungeman@google.comMake the copy of fontconfig font names before freeing...
2013-07-22 zachr@google.comRevert "migrate skpdiff to tools"
2013-07-22 zachr@google.commigrate skpdiff to tools
2013-07-20 commit-bot... Add SkNWayCanvas comment API overrides.
2013-07-20 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-07-20 bungeman@google.comRevert deps changes in r10220 and r10217.
2013-07-19 bungeman@google.comAdd a 'unique' method to SkRefCnt, document the usage...
2013-07-19 bungeman@google.comLie about views_animated dependencies until Android...
2013-07-19 bungeman@google.comFix latent warning as error in Android specific code.
2013-07-19 bungeman@google.comAdd a detachAsStream to SkDynamicMemoryWStream.
2013-07-19 bungeman@google.comUpdate obvious deps.
2013-07-19 bungeman@google.comFix some noisy warnings on Windows x64.
2013-07-19 reed@google.comRevert "Slipping in a small bug fix for my previous...
2013-07-19 humper@google.combad line in gyp fie snuck into last commit, continuing...
2013-07-19 sglez@google.comSlipping in a small bug fix for my previous patch
2013-07-19 humper@google.comuse SK_ScalarPI, and fix ARM build
2013-07-19 humper@google.comstruct and class forward declarations incompatible...
2013-07-19 humper@google.comscale --> convolution typo
2013-07-19 humper@google.commissing M_PI include needed on Windows
2013-07-19 humper@google.comremove unused function
2013-07-19 sglez@google.comfix mac
2013-07-19 humper@google.comThe image resampling code has been transplanted from...
2013-07-19 vandebo@chromium.orgRevert "Adds SkPDFResourceDict class to manage resource...
2013-07-19 sglez@google.complease fix the build, please
2013-07-19 sglez@google.comAdd include to fix build
2013-07-19 commit-bot... Adds SkPDFResourceDict class to manage resource dicts...
2013-07-19 commit-bot... Fix build problem with reverted issue 16948011
2013-07-19 bungeman@google.comRemove unneeded mention of SkThread_pthread.cpp in...
2013-07-19 robertphillips... Bench performance trigger rebaselines
2013-07-19 robertphillips... Fix texture allocation in SWMaskHelper
2013-07-19 edisonn@google.comrevert unreviewed 10194, will send to review
2013-07-19 commit-bot... SkAlpha constant defs
2013-07-19 edisonn@google.comskpdiff: add ability to write the diff scores in a...
2013-07-19 robertphillips... Alter resource cache and GrContext to (optionally)...
2013-07-19 epoger@google.comadd reformat-json.py script
2013-07-19 bungeman@google.comAdd a detachAsStream to SkDynamicMemoryWStream.
2013-07-19 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-07-19 robertphillips... Reverting r10173 due to compile problems
2013-07-19 commit-bot... Measurement tool for Bounding-Box-Hierarchies.
2013-07-18 robertphillips... Revert r10171 due to test failure in StreamTest
2013-07-18 bungeman@google.comAdd a detachAsStream to SkDynamicMemoryWStream.
2013-07-18 commit-bot... Plumb in flag for reusing scratch textures
2013-07-18 reed@google.comadd copyright notices
2013-07-18 bungeman@google.comUpdate static SkMutex to remove static initializer...
2013-07-18 reed@google.comuse { 0, 0, 0, 0 } to fix warning
2013-07-18 reed@google.cominit prevLevel to avoid warning
2013-07-18 scroggo@google.comRemove assert which is failing.
2013-07-18 scroggo@google.comTest decoding the bounds in skimage.
2013-07-18 scroggo@google.comAdd test to ensure buildTileIndex stores SkStream.
2013-07-18 scroggo@google.comSupport decoding Gray to A8 in PNG.
2013-07-18 reed@google.compull mipmap class into its own (private) header
2013-07-18 scroggo@google.comInitialize config.
2013-07-18 scroggo@google.comA8 bitmaps from JPEG are not opaque.
2013-07-18 scroggo@google.comAllow decoding JPEG into A8.
2013-07-18 commit-bot... Hold on to image-filtered texture in SkGpuDevice
2013-07-18 djsollen@google.comAdd bench to test float to fixed conversion
2013-07-18 bungeman@google.comRemove unimplemented Mutex() method from SkFontMgr.h.
2013-07-18 epoger@google.comsvndiff.py: add support for git checkouts
2013-07-18 robertphillips... Fix for Ubuntu compiler complaint
2013-07-18 robertphillips... Yet another build fix for r10148
2013-07-18 robertphillips... Fix build breakages due to r10148
2013-07-18 robertphillips... Improve null gpu's memory handling
2013-07-18 djsollen@google.comFix Android bench bots for Xoom due to OOM errors.
2013-07-18 robertphillips... The rest of: Add purgeAsNeeded calls before addResource...
2013-07-18 robertphillips... Add purgeAsNeeded calls before addResource calls
2013-07-18 reed@google.comadd FilterLevel API to SkPaint, replacing various Flag...
2013-07-18 edisonn@google.compdfviewer: fix warning in release
2013-07-18 rmistry@google.comWhitespace change to trigger builds.
2013-07-18 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-07-17 commit-bot... [PDF] Use SkTypeface::countGlyphs instead of getAdvance...
2013-07-17 commit-bot... Fix leak of GrGLTexID when its owning GrGLTexture has...
2013-07-17 commit-bot... Avoid lineTo() duplication in SkPath::dump().
2013-07-17 commit-bot... Replace all instances of GrRect with SkRect.
2013-07-17 commit-bot... Add getRectCount to SkRegtion
2013-07-17 egdaniel@google.comAdd bench for hairline paths.
2013-07-17 zachr@google.commake OpenCL optional for skpdiff
2013-07-17 edisonn@google.compdfviewer: fixes (indents) in input pdf spec
next