Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
05c1dcfd35fcc71b29508debaa5725e61d1c0b47
/
src
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
ad648737
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
54200e4
Move vulkan headers from third_party to include/third_party.
by Greg Daniel
· 6 years ago
30e6343
Perform Vulkan resets in a background thread
by Ethan Nicholas
· 6 years ago
cfb0120
move intercepts impl into textblob
by Mike Reed
· 6 years ago
9f7d9a2
Revert "Move some Gr headers from include/gpu to include/private and src/gpu."
by Brian Salomon
· 6 years ago
1688507
Try out clang-tidy, starting with bugprone-use-after-move
by Mike Klein
· 6 years ago
22170b3
Revert "Treat kWEBP encode with quality=100 as lossless"
by Mike Reed
· 6 years ago
dfa432c
impl intercepts with fonts
by Mike Reed
· 6 years ago
72ab346
Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp
by Michael Ludwig
· 6 years ago
3bdc3f5
Move some Gr headers from include/gpu to include/private and src/gpu.
by Brian Salomon
· 6 years ago
e7f165b
Treat kWEBP encode with quality=100 as lossless
by Leon Scroggins III
· 6 years ago
db80cbe
change convex scan converter to be defensive
by Mike Reed
· 6 years ago
ae0d860
move intercepts call to textblob
by Mike Reed
· 6 years ago
a10494c
remove legacy switch
by Cary Clark
· 6 years ago
1564069
Convert ShoudDrawAsPath to use SkFont
by Herbert Derby
· 6 years ago
89f2ff1
Use texparameterf[v]
by Brian Salomon
· 6 years ago
a0b54cd
add test (and fix) for glyphsToUnichars
by Mike Reed
· 6 years ago
d1ca672
use SkFont for blob TightBounds
by Mike Reed
· 6 years ago
dbfd766
templatize SkBitmapProcState_matrixProcs
by Mike Klein
· 6 years ago
dad4bfc
SkWuffsCodec: swizzle only the dirty rect
by Leon Scroggins III
· 6 years ago
179559f
Fix decoding RAW images to 565
by Leon Scroggins III
· 6 years ago
ca91e1f
End color analysis early when color becomes unknown
by Michael Ludwig
· 6 years ago
f23a152
Reland "Add clamp to border wrap mode to gpu"
by Michael Ludwig
· 6 years ago
be5a093
Consolidate details of lazy proxy creation for promise image textures.
by Brian Salomon
· 6 years ago
0c75727
Disable OpenGL for Windows-on-ARM64
by Brian Osman
· 6 years ago
858e12c
Remove unused GrSignalSemaphoreOp and forced flushed on semaphore insertion.
by Greg Daniel
· 6 years ago
f0b6044
Revert "Fix performance regresion on Mali, while preserving sk_FragCoord.w"
by Michael Ludwig
· 6 years ago
8137f3c
Revert "Add clamp to border wrap mode to gpu"
by Michael Ludwig
· 6 years ago
0a77f43
In Vulkan don't submit CB after resolve call unless we are preparing image for I/O
by Greg Daniel
· 6 years ago
0a7e58f
Add glTexParameterf[v] to GrGLInterface
by Brian Salomon
· 6 years ago
f49a578
Add clamp to border wrap mode to gpu
by Michael Ludwig
· 6 years ago
4037a18
Revert "Convert bitmap device drawing to SkFont removing all LEGACY calls"
by Mike Reed
· 6 years ago
4a6a4ac
remove uncalled onDrawText virtuals from base class
by Mike Reed
· 6 years ago
85a216c
Convert bitmap device drawing to SkFont removing all LEGACY calls
by Herb Derby
· 6 years ago
5424a5e
Encapsulate color into subrun
by Herb Derby
· 6 years ago
95e1760
Make SkGlyphRun use SkFont instead of SkPaint
by Herb Derby
· 6 years ago
ece772d
remove unused Draw*Text records
by Mike Klein
· 6 years ago
581d637
micro simplification/speed-up to walk_edges
by Mike Reed
· 6 years ago
9676596
Stop using SkSwizzler in SkRawCodec
by Leon Scroggins III
· 6 years ago
e9a29c4
SkPDF: fix double draw text
by Hal Canary
· 6 years ago
5761448
Reland "switched GrVkCopyManager to use secondary command buffer instead of AMD-specific workaround"
by Greg Daniel
· 6 years ago
386e6ce
Remove deprecated YUVA interface
by Jim Van Verth
· 6 years ago
d207345
Add cap to number of oplists we execute before flushing to the gpu.
by Greg Daniel
· 6 years ago
967df20
Deuninstantiate
by Brian Salomon
· 6 years ago
11e301f
Dummy SkOrientationMarker.cpp so Chromium can compile it
by Leon Scroggins III
· 6 years ago
a63593a
Remove sample shading and dest color override
by Brian Osman
· 6 years ago
7a3805c
SkWuffsCodec: Do not swizzle frame of width 0
by Leon Scroggins III
· 6 years ago
c906d25
Half float vertex colors (when necessary) in small path renderer
by Brian Osman
· 6 years ago
bc8f717
remove unused drawText entry-points in LiteDL
by Mike Reed
· 6 years ago
a1d4eb9
Use GrVertexWriter and support half-float colors in rrect ops
by Brian Osman
· 6 years ago
bb786b4
guard paint's breaktext -- trying to remove it
by Mike Reed
· 6 years ago
1886dd7
remove dead methods leftover from drawPosText etc.
by Mike Reed
· 6 years ago
f3babcd
Reland "Add SkFontMgr implementation for Fuchsia"
by Sergey Ulanov
· 6 years ago
e6b5b71
Revert "Add SkFontMgr implementation for Fuchsia"
by Mike Reed
· 6 years ago
309f1de
Add SkFontMgr implementation for Fuchsia
by Sergey Ulanov
· 6 years ago
2bf4339
Revert "remove SkPaint breakText, use SkFont instead (or don't call it)"
by Mike Reed
· 6 years ago
4e336e3
Move all glyphsToUnichars to a single impl (rely on typeface)
by Mike Reed
· 6 years ago
704a342
Abandon onDrawText and its variants, turn everything into textblobs
by Mike Reed
· 6 years ago
246bc3d
Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures.""
by Brian Salomon
· 6 years ago
055539a
Revert "switched GrVkCopyManager to use secondary command buffer instead of AMD-specific workaround"
by Greg Daniel
· 6 years ago
efb518d
more simple makers for textblobs
by Mike Reed
· 6 years ago
a34e6ea
Fix performance regresion on Mali, while preserving sk_FragCoord.w
by Michael Ludwig
· 6 years ago
b17f5fd
remove SkPaint breakText, use SkFont instead (or don't call it)
by Mike Reed
· 6 years ago
1de0140
Removed mustSubmitCommandsBeforeCopyOp
by Ethan Nicholas
· 6 years ago
d3e7130
Add a hash of all vertex attributes to the GrProgramDesc key
by Brian Osman
· 6 years ago
9cadc31
Reland "Bypass interval tracking and assignment of read-only texures in GrResourceAllocator."
by Brian Salomon
· 6 years ago
6dafa22
switched GrVkCopyManager to use secondary command buffer instead of AMD-specific workaround
by Ethan Nicholas
· 6 years ago
47be94a
Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."
by Brian Salomon
· 6 years ago
69e5785
Add RG_88 texture format
by Jim Van Verth
· 6 years ago
c67c31c
Revert "Revert "Mark wrapped textures imported into SkImages as "read only".""
by Brian Salomon
· 6 years ago
bd975d4
Reland "Fallback mipmap creation for YUVA images."
by Jim Van Verth
· 6 years ago
7b7ab59
SkRunFont is gone, there is only SkFont
by Mike Reed
· 6 years ago
9bd8346
Embed SkPath in SkGlyph::PathData
by Herbert Derby
· 6 years ago
6d59568
change private alloc methods to also take fonts
by Mike Reed
· 6 years ago
ff4ccaa
Revert "Mark wrapped textures imported into SkImages as "read only"."
by Brian Salomon
· 6 years ago
c609353
Revert "Bypass interval tracking and assignment of read-only texures in GrResourceAllocator."
by Brian Salomon
· 6 years ago
b3f4aac
make runfont be a font ... this makes building faster.
by Mike Reed
· 6 years ago
1920747
Revert "Fallback mipmap creation for YUVA images."
by Jim Van Verth
· 6 years ago
5ce38d3
Fallback mipmap creation for YUVA images.
by Jim Van Verth
· 6 years ago
1b04794
Bypass interval tracking and assignment of read-only texures in GrResourceAllocator.
by Brian Salomon
· 6 years ago
796693a
Mark wrapped textures imported into SkImages as "read only".
by Brian Salomon
· 6 years ago
10273c1
Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures.
by Brian Salomon
· 6 years ago
2fa1bbc
Remove redundant findImage, and remove glyph cache plumbing
by Herb Derby
· 6 years ago
ab8f297
start to hide paint measuretext
by Mike Reed
· 6 years ago
cb6b884
Fix uninitialized bug in SkWuffsCodec for incomplete images
by Leon Scroggins III
· 6 years ago
ba98b7d
Make sure we mark Plots in use for all regenerate cases
by Jim Van Verth
· 6 years ago
b353eeb
Remove duplicate member of GrVkDrawableInfo struct.
by Greg Daniel
· 6 years ago
0f9d33e
clean up conditional code for SkTextEncoding
by Mike Reed
· 6 years ago
1958e5d
Add Android framework only util to get the SkSurface from SkCanvas
by Derek Sollenberger
· 6 years ago
70fbc36
impl breakText in SkFont
by Mike Reed
· 6 years ago
Next »