Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
8be4b02b4c7276a3282305f22b8afb59c8797eb4
/
src
dc5863c
use font in SkTextUtils
by Mike Reed
· 6 years ago
0951cc2
Revert "Reland "Revert "serialize fonts instead of paints"""
by Mike Reed
· 6 years ago
f4dd96c
Reland "Revert "serialize fonts instead of paints""
by Mike Reed
· 6 years ago
8eb64d3
fixed SPIR-V global initializer ordering
by Ethan Nicholas
· 6 years ago
1addaff
SkPDF: unify SkPDFOffsetMap and SkPDFObjectSerializer
by Hal Canary
· 6 years ago
9d6049a
fix pathops bug 8380
by Cary Clark
· 6 years ago
fb45594
Revert "share constructors/enum in both variants of SkReadBuffer"
by Mike Reed
· 6 years ago
93aeba0
Implement per-edge aa as extra vertices instead of interpolated edge distances
by Michael Ludwig
· 6 years ago
438ea54
Move from a generalized appendGlyph to two specialized methods.
by Herb Derby
· 6 years ago
2ae3337
share constructors/enum in both variants of SkReadBuffer
by Mike Reed
· 6 years ago
9803b8f
Revert "Revert "serialize fonts instead of paints""
by Mike Reed
· 6 years ago
576633c
Revert "serialize fonts instead of paints"
by Mike Reed
· 6 years ago
427966a
Short term fix for SkClipStack unique key issue
by Robert Phillips
· 6 years ago
f1ae66b
serialize fonts instead of paints
by Mike Reed
· 6 years ago
d104cc4
SkPDF: debugging flag SK_PDF_BASE85_BINARY applies to JPEG
by Hal Canary
· 6 years ago
1332743
remove overrides of (dead) onDrawTextRSXform
by Mike Reed
· 6 years ago
578b089
Revert "Tweak Plot size to try to get better perf."
by Jim Van Verth
· 6 years ago
5a3fdee
Convert GrGlyph::PackedID to SkPackedGlyphID
by Herb Derby
· 6 years ago
edce0aa
add gm and fix origin for xform-based blobs
by Mike Reed
· 6 years ago
e4beab7
Disable vulkan specific code in GrAHardwareBufferImageGenerator when not building vulkan.
by Greg Daniel
· 6 years ago
4c35be0
Remove PackedID from the strike call chain
by Herb Derby
· 6 years ago
2a4c4df
Add wide color support to stroke rect op and default GP
by Brian Osman
· 6 years ago
b03e024
Make and use a ctor for GrGlyph
by Herb Derby
· 6 years ago
37e21f6
Move the maskStyle into the GrGlyph
by Herb Derby
· 6 years ago
30cf62b
add rsxform runs to textblobs
by Mike Reed
· 6 years ago
7db91db
Adding include guards to two headers that could be multiply included
by Daniel Bratell
· 6 years ago
f05e6d3
Remove superfluous budgeted params and member related to SkImage_GpuBase
by Brian Salomon
· 6 years ago
44539be
Remove unused dtor from GrTextStrike
by Herb Derby
· 6 years ago
7480158
SkPDF: SkPDFObject no longer reference-counted!
by Hal Canary
· 6 years ago
ce9a901
Remove checks for GL_CHROMIUM_unpack_flipy.
by Brian Salomon
· 6 years ago
614c1a8
Add idle texture callback mechanism.
by Brian Salomon
· 6 years ago
fde1875
SkPDF: debugging flag - SK_PDF_BASE85_BINARY
by Hal Canary
· 6 years ago
bf3e486
Don't use client side buffers with WebGL
by Brian Salomon
· 6 years ago
fdcbe20
Tweak Plot size to try to get better perf.
by Jim Van Verth
· 6 years ago
88f1fa5
Infer GL null buffer hint usage from whether on command buffer or WebGL.
by Brian Salomon
· 6 years ago
8354c52
unify lowp stage argument lists
by Mike Klein
· 6 years ago
92e01cf
added SPIR-V persistent cache support for Vulkan
by Ethan Nicholas
· 6 years ago
fee3f9b
Make GrSurfaceProxy::Copy take SkBackingFit.
by Brian Salomon
· 6 years ago
77e1ccf
Make requiring VBOs a runtime rather than compile time decision.
by Brian Salomon
· 6 years ago
257a03d
Integrate clamp to border into FP optimization flags
by Michael Ludwig
· 6 years ago
148b7fd
add saveBehind to canvas
by Mike Reed
· 6 years ago
2cb3b95
Remove GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE flag.
by Brian Salomon
· 6 years ago
f34131a
SkPDF: even more PDFIndirectRefs
by Hal Canary
· 6 years ago
67761eb
drop into raster pipeline at 32767
by Mike Klein
· 6 years ago
dac694d
draw big images (with raster pipeline)
by Mike Klein
· 6 years ago
fba5b6c
SkPDF: More IndirectRefs
by Hal Canary
· 6 years ago
9a3f554
SkPDF: refactor streams, experimental threading
by Hal Canary
· 6 years ago
7dfe6d9
minor Sk4px cleanup
by Mike Klein
· 6 years ago
cbf22bc
Reland "Use SkFont in the ARGBFallback code"
by Herb Derby
· 6 years ago
6f27489
Use SkFont for managing distance field text
by Herb Derby
· 6 years ago
34a2030
Remove window rects flag from GrInternalSurfaceFlags.
by Brian Salomon
· 6 years ago
c80364b
Revert "Use SkFont in the ARGBFallback code"
by Herb Derby
· 6 years ago
0ba5b18
fold _utils.h into _matrixProcs.cpp
by Mike Klein
· 6 years ago
b2a259c
Pass in clip bounds when creating a GpuDrawHandler for SkDrawable.
by Greg Daniel
· 6 years ago
f54883c
Fix recording multiple DDLs from a single DDL Recorder (take 2)
by Robert Phillips
· 6 years ago
2ab5e78
Check for null renderer string when checking ANGLE GL info
by Brian Salomon
· 6 years ago
b67edbd
Revert "Fix recording multiple DDLs from a single DDL Recorder"
by Robert Phillips
· 6 years ago
5f178e7
Use SkFont in the ARGBFallback code
by Herb Derby
· 6 years ago
99e1709
Fix recording multiple DDLs from a single DDL Recorder
by Robert Phillips
· 6 years ago
e7f662b
Use SkFont in getOrCreateCache for RemoteGlyphCache
by Herb Derby
· 6 years ago
5790420
Add new DM via, "ddl2" which records/draws DDLs for each test twice.
by Brian Salomon
· 6 years ago
1694a86
Revert "Reland Reland "Remove use of integers for atlas indexing""
by Jim Van Verth
· 6 years ago
fc1cb22
Use SkFont and SkScalerContextEffects for creating SkScalerContext instead of SkPaint
by Herb Derby
· 6 years ago
b79ba57
SkFont pushed up one small step for setupCache
by Herb Derby
· 6 years ago
f81cfc3
fix fuzz assert
by Cary Clark
· 6 years ago
a96ec09
[canvaskit] Performance tuning of GL calls
by Kevin Lubick
· 6 years ago
b3907a8
SkPDF: fix bitmap type3 glyphs.
by Hal Canary
· 6 years ago
5f7b014
Only reposition the fallback vertices once.
by Herb Derby
· 6 years ago
c53ce16
templatize NEON SkBitmapProcState_matrixProcs
by Mike Klein
· 6 years ago
be315a2
Decal fallback for SkImageShader
by Michael Ludwig
· 6 years ago
6cd43b4
Update SkCanonicalizeFont to also update paint
by Mike Reed
· 6 years ago
ce5831e
add paint param to measureText
by Mike Reed
· 6 years ago
5ceda55
Fix stroked round capped circular arc batched with filled circle.
by Brian Salomon
· 6 years ago
16d00ee
CG smoothing implies gamma blit.
by Ben Wagner
· 6 years ago
f391d0f
Reduce the number of backend->pixelconfig GrCaps virtuals.
by Brian Salomon
· 6 years ago
eb82b5a
protect against fuzz generated fLastMoveToIndex
by Cary Clark
· 6 years ago
f6206f9
Add new method for calculating text atlas sizes
by Jim Van Verth
· 6 years ago
21a7be0
fix roll
by Cary Clark
· 6 years ago
8e265a7
Re-land "Perform Vulkan resets in a background thread"
by Ethan Nicholas
· 6 years ago
554d9bd
simplify fExternalCounter bookkeeping
by Mike Klein
· 6 years ago
d839cfa
make ctor and setter consistent -- just take the typeface param as is
by Mike Reed
· 6 years ago
c723b76
always check lock() result
by Mike Klein
· 6 years ago
2d707bd
remove dead code around SkPaint::breakText
by Mike Reed
· 6 years ago
7da2fc7
Move textureType() method from GrSurfaceProxy to GrTextureProxy.
by Brian Salomon
· 6 years ago
ea908a1
add simpler constructor for SkFont
by Mike Reed
· 6 years ago
c9b7c72
two pass convexity
by Cary Clark
· 6 years ago
58fc5d1
Use SkFont in GPU drawing step 1
by Herb Derby
· 6 years ago
34c9b6d
start removing legacy paint calls
by Mike Reed
· 6 years ago
255f73a
Revert "we now cache GLSL shaders when we can't cache the binaries"
by Ethan Nicholas
· 6 years ago
5f6e20d
add gm calling textblob intercepts with spacing
by Mike Reed
· 6 years ago
830d5c0
we now cache GLSL shaders when we can't cache the binaries
by Ethan Nicholas
· 6 years ago
e9da1d6
Funtion to say if an SkFont has anti aliasing.
by Herb Derby
· 6 years ago
bff4e07
Revert "Perform Vulkan resets in a background thread"
by Ethan Nicholas
· 6 years ago
ce50043
Revert "fix for GrVkGpu not always unreffing all command pools"
by Ethan Nicholas
· 6 years ago
9867f61
SkShaper per-line callback
by Florin Malita
· 6 years ago
15b83aa
fix for GrVkGpu not always unreffing all command pools
by Ethan Nicholas
· 6 years ago
c33d614
add google-build-namespaces to clang-tidy checks
by Mike Klein
· 6 years ago
d00dc21
Fix path to vulkan header.
by Greg Daniel
· 6 years ago
ad64873
run clang-tidy on headers too
by Mike Klein
· 6 years ago
e855b9d
Use SkFont for bitmap device rendering
by Herbert Derby
· 6 years ago
Next »