Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
45839f9cd1cbd2da72f13b4744b90f5acc42063d
/
src
/
utils
aa73b96
clean up SkDeferredCanvas
by Mike Klein
· 7 years ago
53d863c
Enable tonal color for shadows by default.
by Jim Van Verth
· 7 years ago
aae47c8
sksl enum support
by Ethan Nicholas
· 7 years ago
df429f3
move parts of SkPoint to SkPointPriv
by Cary Clark
· 7 years ago
03141d2
remove SkThread, using std::thread instead
by Mike Klein
· 7 years ago
4cbb6e6
Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter.
by Brian Salomon
· 7 years ago
ce4a389
remove dead code -- older than min picture version
by Mike Reed
· 7 years ago
1ba5b6b
Plumb more SkPaintFilterCanvas virtuals
by Florin Malita
· 7 years ago
f0ffb89
Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Mike Reed
· 7 years ago
5a2e50e
Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"""
by Mike Reed
· 7 years ago
cd284c5
Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""
by Mike Reed
· 7 years ago
809cbed
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Jim Van Verth
· 7 years ago
88757da
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
by Mike Reed
· 7 years ago
f46633f
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Greg Daniel
· 7 years ago
98a6216
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
by Mike Reed
· 7 years ago
adaeaed
Add missing onDrawDrawable() overrides to utility canvases
by Florin Malita
· 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
a4083c9
make most of SkColorPriv.h private
by Cary Clark
· 7 years ago
de3b710
Cache the results of get_pixel_formats_to_try
by Brian Osman
· 7 years ago
b6f8212
Optimize the size of our JSON
by Brian Osman
· 7 years ago
6269f71
Cache WGL extension function pointers
by Brian Osman
· 7 years ago
b4aab9a
Replace SkFAIL with SK_ABORT.
by Ben Wagner
· 7 years ago
aff329b
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
by Brian Salomon
· 7 years ago
8048822
Revert "Revert "Support single line objects and arrays""
by Brian Osman
· 7 years ago
31c075e
Avoid errors about re-defining __STDC_FORMAT_MACROS
by Brian Osman
· 7 years ago
71a1889
Revert "Revert "GrContext::dump that produces JSON formatted output""
by Brian Osman
· 7 years ago
a5a69cf
Revert "Support single line objects and arrays"
by Brian Osman
· 7 years ago
6a7d56f
Support single line objects and arrays
by Brian Osman
· 7 years ago
69fd008
Added SkJSONWriter
by Brian Osman
· 7 years ago
26308e1
Remove last uses of SkTypeface::style() in Skia.
by Ben Wagner
· 7 years ago
c6c10b4
Remove SkTypeface::Style from fuzzers and lua.
by Ben Wagner
· 7 years ago
c722f79
clang on windows support
by Mike Klein
· 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
b55eb28
Add some convexity checks to shadow code.
by Jim Van Verth
· 7 years ago
0274b30
converted GrBlurredEdgeFragmentProcessor to sksl
by Ethan Nicholas
· 7 years ago
7d8955e
Add null check for non-cached shadows.
by Jim Van Verth
· 7 years ago
b1de5f9
SkDocument: consolidate trimBox code
by Hal Canary
· 7 years ago
9c1d780
remove filterSpan from SkColorFilter
by Mike Reed
· 7 years ago
34d6e4b
Add tonal color support for shadows.
by Jim Van Verth
· 7 years ago
70bc94f
Bump min picture to 7+ months ago
by Mike Reed
· 7 years ago
25f3805
slant colorfilter away from filterSpan4f
by Mike Reed
· 8 years ago
6533159
add stage for gaussian alpha to rgba for shadows
by Mike Reed
· 8 years ago
14a6430
SkSTArenaAlloc
by Florin Malita
· 8 years ago
e8fa427
add default arg so android can bulid
by Mike Reed
· 8 years ago
435071e
color-correct patch
by Mike Reed
· 8 years ago
eb63eb7
Fix TSAN error for shadow cache
by Jim Van Verth
· 8 years ago
8793e38
Cache ambient and spot shadows at a canonical position
by Jim Van Verth
· 8 years ago
7346a1f
detect (and preserve) if patch colors are opaque
by Mike Reed
· 8 years ago
3af1af9
Remove ambient and spot mask filters.
by Jim Van Verth
· 8 years ago
4204da2
move shadows to device virtual
by Mike Reed
· 8 years ago
7638785
Fix inset for ambient tessellated shadows
by Jim Van Verth
· 8 years ago
4c9b893
Allow shadow zParams to be applied to affine transformations
by Jim Van Verth
· 8 years ago
78c8f30
Add filled occluders to shadow_utils GM, take 2
by Jim Van Verth
· 8 years ago
175f588
Modify SkEventTracer::SetInstance to fail rather than assert if a tracer has already been installed.
by Brian Salomon
· 8 years ago
a783c36
Classify spot shadows for general shapes
by Jim Van Verth
· 8 years ago
1c4c114
Fix transparent ambient for perspective shadows
by Jim Van Verth
· 8 years ago
37c5a96
Unify ShadowUtils interface
by Jim Van Verth
· 8 years ago
be25600
fix commented-out gaussian
by Mike Klein
· 8 years ago
e308a12
Remove height functor for shadows and replace with plane equation params
by Jim Van Verth
· 8 years ago
8d1e0ac
More analytic shadow refactoring.
by Jim Van Verth
· 8 years ago
b1485f2
tweak the gaussian quartic
by Mike Reed
· 8 years ago
e12c69e
optimize gaussian with herbs quartic
by Mike Reed
· 8 years ago
b9641bd
force all colorfilters to implement 4f
by Mike Reed
· 8 years ago
060d982
Combine the ambient and spot alphas into the base color for geometric shadows.
by Jim Van Verth
· 8 years ago
ab244f0
Revert "Revert "Reland: Remove SkLights include from SkCanvas.h""
by Florin Malita
· 8 years ago
9d5f66d
Revert "Reland: Remove SkLights include from SkCanvas.h"
by Florin Malita
· 8 years ago
fed0031
Reland: Remove SkLights include from SkCanvas.h
by Florin Malita
· 8 years ago
37f1655
speedup exp() in gaussian colorfilter
by Mike Reed
· 8 years ago
4c9155b
Remove EXPERIMENTAL_SHADOWING, Part 1
by Jim Van Verth
· 8 years ago
38aad81
Revert "Remove SkLights include from SkCanvas.h"
by Florin Malita
· 8 years ago
9ff301b
Remove SkLights include from SkCanvas.h
by Florin Malita
· 8 years ago
e7e1d9d
Fix up shadows in raster.
by Jim Van Verth
· 8 years ago
6a280a5
Expose resetForNextPicture in SkNoDrawCanvas
by Adrienne Walker
· 8 years ago
736a9cc
remove unused yuv methods
by Mike Reed
· 8 years ago
68b8e3d
Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""
by Matt Sarett
· 8 years ago
b6069df
Fix fast blur for shadow rrects.
by Jim Van Verth
· 8 years ago
0122af0
Revert "Delete copyTo(Allocator), hide copyTo() behind flag"
by Matt Sarett
· 8 years ago
d4a338f
Delete copyTo(Allocator), hide copyTo() behind flag
by Matt Sarett
· 8 years ago
8f7dc9f
Circular shadow fixes for Flutter.
by Jim Van Verth
· 8 years ago
4edb5d2
hide lockpixels api behind flag
by Mike Reed
· 8 years ago
da96550
Add perspective shadows
by Jim Van Verth
· 8 years ago
fafe135
SkSize can be aggregate-initialized
by Hal Canary
· 8 years ago
45cde31
SkMultiPictureDocument : clean up MultiPictureDocumentReader interface
by Hal Canary
· 8 years ago
4ebb43e
hide most details of SkPatchUtils
by Mike Reed
· 8 years ago
887cdf1
move vertex-mode enum into SkVertices
by Mike Reed
· 8 years ago
291932e
Fix is_convex() check for inset polys.
by Jim Van Verth
· 8 years ago
b436655
Add height function to shadow tessellators.
by Jim Van Verth
· 8 years ago
b549cc3
Change SkMemory to the more accurately named SkMalloc.
by Herb Derby
· 8 years ago
0513f14
Try a different calculation for computing convexity.
by Jim Van Verth
· 8 years ago
dc276f9
Disable convex check for now.
by Jim Van Verth
· 8 years ago
ab664fa
Revert "Revert "Create new inset algorithm for spot shadows""
by Brian Salomon
· 8 years ago
e7c85c4
Revert "Create new inset algorithm for spot shadows"
by Brian Salomon
· 8 years ago
e5f5bf5
Create new inset algorithm for spot shadows
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
02f577b
reenable lua and fix bitrot
by Mike Reed
· 8 years ago
Next »