Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7c7314ac29d001e699abb745e8abb44978973c4d
/
src
/
gpu
/
text
7c7314a
Remove the CACHE_SANITY_CHECK system.
by Herb Derby
· 5 years ago
3d1a3bb
Fix fix chrome build bots
by Herb Derby
· 5 years ago
99f228e
Change from std to skstd for aligned_union_t
by Herb Derby
· 5 years ago
cd498e1
Turn GrTextBlob vertices into actual structs
by Herb Derby
· 5 years ago
a904764
WS: reorder GrTextBlob struct and move all methods to .cpp
by Herb Derby
· 5 years ago
ba094e5
GCC 8 reminds us, don't memcpy() sk_sp
by Mike Klein
· 5 years ago
e74c776
Specialize vertex size for GrTextBlob
by Herb Derby
· 5 years ago
e9f691d
Make fInitialViewMatrix const in GrTextBlob
by Herb Derby
· 5 years ago
eba195f
Make GrTextBlob initial position const
by Herb Derby
· 5 years ago
00ae959
Start cleanup of GrTextBlob
by Herb Derby
· 5 years ago
1b8dcd1
Simplify SubRun structure in GrTextBlob
by Herb Derby
· 5 years ago
a6c4a30
Simplify makeOps API
by Herb Derby
· 5 years ago
2984d26
Remove device paths from SubRun
by Herb Derby
· 5 years ago
d4cfee8
Remove fallback flag from subrun
by Herb Derby
· 5 years ago
d667e61
Fallback direct glyphs not translating properly
by Herb Derby
· 5 years ago
660c2ff
Remove indexes from Geometry in the text op
by Herb Derby
· 5 years ago
3a4f227
Hoist regenGlyphs out of per glyph loop
by Herb Derby
· 5 years ago
34b72ae
Reduce scaling of large SDF glyphs on Mac.
by Jim Van Verth
· 5 years ago
cb443a5
Force single glyph calls through bulk interface
by Herb Derby
· 5 years ago
1213041
Use common path drawing code
by Herb Derby
· 5 years ago
2638f3d
rename atlassize->atlasdimensions
by Brian Salomon
· 5 years ago
9f2b86c
More SkISizification in GPU code.
by Brian Salomon
· 5 years ago
20eafff
Convert prepareForDrawing to glyph buffers
by Herb Derby
· 5 years ago
ce3cf80
Draw perspective text as paths.
by Jim Van Verth
· 5 years ago
d543fbb
Revert "Draw perspective text as paths."
by Herb Derby
· 5 years ago
76826fc
Draw perspective text as paths.
by Jim Van Verth
· 5 years ago
4bc0c1f
Rename GrColorSpaceInfo -> GrColorInfo
by Brian Salomon
· 5 years ago
f2ebdd9
Rename GrPixelInfo to GrImageInfo.
by Brian Salomon
· 5 years ago
9830fc4
A fix and unit test for jagged characters
by Herb Derby
· 5 years ago
92b3335
more rect api simplifications
by Mike Reed
· 5 years ago
c4b4735
Don't pass around renderTargetContexts from onFlush callbacks
by Chris Dalton
· 5 years ago
f41b2bd
Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 5 years ago
f21bf9e
Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 5 years ago
2a59541
Merge GrOpList and GrRTOpList and rename to GrOpsTask.
by Greg Daniel
· 5 years ago
57f211b
SK_API in src/gpu cleanup
by Brian Salomon
· 5 years ago
bf6b979
GrSurfaceContext not ref counted.
by Brian Salomon
· 5 years ago
7bfc913
Remove GrCaps isConfigTexturable.
by Greg Daniel
· 5 years ago
74c19de
Add SkUNREACHABLE to definition of SK_ABORT.
by Brian Salomon
· 5 years ago
0a15cc6
Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType
by Robert Phillips
· 5 years ago
e877dce
Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded.
by Greg Daniel
· 5 years ago
627d053
Move uses of functions taking SkColorType to GrColorType versions in GrCaps.
by Greg Daniel
· 6 years ago
27ae52c
Make deferred render target context without config or format
by Brian Salomon
· 6 years ago
1d43530
Pass alpha type to GrSurfaceContext::read/writePixels and remove flags.
by Brian Salomon
· 6 years ago
a4eecd8
findImage(const SkGlyph&) -> prepareImage(SkGlyph*)
by Herb Derby
· 6 years ago
d628747
Make GrColorSpaceInfo store GrColorType.
by Brian Salomon
· 6 years ago
e7499c7
GrColorSpaceInfo stores SkAlphaType.
by Brian Salomon
· 6 years ago
3e8e34e
Start using new APIs for bounds and glyph lookup
by Herb Derby
· 6 years ago
48fec76
Rename GrColorType::kRGB_565 to kBGR_565
by Greg Daniel
· 6 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 6 years ago
3721688
Make fMaskFormate private
by Herb Derby
· 6 years ago
36a54c1
Rename SkStrikeSpecStorage -> SkStrikeSpec
by Herb Derby
· 6 years ago
663afe5
Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/
by Michael Ludwig
· 6 years ago
bfa8767
Move source space fallback strike calculations to SkStrikeSpecStorage
by Herb Derby
· 6 years ago
e7efd08
Replace SkStrikeSpec with SkStrikeSpecStorage
by Herb Derby
· 6 years ago
729a23f
Move ccpr headers for display list out of include/private.
by Ben Wagner
· 6 years ago
21bca28
Move SkMessageBus.h into src/core
by Ben Wagner
· 6 years ago
42dda08
Remove some uses of GrBytesPerPixel (take 2)
by Robert Phillips
· 6 years ago
0221e8b
Revert "Remove some uses of GrBytesPerPixel"
by Robert Phillips
· 6 years ago
13f02be2
Remove some uses of GrBytesPerPixel
by Robert Phillips
· 6 years ago
5785e4a
Use SkFontHinting instead of macros.
by Ben Wagner
· 6 years ago
f5e5f19
Cleaup GrTextStrike and GrStrikeCache
by Herb Derby
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
7921c01
Reland "Do not use sub-pixel positioning for source space"
by Herb Derby
· 6 years ago
c6cfca4
Revert "Reland "Do not use sub-pixel positioning for source space""
by Herb Derby
· 6 years ago
8aa0ea0
Reland "Do not use sub-pixel positioning for source space"
by Herb Derby
· 6 years ago
d9b8eed
Revert "Do not use sub-pixel positioning for source space"
by Mike Reed
· 6 years ago
7b56b0a
Do not use sub-pixel positioning for source space
by Herb Derby
· 6 years ago
44b3519
Move GlyphAndPos and PathAndPos to interface and rename.
by Herb Derby
· 6 years ago
ac962c9
Convert templates to virtuals in SkGlyphRunPainter
by Herb Derby
· 6 years ago
cc6cd85
Fix: set SDFT if there is only fallback
by Herb Derby
· 6 years ago
c72594a
Move process* closures into the GrTextBlob
by Herb Derby
· 6 years ago
a00da61
Pointer to GrStrikeCache on GrTextBlob
by Herb Derby
· 6 years ago
eafd81b
Make ARGB fallback use common strike lookup
by Herb Derby
· 6 years ago
6989370
Move DrawingManager to RecordingContext
by Robert Phillips
· 6 years ago
881c962
Break up InitDistanceFieldPaint
by Herb Derby
· 6 years ago
78540b9
Clarify parameter naming for setMinAndMaxScale
by Herb Derby
· 6 years ago
a4c6487
Use SkStrikeSpec to consolidate SkDescriptor, Effects and Typeface.
by Herb Derby
· 6 years ago
65e8417
rewrite SkMasks::CreateMasks to work in bytesPerPixel
by Mike Klein
· 6 years ago
b97da53
Switch Ops over to using GrRecordingContext
by Robert Phillips
· 6 years ago
30595ea
Use descriptor instead of cache for GrStrikeCache lookup
by Herb Derby
· 6 years ago
9da87e0
Rename GrContext::contextPriv to priv
by Robert Phillips
· 6 years ago
ec7278e
remove unneeded friends/includes in SkPaint.h
by Mike Reed
· 6 years ago
fd0d970
Rename GrContext::uniqueID to contextID and hide it
by Robert Phillips
· 6 years ago
d3bde0b
remove legacy SkPaint getTextBlobIntercepts
by Mike Reed
· 6 years ago
087fad7
Add getTypefaceOrDefault and refTypefaceOrDefault
by Herb Derby
· 6 years ago
081e6f3
Rename GrGlyphCache -> GrStrikeCache
by Herb Derby
· 6 years ago
5fd955e
Rename SkGlyphCache -> SkStrike
by Herb Derby
· 6 years ago
5d6be8f
Remove templates from GrTextBlobVertexRegenerator
by Brian Osman
· 6 years ago
85ff957
Isolate cache lookups in preparation to hoist into painter
by Herbert Derby
· 6 years ago
86dbae9
Separate cache lookup from run font setup
by Herbert Derby
· 6 years ago
191e64b
pass a font to GlyphRunBuilder
by Mike Reed
· 6 years ago
b2fc3b8
Return SkGlyphCache and GrTextStrike together.
by Herbert Derby
· 6 years ago
438ea54
Move from a generalized appendGlyph to two specialized methods.
by Herb Derby
· 6 years ago
5a3fdee
Convert GrGlyph::PackedID to SkPackedGlyphID
by Herb Derby
· 6 years ago
4c35be0
Remove PackedID from the strike call chain
by Herb Derby
· 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
44539be
Remove unused dtor from GrTextStrike
by Herb Derby
· 6 years ago
6f27489
Use SkFont for managing distance field text
by Herb Derby
· 6 years ago
b79ba57
SkFont pushed up one small step for setupCache
by Herb Derby
· 6 years ago
Next »