aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and ...Gravatar reed2014-10-03
* remove unused TextBufferDirection enumGravatar reed2014-10-03
* Fix int16_t for glyphs, const glyphs, and clarify glyph loop.Gravatar bungeman2014-10-03
* Don't turn on dither for saveLayers which have no paintGravatar robertphillips2014-10-03
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-03
* abort op early if path isn't parseableGravatar caryclark2014-10-03
* Fix ref cnt'ing issue in GrProgramElement.Gravatar bsalomon2014-10-03
* make SkMatrix::dump always availableGravatar reed2014-10-02
* Add SkCachedData and use it for SkMipMapGravatar reed2014-10-02
* Use +- 2B for unbounded draw ops.Gravatar mtklein2014-10-02
* specialize setConcat for scale+translateGravatar reed2014-10-02
* Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...Gravatar robertphillips2014-10-02
* Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes ...Gravatar bsalomon2014-10-02
* Caching the result of readPixelsSupportedGravatar piotaixr2014-10-02
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-02
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-02
* Demote getCount, getDepth, and clear to RTree-only methods.Gravatar mtklein2014-10-02
* Archive more dead code.Gravatar mtklein2014-10-02
* TileGrid: earliest need not be a pointer anymoreGravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Remove duplicated code in android_get_gl_proc.Gravatar jungjik.lee2014-10-02
* Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https...Gravatar robertphillips2014-10-02
* fix prev change to tooBigForLCD, and add testGravatar reed2014-10-01
* Don't adjust the bounds after a restore with the restore's paired saveLayer's...Gravatar mtklein2014-10-01
* avoid extra math work in MackRecGravatar reed2014-10-01
* Add support for EGL on linuxGravatar derekf2014-10-01
* Remove DEPRECATED_beginRecording().Gravatar mtklein2014-10-01
* add SkRect::joinNonEmptyArg for faster unioningGravatar reed2014-10-01
* Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDrawGravatar robertphillips2014-10-01
* optimize setRectFan and join -- from profiling drawTextGravatar reed2014-10-01
* Archive more dead code.Gravatar mtklein2014-09-30
* Strip old backend recording down to essentialsGravatar mtklein2014-09-30
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-30
* Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD.Gravatar mtklein2014-09-30
* Allow previously-hoisted layers to be reused in the same drawGravatar robertphillips2014-09-30
* Remove support for SkPicture::clone().Gravatar mtklein2014-09-30
* remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPIGravatar reed2014-09-30
* Archive SkFloatGravatar mtklein2014-09-30
* specialize setConcat for scale+translate, helps drawText perfGravatar reed2014-09-30
* Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...Gravatar robertphillips2014-09-30
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-29
* remove alphatype from colortableGravatar reed2014-09-29
* Move offset and CTM from LayerCache Key to per-hoisted-layer infoGravatar robertphillips2014-09-29
* Make writeRenderTargetPixels use draw buffer rather than GrGpuGravatar bsalomon2014-09-29
* Applying post-commit comments from https://codereview.chromium.org/607993002/Gravatar junov2014-09-29
* Temp fix for crash when generating 16-bit cache for colorTables.Gravatar djsollen2014-09-29
* Override drawImage*() in SkNWayCanvasGravatar piotaixr2014-09-29
* Sanitize SkMatrixConvolutionImageFilter creation params.Gravatar senorblanco2014-09-29