index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
PictureRenderer.cpp
Commit message (
Expand
)
Author
Age
*
Clean up some dead code.
mtklein
2015-10-20
*
Base SkAutoTUnref on skstd::unique_ptr.
bungeman
2015-10-01
*
Rename flag from "distance field" to "device independent."
bsalomon
2015-08-31
*
skia: add ability to load command_buffer_gles2
hendrikw
2015-08-27
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Make SkGpuDevice know its alpha type
bsalomon
2015-06-23
*
Convert PictureRenderer to SkPaintFilterCanvas
fmalita
2015-06-15
*
Store context options on caps.
bsalomon
2015-05-22
*
Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...
bsalomon
2015-05-22
*
Store context options on caps.
bsalomon
2015-05-22
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Preserve texture compression when saving a revised skp from debugger
robertphillips
2015-03-23
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
remove (unused) GatherPixelRefs
reed
2015-01-22
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove SkTileGrid (except for TileGridInfo).
mtklein
2015-01-09
*
add const to encodePixels pixel parameter
reed
2014-12-19
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-11
*
Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...
scroggo
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...
robertphillips
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
add clip to PictureRenderer to better mimic Chromium's rendering method
robertphillips
2014-11-28
*
Change where layer hoisting data is gathered
robertphillips
2014-11-11
*
Get gpudft support working in dm, gm, nanobench and bench_pictures
jvanverth
2014-11-07
*
Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ...
jvanverth
2014-11-06
*
Get gpudft support working in dm, gm, nanobench and bench_pictures
jvanverth
2014-11-06
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Fix clearing issue in render_pictures
robertphillips
2014-10-20
*
Make the Sk GL context class an abstract base class
kkinnunen
2014-10-09
*
Update old tools to allow MultiPictureDraw rendering
robertphillips
2014-10-09
*
Revert of Make the Sk GL context class an abstract base class (patchset #4 id...
bsalomon
2014-10-08
*
Make the Sk GL context class an abstract base class
kkinnunen
2014-10-08
*
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...
reed
2014-09-22
*
Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...
reed
2014-09-21
*
introduce Props to surface (work in progress)
reed
2014-09-21
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Change SkPicture::draw to playback
robertphillips
2014-09-04
*
Try out scalar picture sizes
robertphillips
2014-08-29
*
Remove SkQuadTree.
mtklein
2014-08-26
*
create sk_tools::Expectation class, similar to skiagm::Expectations class
epoger
2014-08-21
*
Add flag to bench/render pictures
krajcevski
2014-08-18
*
Cleanup: Rename SkOSPath functions.
tfarina
2014-07-28
*
Split SkPicturePlayback out of SkPictureData
robertphillips
2014-07-07
*
Deprecate SkPicture::clone().
mtklein
2014-06-27
[next]