aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureRenderer.cpp
Commit message (Expand)AuthorAge
* Clean up dead code: PictureRendererGravatar mtklein2015-11-18
* Clean up some dead code.Gravatar mtklein2015-10-20
* Base SkAutoTUnref on skstd::unique_ptr.Gravatar bungeman2015-10-01
* Rename flag from "distance field" to "device independent."Gravatar bsalomon2015-08-31
* skia: add ability to load command_buffer_gles2Gravatar hendrikw2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* Convert PictureRenderer to SkPaintFilterCanvasGravatar fmalita2015-06-15
* Store context options on caps.Gravatar bsalomon2015-05-22
* Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...Gravatar bsalomon2015-05-22
* Store context options on caps.Gravatar bsalomon2015-05-22
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Preserve texture compression when saving a revised skp from debuggerGravatar robertphillips2015-03-23
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* remove (unused) GatherPixelRefsGravatar reed2015-01-22
* Require budget decision when creating a RenderTarget SkSurface.Gravatar bsalomon2015-01-16
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove SkTileGrid (except for TileGridInfo).Gravatar mtklein2015-01-09
* add const to encodePixels pixel parameterGravatar reed2014-12-19
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-11
* Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...Gravatar scroggo2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...Gravatar robertphillips2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* add clip to PictureRenderer to better mimic Chromium's rendering methodGravatar robertphillips2014-11-28
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Get gpudft support working in dm, gm, nanobench and bench_picturesGravatar jvanverth2014-11-07
* Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ...Gravatar jvanverth2014-11-06
* Get gpudft support working in dm, gm, nanobench and bench_picturesGravatar jvanverth2014-11-06
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Fix clearing issue in render_picturesGravatar robertphillips2014-10-20
* Make the Sk GL context class an abstract base classGravatar kkinnunen2014-10-09
* Update old tools to allow MultiPictureDraw renderingGravatar robertphillips2014-10-09
* Revert of Make the Sk GL context class an abstract base class (patchset #4 id...Gravatar bsalomon2014-10-08
* Make the Sk GL context class an abstract base classGravatar kkinnunen2014-10-08
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Remove SkQuadTree.Gravatar mtklein2014-08-26
* create sk_tools::Expectation class, similar to skiagm::Expectations classGravatar epoger2014-08-21
* Add flag to bench/render picturesGravatar krajcevski2014-08-18
* Cleanup: Rename SkOSPath functions.Gravatar tfarina2014-07-28
* Split SkPicturePlayback out of SkPictureDataGravatar robertphillips2014-07-07