Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
5141d215e068c630dacc8865ffb46efd7f0f3911
/
src
/
core
82e3145
Fix poor handling of nullptr for new blur code
by Herb Derby
· 7 years ago
d6b28f7
Don't validate() in ~SkPathRef
by Adrienne Walker
· 7 years ago
5c72796
Deinline methods of SkClipStack::Element
by Brian Salomon
· 7 years ago
a4c96cb
Remove SK_SUPPORT_LEGACY_BILERP2 dead code
by Florin Malita
· 7 years ago
eefe9f9
use rasterpipeline if localmatrix is rotated or skewed for images
by Mike Reed
· 7 years ago
dd5ef78
Make texture created by SkColorSpaceXformImageGenerator be the right size
by Brian Salomon
· 7 years ago
4189d1b
Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter.
by Sadrul Habib Chowdhury
· 7 years ago
7ca9a74
Remove uses of sk_throw.
by Ben Wagner
· 7 years ago
e0e2075
If a conic contains any infinite points, abort chopping to quads.
by Stephen White
· 7 years ago
559f534
Add atrace events for bitmap uploads to Android framework builds.
by Derek Sollenberger
· 7 years ago
1d816b9
Revert "Switched highp float to highfloat and mediump float to half."
by Brian Salomon
· 7 years ago
88d99c6
Switched highp float to highfloat and mediump float to half.
by Ethan Nicholas
· 7 years ago
b4aab9a
Replace SkFAIL with SK_ABORT.
by Ben Wagner
· 7 years ago
edf3dc0
Cleanup tracing macros for use by the Android framework
by Derek Sollenberger
· 7 years ago
683d84b
Use SkSafeMath to calculate memory sizes.
by Herb Derby
· 7 years ago
8618338
Fix bogus math in object allocation.
by Herb Derby
· 7 years ago
3249156
Revert "Fix bogus math in object allocation."
by Florin Malita
· 7 years ago
0bc4d60
Fix bogus math in object allocation.
by Herb Derby
· 7 years ago
3ad19e5
Skip bilerp for integral-translate-only matrices (!clamp-clamp case)
by Florin Malita
· 7 years ago
15bb26e
Add an average mode for sigma < 2
by Herb Derby
· 7 years ago
4009668
Revert "Revert "Revert "Add an average mode for sigma < 2"""
by Herb Derby
· 7 years ago
f6975ea
Revert "Revert "Add an average mode for sigma < 2""
by Herb Derby
· 7 years ago
8e75031
Revert "Add an average mode for sigma < 2"
by Mike Klein
· 7 years ago
ba82751
Add an average mode for sigma < 2
by Herb Derby
· 7 years ago
7cc49d6
Record SkCanvas::flush().
by Mike Klein
· 7 years ago
0db0779
Fix tracing macros for framework builds
by Brian Osman
· 7 years ago
6ad3ffe
Guard AA change to wait for rebaselines
by Yuqian Li
· 7 years ago
35ae65d
SkSafeMath for tracking size_t overflow
by Herb Derby
· 7 years ago
4a31c46
Don't store clipped x which could break edge order
by Yuqian Li
· 7 years ago
26080be
Much lower overhead Skia event tracing in the framework
by Brian Osman
· 7 years ago
aff329b
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
by Brian Salomon
· 7 years ago
ad8da8e
Expose SkPath validation as boolean
by Adrienne Walker
· 7 years ago
e4f846a
Bypass libandroid dynamic linking for ATrace in framework builds
by Brian Osman
· 7 years ago
92e6cc6
Some performance tweaks for DAA
by Yuqian Li
· 7 years ago
c2f876b
Replace interp() with clut_{3,4}D stages.
by Mike Klein
· 7 years ago
5eb8fc5
No chop at y extrema for cubics
by Yuqian Li
· 7 years ago
6a14edc
Remove SkColorLookUpTable::interp3D().
by Mike Klein
· 7 years ago
dd3feee
Move gFDot6INVERSE definition to cpp file
by Yuqian Li
· 7 years ago
a07e430
add gamma stage
by Mike Klein
· 7 years ago
3404207
use rasterpipeline for images if matrix is >= scale+translate
by Mike Reed
· 7 years ago
b12e178
rewrite SkColorLookUpTable::interpDimension()
by Mike Klein
· 7 years ago
26308e1
Remove last uses of SkTypeface::style() in Skia.
by Ben Wagner
· 7 years ago
50d0d05
add an invert stage for inverse CMYK -> CMYK
by Mike Klein
· 7 years ago
e9bf6dc
Don't compare against uninit edge in SkPath::conservativelyContainsRect
by Brian Salomon
· 7 years ago
8aeec29
simplify shaderbase -- remove shaderproc -- no measurable speed diff
by Mike Reed
· 7 years ago
522101f
Remove SK_NO_ANALYTIC_AA
by Yuqian Li
· 7 years ago
54043a0
Flush threaded device when reaching max queue size
by Yuqian Li
· 7 years ago
6dd8cf1
Remove SkLightingShader and associated classes
by Robert Phillips
· 7 years ago
121ad19
Update SkClipStack's bound computation
by Robert Phillips
· 7 years ago
49fd5d5
Disable Delta AA for MSVC for now
by Yuqian Li
· 7 years ago
b6705c2
Add support for object creation/snapshot/deletion events
by Brian Osman
· 7 years ago
1a2e3e1
Store float and byte constant colors.
by Mike Klein
· 7 years ago
16776df
funnel all constant colors through append_constant_color()
by Mike Klein
· 7 years ago
073073e
Rename append_uniform_color() to append_constant_color().
by Mike Klein
· 7 years ago
73d8fd9
Add a private API for writing the clip to the stencil
by Stan Iliev
· 7 years ago
8289306
Revert "remove another SkConvertPixels "fast path""
by Mike Klein
· 7 years ago
db96f25
Reduce SORT_THRESHOLD to 256
by Yuqian Li
· 7 years ago
706a076
remove another SkConvertPixels "fast path"
by Mike Klein
· 7 years ago
5a9a981
Tiling support for SkSweepGradient
by Florin Malita
· 7 years ago
4bd3b09
Assert text passed to canvas is initialized.
by Ben Wagner
· 7 years ago
e779ab1
Remove unused code for index 8
by Brian Osman
· 7 years ago
96271cd
Require clone() be implemented by GrFragmentProcessor subclasses
by Brian Salomon
· 7 years ago
179849e
Fix premul state in from_srgb in convert_with_pipeline
by Christopher Cameron
· 7 years ago
0500eba
Remove union from SkFontStyle.
by Ben Wagner
· 7 years ago
49f58a3
Add asserts to SkBlurImageFilter flatten & CreateProc
by Robert Phillips
· 7 years ago
66e393c
longer is better
by Cary Clark
· 7 years ago
d9b6773
disable single threaded debugging code
by Cary Clark
· 7 years ago
f41996e
Remove dead SK_SUPPORT_LEGACY_BILERP code
by Florin Malita
· 7 years ago
1af03d4
Compute correct bounds for DrawShadowRec.
by Jim Van Verth
· 7 years ago
5af9ea3
renamed SkSL types in preparation for killing precision modifiers
by Ethan Nicholas
· 7 years ago
2f145bf
Enable Delta AA by default
by Yuqian Li
· 7 years ago
7131950
Remove internal use of SkTypeface::Style.
by Ben Wagner
· 7 years ago
2e2d34b
Revert "Remove the temporary flag SK_NO_ANALYTIC_AA"
by Yuqian Li
· 7 years ago
dbce07d
Remove the temporary flag SK_NO_ANALYTIC_AA
by Yuqian Li
· 7 years ago
b133ffe
Remove Gr1DKernelEffect "helper" class.
by Brian Salomon
· 7 years ago
7d99dad
Unify DAA and AAA usage decision
by Yuqian Li
· 7 years ago
41a930f
Revert "Revert "Fix SkPathRef deserialization malloc crash""
by Mike Reed
· 7 years ago
a4ce4b1
Revert "Fix SkPathRef deserialization malloc crash"
by Mike Reed
· 7 years ago
df6660f
Fix SkPathRef deserialization malloc crash
by Adrienne Walker
· 7 years ago
e82a10b
Use ifdef instead of ifndef
by Yuqian Li
· 7 years ago
847068c
add Make factory to SkMemoryStream (simplify call-sites)
by Mike Reed
· 7 years ago
5e035ca
Normalize canvas tracing
by Brian Osman
· 7 years ago
68dd2a2
Further reduce stack size according to -fstack-usage
by Yuqian Li
· 7 years ago
39c08ac
Automatically prepend "disabled-by-default-" to TRACE categories
by Brian Osman
· 7 years ago
bb2c14e
Further reduce google3 stack size
by Yuqian Li
· 7 years ago
a9340ba
Tracing macro cleanup continued
by Brian Osman
· 7 years ago
103611d
Fix flutter and g3 build
by Yuqian Li
· 7 years ago
df60e36
New analytic AA scan converter using delta (I call it DAA for now)
by Yuqian Li
· 7 years ago
4ed9ae4
Improve GrGLNonlinearColorSpaceXformEffect to support scRGB
by Stan Iliev
· 7 years ago
159db0a
rough clamped tracking in SkRasterPipeline
by Mike Klein
· 7 years ago
323ae0e
trim down colortable impl
by Mike Reed
· 7 years ago
92db5a3
CPU impl for ToSRGBColorFilter
by Mike Klein
· 7 years ago
d89d7a7
Add clone() to three more fragment processor classes
by Brian Salomon
· 7 years ago
56e2d94
remove orphaned file
by Mike Reed
· 7 years ago
6229b12
Control crash ArenaAlloc for unsatisfiable requests.
by Ben Wagner
· 7 years ago
b323a5e
sprinkle more tracing in GM, tests, and ok, and add TRACE_FUNC
by Mike Klein
· 7 years ago
89d9d95
Add temporary fix for DrawShadowRec bounds.
by Jim Van Verth
· 7 years ago
e44ef10
Second small fragment from "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
9ddf86d
make SkColorTable private
by Mike Reed
· 7 years ago
54518ac
remove unused SkPoint3 from SkColor.h
by Mike Reed
· 7 years ago
Next »