aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Suppress some warnings on linux.Gravatar bsalomon@google.com2012-09-26
* add getMetaData() to SkCanvas (as part of our master plan to removeGravatar mike@reedtribe.org2012-09-26
* Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.Gravatar reed@google.com2012-09-25
* This patch adds support for optional processing of the alpha channel inGravatar senorblanco@chromium.org2012-09-25
* "fix" chrome buildGravatar robertphillips@google.com2012-09-25
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* Fix for GrTextureStripAtlas memory leakGravatar robertphillips@google.com2012-09-24
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Adding hasPendingCommands API method to SkDeferredCanvasGravatar junov@chromium.org2012-09-20
* Adding a silent playback option to SkGPipeReadGravatar junov@chromium.org2012-09-20
* remove use of SkRefPtr in public header (SkPDFDocument.h)Gravatar reed@google.com2012-09-20
* remove unused parameter (that also slowed us down) to SkAutoTDeleteGravatar reed@google.com2012-09-20
* remove all SkRefPtr from SkPDFDevice.hGravatar reed@google.com2012-09-20
* first cut at making iOS workGravatar caryclark@google.com2012-09-20
* Fix GrTextureAccess::operator ==Gravatar bsalomon@google.com2012-09-20
* begin to skiafy PDF headers : removing use of SkRefPtrGravatar reed@google.com2012-09-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-19
* Implements a matrix convolution filter (raster path only). The filtering loopGravatar senorblanco@chromium.org2012-09-18
* re-re-land 5578Gravatar reed@google.com2012-09-18
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* revert 5578 -- broke pipeGravatar reed@google.com2012-09-18
* Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. ThisGravatar reed@google.com2012-09-18
* Check for invalid SkPicturesGravatar borenet@google.com2012-09-17
* Add GrColor to RGBA float helper funcGravatar bsalomon@google.com2012-09-17
* Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b...Gravatar bsalomon@google.com2012-09-14
* Fix some nits from http://codereview.appspot.com/6506103/Gravatar rileya@google.com2012-09-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-14
* Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated cl...Gravatar rileya@google.com2012-09-13
* re-apply 5508, but with the new compile-flag disabled for nowGravatar reed@google.com2012-09-12
* Make texteffects gm work through serialization and pipe.Gravatar scroggo@google.com2012-09-12
* revert 5508 -- it broke most of the buildsGravatar reed@google.com2012-09-12
* Using the device scale factor for glyph positioningGravatar wjmaclean@chromium.org2012-09-12
* Revert r5491, r5495, r5497, and r5498.Gravatar borenet@google.com2012-09-11
* printf->SkDebugf for r5491Gravatar borenet@google.com2012-09-11
* Temporarily add logging to GrContextFactory and SkNativeGLContext_androidGravatar borenet@google.com2012-09-11
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Move GrTextureAccess decl/defn to separate filesGravatar bsalomon@google.com2012-09-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-10
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* Add SK_API to path == decl.Gravatar bsalomon@google.com2012-09-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-06
* Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...Gravatar robertphillips@google.com2012-09-05
* Simplified stencil buffer cachingGravatar robertphillips@google.com2012-09-05
* Future proof luminance caches.Gravatar bungeman@google.com2012-09-04
* Switch GrGpu's GrResource list over to using SkTDLinkedListGravatar robertphillips@google.com2012-09-04
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31