aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* fail on extremely large coincident curvesGravatar caryclark2014-09-29
* Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...Gravatar fmalita2014-09-29
* Update RecordReplaceDrawTest to generate and pass picturesGravatar robertphillips2014-09-29
* Always force the bounds of the empty pathref.Gravatar mtklein2014-09-29
* Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...Gravatar robertphillips2014-09-29
* Change GrContext::copyTexture to go through GrDrawTargetGravatar junov2014-09-26
* SkMatrix44::preserves2dAxisAlignment()Gravatar tomhudson2014-09-26
* Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect()Gravatar piotaixr2014-09-26
* Fix SkTextBlob offset semantics.Gravatar Florin Malita2014-09-26
* Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect()Gravatar piotaixr2014-09-26
* Split GrDrawState and GrOptDrawState into separate classes and remove base cl...Gravatar egdaniel2014-09-26
* Fix SkTableColorFilter deserialization validation.Gravatar senorblanco2014-09-25
* Seems that some of our compliers can't infer this type, though most can.Gravatar Mike Klein2014-09-25
* Remove SkPaint dirty bits.Gravatar mtklein2014-09-25
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-24
* Fix SkXfermode deserialization.Gravatar senorblanco2014-09-24
* Correct glyph with non-bmp from typeface on Mac.Gravatar bungeman2014-09-24
* Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...Gravatar borenet2014-09-24
* Use OptDrawState instead of DrawState when flushing state in GrGpuGLGravatar egdaniel2014-09-24
* Swap iteration order in TileGrid::insert().Gravatar mtklein2014-09-24
* Update layer hoisting code to correctly render sub-picture layersGravatar robertphillips2014-09-24
* Revert "Use draw buffer for texture copy impl."Gravatar Brian Salomon2014-09-24
* Revert "Add support for EGL on linux"Gravatar borenet2014-09-24
* Add support for EGL on linuxGravatar derekf2014-09-23
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-23
* We need to adjust the bounds of clip ops with SaveLayer paints too.Gravatar Mike Klein2014-09-23
* Remove unused fRequiresVertexShader data member from OptDrawStateGravatar egdaniel2014-09-23
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Use draw buffer for texture copy impl.Gravatar bsalomon2014-09-23