Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
0a86820f2fe3b62f2a5ac2917a1ef342dbe53722
/
src
/
core
0a86820
Revert "fix nextContour bug"
by Stan Iliev
· 7 years ago
76d69b4
Apply filterTextFlags so the fonts are the same.
by Herb Derby
· 7 years ago
7278d68
Add DoneProc to Promise Images
by Greg Daniel
· 7 years ago
7ba427e
handle bad xform in drawTextRSXform
by Mike Reed
· 7 years ago
b5319d5
fix overflow in rgnbuilder
by Mike Reed
· 7 years ago
473f692
fix nextContour bug
by Mike Reed
· 7 years ago
6ceaafa
Handle GrContext creation failure in DDL
by Robert Phillips
· 7 years ago
e11d793
detect non-finite pts
by Mike Reed
· 7 years ago
9c2916e
drawTextRSXform should not apply matrix to shader
by Mike Reed
· 7 years ago
c2ec4e8
SkAutoGlyphCache change some sites to Find*.
by Herb Derby
· 7 years ago
5d389c2
protect PathMeasure against input paths with NaNs
by Cary Clark
· 7 years ago
38eb740
Remove SK_RASTER_RECORDER_IMPLEMENTATION
by Robert Phillips
· 7 years ago
67c47f2
Add glyph cache warming - prototype
by Herb Derby
· 7 years ago
efbf00c
Add accessor and less for raw glyph ID and WS
by Herb Derby
· 7 years ago
1be1f8d
hide SkBlurMaskFilter and SkBlurQuality
by Mike Reed
· 7 years ago
c29c76a
Experiment: relax 4 byte alignment for glyph images
by Herb Derby
· 7 years ago
2532584
add explicit API to know if the writebuffer is using its external storage
by Mike Reed
· 7 years ago
ba321b6
Cleanup size calculations in SkGlyph
by Herb Derby
· 7 years ago
7eddfb8
consolidate SaveLayerFlag internal references
by Cary Clark
· 7 years ago
c582827
Include correct trace.h.
by Ben Wagner
· 7 years ago
1c44358
protect SkPathMeasure against NaN
by Cary Clark
· 7 years ago
98242a8
Revert "Reland "Add SkColorSpaceXform_skcms""
by Brian Osman
· 7 years ago
57337d9
Reland "Add SkColorSpaceXform_skcms"
by Brian Osman
· 7 years ago
8103eca
Revert "Add SkColorSpaceXform_skcms"
by Brian Osman
· 7 years ago
67f62b1
Add SkColorSpaceXform_skcms
by Brian Osman
· 7 years ago
24f25dc
Move ComputeAxisAlignmentForHText to Rec.
by Herb Derby
· 7 years ago
18e7556
move blur impl into core
by Mike Reed
· 7 years ago
9525260
Expose SkGlyphCache's alloc
by Herb Derby
· 7 years ago
061c278
fix writeImage when encode step fails, since data is null
by Mike Reed
· 7 years ago
d34c633
Make SubpixelAlignment public
by Herb Derby
· 7 years ago
b1cdc78
Remove unused SkAutoGlyphCache constructor
by Herb Derby
· 7 years ago
93adfd6
SkReadBuffer.h shouldn't include itself.
by Ben Wagner
· 7 years ago
d824406
Remove SK_SUPPORT_LEGACY_ADOBE_XYZ
by Brian Osman
· 7 years ago
60ca867
make paint flatten unflatten private
by Cary Clark
· 7 years ago
c6b347e
Fix overflow in blur for VERY wide bitmaps.
by Herb Derby
· 7 years ago
82a36ac
Remove DetachCache and AttachCache.
by Herb Derby
· 7 years ago
b5502b2
Small cleanups suggested by ClangTidy
by Kevin Lubick
· 7 years ago
689d02d
harden pathmeasure and fix empty case
by Cary Clark
· 7 years ago
8e03f69
remove unused ConvertRadiusToSigma from SkBlurMaskFilter
by Mike Reed
· 7 years ago
e8de024
with no more offline codegen, seed_shader can be normal
by Mike Klein
· 7 years ago
2ac541e
Revert "Check the boundary while cumulating deltas in a mask"
by Yuqian Li
· 7 years ago
0fc41da
Revert "start hardening pathmeasure"
by Cary Clark
· 7 years ago
d9779bc
Check the boundary while cumulating deltas in a mask
by Yuqian Li
· 7 years ago
429a540
start hardening pathmeasure
by Cary Clark
· 7 years ago
d2c6637
harden line clipper against slight numerical drift.
by Mike Reed
· 7 years ago
629503d
Do not set record to empty if it's already computed
by Yuqian Li
· 7 years ago
749efb6
Ensure Y->X ordering when building a region from a path
by Mike Reed
· 7 years ago
37886ce
Shim to enforce that canvas virtuals are overridden
by Brian Osman
· 7 years ago
d496655
Remove TLS glyph cache calls.
by Herb Derby
· 7 years ago
7946c0c
Fix no gpu build
by Greg Daniel
· 7 years ago
f4e99e6
Remove getCache from SkAutoGlyphCache*
by Herb Derby
· 7 years ago
a8d9211
Add promise images for deferred instantiation of wrapped gpu textures
by Greg Daniel
· 7 years ago
33cb22c
Remove one use of AttachCache, and a paint variant of FindOrCreate...
by Herb Derby
· 7 years ago
c2ef4ab
Remove all uses of getCache with get.
by Herb Derby
· 7 years ago
dc0b12e
Harden size check during textblob deserialization
by Wei Li
· 7 years ago
d07e4a2
Change behavior of custom image serial/deserial
by Mike Reed
· 7 years ago
8b0ef63
Use clippedIR instead of clipBounds to filter coverage deltas
by Yuqian Li
· 7 years ago
f777897
Delazify wrapped backend textures/render target proxies
by Brian Salomon
· 7 years ago
c7c2baf
Additional DDL playback cleanup
by Robert Phillips
· 7 years ago
b5e1f75
Revert "Revert "add tiler for SkDraw""
by Mike Reed
· 7 years ago
c7fbda9
chop down huge rects before hairlining
by Mike Reed
· 7 years ago
ab6fd7e
Revert "Remove attach and detach glyph cache."
by Herb Derby
· 7 years ago
1b9b7d5
Reland "Reland "make SkJumper stages normal Skia code""
by Mike Klein
· 7 years ago
5cc94cc
Revert "Reland "make SkJumper stages normal Skia code""
by Mike Klein
· 7 years ago
61d56b9
Remove attach and detach glyph cache.
by Herb Derby
· 7 years ago
78cb579
Reland "make SkJumper stages normal Skia code"
by Mike Klein
· 7 years ago
3a4bd34
Revert "make SkJumper stages normal Skia code"
by Mike Klein
· 7 years ago
22e536e
make SkJumper stages normal Skia code
by Mike Klein
· 7 years ago
461ef7a
Revert "add tiler for SkDraw"
by Florin Malita
· 7 years ago
a82780e
use safe math for growForRepeatedVerb
by Cary Clark
· 7 years ago
61e2d45
Revert "Centralize mask byte calculations"
by Herb Derby
· 7 years ago
2c71133
Cleaning up SkColorSpaceXform a bit
by Brian Osman
· 7 years ago
8994150
Centralize mask byte calculations
by Herb Derby
· 7 years ago
be1b397
add tiler for SkDraw
by Mike Reed
· 7 years ago
18e9ba1
support 888x, 1010102, and 101010x in SkPixmap::erase()
by Mike Klein
· 7 years ago
e041e31
remove canvas internal private
by Cary Clark
· 7 years ago
ba8feb5
Draw glyphs from paths if they have an empty path.
by Ben Wagner
· 7 years ago
eb3f674
Add GetTypefaceOrDefault to SkPaintPriv
by Herb Derby
· 7 years ago
7487ec8
use points instead of verbs for interpolate
by Cary Clark
· 7 years ago
28d4773
make compute helper for blurs private
by Mike Reed
· 7 years ago
0c4b7b1
Move internal calls from GrContext to GrContextPriv
by Robert Phillips
· 7 years ago
dfeb2aa
SkGlyphCache - update core routines.
by Herb Derby
· 7 years ago
a445fdd
Set SkDAARecord to empty type if the scan converter returns early
by Yuqian Li
· 7 years ago
10fc6fd
Revert "Revert "Add 1010102 support to Ganesh""
by Brian Osman
· 7 years ago
fde6fa0
Fix creation of extra GrContextThreadSafeProxies in DDL world
by Robert Phillips
· 7 years ago
ee08b4a
SkString: remove externally unused ::setUTF16() from API
by Hal Canary
· 7 years ago
ded47a5
Revert "Add 1010102 support to Ganesh"
by Brian Osman
· 7 years ago
2d0e124
SkString: fix ::setUTF16
by Hal Canary
· 7 years ago
44b6120
Add 1010102 support to Ganesh
by Brian Osman
· 7 years ago
65e409f
make SkDestinationSurfaceColorMode private
by Cary Clark
· 7 years ago
79d3324
date recent version bump for path serialization
by Mike Reed
· 7 years ago
bb586b2
fix crasher in path-->region
by Mike Reed
· 7 years ago
0a3b12b
keep points as floats until after clipping
by Mike Reed
· 7 years ago
649fb73
make 1010102/888x layers 8888, not 1010102/888x
by Mike Klein
· 7 years ago
ec84612
fix mask address calculation
by Mike Klein
· 7 years ago
78663f9
Fix overflow in number of bytes to erase.
by Herb Derby
· 7 years ago
b8b6253
Add threaded backend sink to DM. Fix a scheduler bug.
by Yuqian Li
· 7 years ago
3fd84fa
Set empty drawFn when init-once returns early
by Yuqian Li
· 7 years ago
8a3f654
Copy the bitmap in SkThreadedBMPDevice::drawDevice
by Yuqian Li
· 7 years ago
0a78e1e
handle conic underflow calc
by Mike Reed
· 7 years ago
Next »