external/skia/include.git
17 hours ago reed@google.comuse select() so we can wait for XEvents or our timer master
2 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
3 days ago reed@google.comspeculative fix in TransitionView. don't validate after...
3 days ago scroggo@google.comAdd an option to create unpremultiplied bitmaps.
3 days ago robertphillips... Fix for 9603
3 days ago bsalomon@google.comAdd operator delete for SkTArray to match operator new
4 days ago reed@google.comadd validate to SkView for debugging
4 days ago bsalomon@google.comReplace fixed-size array of effect stages in GrDrawStat...
4 days ago bsalomon@google.comMake text context responsible for setting GrPaint on...
4 days ago bsalomon@google.comEnhancements and a fix to templated containers.
6 days ago commit-bot... Compact the clipstack for kReplace_Op'd geometry
6 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
7 days ago mike@reedtribe.orgadd drawImage to lua
7 days ago robertphillips... Improve batching of drawBitmap* calls
7 days ago reed@google.comadd conic support to hairlines
7 days ago senorblanco... Force checking of all color, stencil and FBO allocation...
9 days ago mike@reedtribe.orgmove kAlignCount out of Align enum, so it can't acciden...
9 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
10 days ago reed@google.comSkDocument base for pdf, xps, etc.
11 days ago scroggo@google.comFix bug in setting directories for tests.
12 days ago commit-bot... Fixup some conventions in SkTArray and add reset to...
12 days ago djsollen@google.comFix issues related to resolving fonts based on name.
12 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
13 days ago reed@google.comchange impl to explicitly store length as u32, rather...
13 days ago reed@google.comadd size limit for using glyphcache. above that, draw...
13 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-06-03 bungeman@google.comAdd SkData::NewFromFD.
2013-06-01 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-31 reed@google.comstart a wrapper for color fonts
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 reed@google.combump picture version since SkPath has changed (conics)
2013-05-31 scroggo@google.comSeparate core and images project.
2013-05-30 reed@google.comadd script to scrape glyph usage in drawText calls
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... Provide a GPU implementation of SkArithmeticMode, using...
2013-05-29 scroggo@google.comUse macros for new and delete in SkTemplates.h
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 bungeman@google.comChange SkStream.
2013-05-29 robertphillips... First pass at Comment API
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-24 djsollen@google.comAndroid specific changes that are upstreamed from the...
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-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... Add printing of SkColorFilter-derived classes to 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.comexpand SkLua to handle creation of its own State
2013-05-22 senorblanco... Remove SkImageFilter::getInputResult(), since its retur...
2013-05-22 reed@google.comadd dumpops.lua as a sample scraper that just dumps...
2013-05-22 reed@google.comadd kBicubicFilterBitmap_Flag to paint, just for testin...
2013-05-22 bsalomon@google.comAdd return param to SkAutoSMalloc::reset() that indicat...
2013-05-22 commit-bot... Add methods to SkLayerDrawLooper to allow adding layers...
2013-05-22 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-21 reed@google.comadd SkLerpXfermode
2013-05-21 scroggo@google.comPatch to prevent chromium breakage until the DEPS.
2013-05-21 scroggo@google.comNew API for encoding bitmaps during serialization.
2013-05-21 djsollen@google.comAdd a fontConfig interface for android.
2013-05-21 djsollen@google.comAdd buffer helper to read directly into SkString to...
2013-05-21 mike@reedtribe.orgsupport SkCanvas as a real lua object
2013-05-21 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-20 reed@google.comadd SkDrawPictureCallback optional parameter to drawPic...
2013-05-20 reed@google.comadd encodeData() to SkImageEncoder, and add encoding...
2013-05-20 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-17 bsalomon@google.comOne SkTSearch to rule them all. Allow key to be of...
2013-05-17 robertphillips... Add special handling of rectori case for gpu
2013-05-16 djsollen@google.comMake the use of fallback fonts in Android a runtime...
2013-05-16 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-15 reed@google.comadd SkLuaCanvas
2013-05-15 scroggo@google.comProvide a function to print the name of a Format.
2013-05-14 commit-bot... Fix includes in SkLayerDrawLooper.h. It was previously...
2013-05-14 robertphillips... Re-add isIRect test for AA rect drawing
2013-05-13 commit-bot... API modifications needed to upstream Android font changes.
2013-05-11 commit-bot... Check for NULL texture in GrAutoScratchTexture::detach()
2013-05-10 bsalomon@google.comRemove GrPathCmd
2013-05-10 robertphillips... Update shader rect drawing path for r9087 (removal...
2013-05-10 robertphillips... Remove isIRect "optimization" & defer computation of...
2013-05-09 robertphillips... Reverting 9083 & 9084 due to Android failures
2013-05-09 commit-bot... API modifications needed to upstream Android font changes.
2013-05-09 epoger@google.comRevert r9081
2013-05-09 epoger@google.comadd SkString::append(const char c)
2013-05-09 commit-bot... Make GrGLShaderBuilder check whether GrEffect advertise...
2013-05-08 reed@google.comadd SK_API
2013-05-08 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-07 reed@google.comadd (untested) tangent calc for conics
2013-05-07 reed@google.comadd block comment describing sync nature of SkStream
next