aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* explicitly delete our c++ window on quitGravatar reed2014-10-07
* Revert of Don't readback and reupload texture-backed bitmaps (patchset #1 id:...Gravatar bsalomon2014-10-07
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-07
* Don't readback and reupload texture-backed bitmapsGravatar bsalomon2014-10-07
* override applicationShouldTerminate so we can cleanup when we quitGravatar reed2014-10-07
* add surfaceprops to SkWindow, and 'D' to toggle distancefieldfontsGravatar reed2014-10-06
* Fix some incorrect assumptions in GrLayerCache.cppGravatar robertphillips2014-10-06
* Create MSAA render target for blur mask textureGravatar derekf2014-10-06
* Plumb OptDrawState down to VertexShaderBuilderGravatar egdaniel2014-10-06
* Restore a really single-threaded mode to DM.Gravatar mtklein2014-10-06
* Fix usage of SK_BUILD_* defines.Gravatar tfarina2014-10-06
* Add GrAASmallPathRenderer.Gravatar jvanverth2014-10-06
* 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