Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a5c6f1c3b71e3d1cabb054b08f00d59ad5526c1d
/
include
/
utils
3adc122
Fill in some missing virtuals from canvas subclasses
by Brian Osman
· 7 years ago
a556684
Remove deprecated drawShadow interfaces
by Jim Van Verth
· 7 years ago
46563d1
Forward internal_private_accessTopLayerRenderTargetContext from SkPaintFilterCanvas
by Chris Dalton
· 7 years ago
b1b80f7
Remove tonal color from DrawShadow internals
by Jim Van Verth
· 7 years ago
744cbb3
Fix alpha contribution to tonal color.
by Jim Van Verth
· 7 years ago
0cbc10f
Make SkImageGeneratorCG apply encoded origin
by Leon Scroggins III
· 7 years ago
1ba5b6b
Plumb more SkPaintFilterCanvas virtuals
by Florin Malita
· 7 years ago
cd975d5
Implement getGrContext in SkPaintFilterCanvas
by Stan Iliev
· 7 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
adaeaed
Add missing onDrawDrawable() overrides to utility canvases
by Florin Malita
· 7 years ago
2fbf1bc
Add SK_API to APIs used by the android framework.
by Derek Sollenberger
· 7 years ago
0ca2146
remove dead code for STREAM_API
by Mike Reed
· 7 years ago
98c5d92
Revert "Revert "use unique_ptr for stream api""
by Mike Reed
· 7 years ago
7031b24
Revert "use unique_ptr for stream api"
by Mike Reed
· 7 years ago
49f1f34
use unique_ptr for stream api
by Mike Reed
· 7 years ago
a93a14a
Convert NULL and 0 to nullptr.
by Ben Wagner
· 7 years ago
35ee0e0
clean up useage of SkFloatBits
by Mike Reed
· 7 years ago
1af03d4
Compute correct bounds for DrawShadowRec.
by Jim Van Verth
· 7 years ago
54518ac
remove unused SkPoint3 from SkColor.h
by Mike Reed
· 7 years ago
65e4c61
Add category support to JSON and SkDebugf tracing
by Brian Osman
· 7 years ago
34d6e4b
Add tonal color support for shadows.
by Jim Van Verth
· 7 years ago
3af1af9
Remove ambient and spot mask filters.
by Jim Van Verth
· 7 years ago
4204da2
move shadows to device virtual
by Mike Reed
· 7 years ago
4c9b893
Allow shadow zParams to be applied to affine transformations
by Jim Van Verth
· 7 years ago
175f588
Modify SkEventTracer::SetInstance to fail rather than assert if a tracer has already been installed.
by Brian Salomon
· 7 years ago
37c5a96
Unify ShadowUtils interface
by Jim Van Verth
· 7 years ago
e308a12
Remove height functor for shadows and replace with plane equation params
by Jim Van Verth
· 7 years ago
6a280a5
Expose resetForNextPicture in SkNoDrawCanvas
by Adrienne Walker
· 8 years ago
da96550
Add perspective shadows
by Jim Van Verth
· 8 years ago
b436655
Add height function to shadow tessellators.
by Jim Van Verth
· 8 years ago
d3b6597
Mark overridden destructors with 'override' and remove 'virtual'
by Brian Salomon
· 8 years ago
18ea65a
Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch""
by Mike Reed
· 8 years ago
006c8da
Revert "remove unused SkMeshUtils and SkBoundaryPatch"
by Stephan Altmueller
· 8 years ago
5e21e09
remove unused SkMeshUtils and SkBoundaryPatch
by Mike Reed
· 8 years ago
fed9cfd
remove legacy virtual for vertices, only support object form
by Mike Reed
· 8 years ago
e88a1cb
Revert[2] "More SkVertices implementation work""
by Mike Reed
· 8 years ago
1eb3fef
Revert "More SkVertices implementation work"
by Mike Reed
· 8 years ago
14583e1
More SkVertices implementation work
by Mike Reed
· 8 years ago
90b2005
remove SkPictureUtils.h
by Mike Reed
· 8 years ago
804e091
Make shadow_utils GM use its own SkResourceCache
by Brian Salomon
· 8 years ago
bc9956d
Attempt to stabilize shadow_utils GM for replay configs
by Brian Salomon
· 8 years ago
03a7f5f
Make header files idempotent; script to check
by Hal Canary
· 8 years ago
6b20a55
Make header files self-sufficient
by Hal Canary
· 8 years ago
3c5cfb0
Remove exec bit from source files.
by Ben Wagner
· 8 years ago
199fb87
Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.
by Brian Salomon
· 8 years ago
2589042
remove unused SkLayer
by Mike Reed
· 8 years ago
4f364fd
remove clipstack from lua -- deprecated
by Mike Reed
· 8 years ago
2103cf0
Split ShadowMaskFilter into separate ambient and spot mask filters
by Jim Van Verth
· 8 years ago
43475ad
Move Android shadow rendering interface to util library.
by Jim Van Verth
· 8 years ago
356f7c2
support external raster handles
by Mike Reed
· 8 years ago
463c848
helper to convert CGImage -> SkImage
by Mike Reed
· 8 years ago
c1f7774
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
by Mike Reed
· 8 years ago
a129dfe
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
by Mike Reed
· 8 years ago
8e7432b
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
by Mike Reed
· 8 years ago
02b7349
no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore
by Mike Reed
· 8 years ago
d8c278a
Add no-op draw overrides to SkNoDrawCanvas
by Florin Malita
· 8 years ago
439ace9
Rebase non-drawing SkCanvas subclasses to SkNoDrawCanvas
by Florin Malita
· 8 years ago
4b7b6f0
Retire SkNoSaveLayerCanvas
by Florin Malita
· 8 years ago
ee424ac
SkNoDrawCanvas - a public non-drawing canvas base class
by Florin Malita
· 8 years ago
5df4934
Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
by Mike Reed
· 8 years ago
b613c26
Revert "Change SkCanvas to *not* inherit from SkRefCnt"
by Heather Miller
· 8 years ago
8240750
Change SkCanvas to *not* inherit from SkRefCnt
by Mike Reed
· 8 years ago
faba371
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
by Mike Reed
· 8 years ago
7d954ad
remove xfermode from public api
by Mike Reed
· 8 years ago
c03e1c5
Re-enable overdraw mode in debugger.
by Ben Wagner
· 8 years ago
73603f3
abstract name of clipping ops, to transtion to a more restricted set
by reed
· 8 years ago
f93d711
SkFontData to use smart pointers.
by bungeman
· 8 years ago
606add3
Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ )
by bungeman
· 8 years ago
d8c2476
SkFontData to use smart pointers.
by bungeman
· 8 years ago
37283c2
Use sk_sp text blob APIs
by fmalita
· 8 years ago
ac3aa24
Plumb drawArc to SkDevice.
by bsalomon
· 8 years ago
4e44efe
SkRTConf: eliminate
by halcanary
· 8 years ago
b979634
Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ )
by mtklein
· 8 years ago
ef59974
SkRTConf: reduce functionality to what we use, increase simplicity
by halcanary
· 8 years ago
a25f470
Delete SkNinePatch
by msarett
· 8 years ago
1b51e0e
Move SkJSONCPP.h to tools. It tool-only.
by mtklein
· 8 years ago
45561a0
drawTextRSXform
by reed
· 8 years ago
2b2810b
all dumpcanvas to be built in release
by reed
· 8 years ago
2853f00
Move headers in include/utils/win to src/utils/win.
by bungeman
· 8 years ago
73c7c3c
Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ )
by bungeman
· 8 years ago
bd770d6
Support pixel antialising in DirectWrite.
by bungeman
· 8 years ago
4dbbd04
SkLeanWindows.h: #include "Windows.h" fewer places
by halcanary
· 8 years ago
68e99ac
remove alias for SkMatrix44.h -- chrome callers have been updated
by reed
· 9 years ago
50d3b57
return 4x4 matrix from SkColorSpace
by reed
· 9 years ago
efe46d2
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
by djsollen
· 9 years ago
28d5bdd
Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ )
by reed
· 9 years ago
48d6f88
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
by djsollen
· 9 years ago
6c71e0a
Reverse dependency between SkScalar.h and SkFixed.h.
by benjaminwagner
· 9 years ago
1263448
Make SkRandom::next[US]Fixed1 private; update documentation for SkRandom::nextSScalar1.
by benjaminwagner
· 9 years ago
f70b531
Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )"
by reed
· 9 years ago
1610835
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )
by reed
· 9 years ago
0eda258
move annotations to canvas virtual
by reed
· 9 years ago
a7e9f05
Move SkTDArray to private.
by bungeman
· 9 years ago
bf521ff
Move SkTArray to include/private.
by bungeman
· 9 years ago
53d9f1c
SK_SUPPORT_LEGACY_DRAWFLTER typo
by fmalita
· 9 years ago
7765000
Hide SkCanvas::{set,get}DrawFilter
by fmalita
· 9 years ago
879caf8
remove SkDebugUtils.h -- unused
by reed
· 9 years ago
61a237e
SkPaintFilterCanvas cleanup
by fmalita
· 9 years ago
32cdc32
SkTCopyOnFirstWrite-based SkPaintFilterCanvas API
by fmalita
· 9 years ago
bad23dc
SkPaintFilterCanvas skip-draw support
by fmalita
· 9 years ago
Next »