Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
17593ae5aa925ba04341d696025dfb9482855507
/
include
7f3618a
Use clang versions of SK_RESTRICT and SK_WARN_UNUSED_RESULT on Windows
by Brian Osman
· 6 years ago
a9162df
Plumb abandonment throughout GrContext hierarchy
by Robert Phillips
· 6 years ago
b7d64b9
Implement drawImage in terms of drawImageRect
by Michael Ludwig
· 6 years ago
5257816
Remove a few semicolons.
by Nico Weber
· 6 years ago
cd9ef73
Mask -> M
by Mike Klein
· 6 years ago
8d45941
update dox for pathmeasure
by Mike Reed
· 6 years ago
1f05d45
Add GrContext::resetGLTextureBindings().
by Brian Salomon
· 6 years ago
d684148
Move auditTrail and opMemoryPool from GrContext to GrRecordingContext
by Robert Phillips
· 6 years ago
9707e90
move some methods out of line
by Mike Klein
· 6 years ago
a41c685
Move proxyProvider and singleOwner to GrImageContext
by Robert Phillips
· 6 years ago
dcfc3ef
skvx wip
by Mike Klein
· 6 years ago
8c8806f
Default init GrGpuResource::UniqueID to invalid id.
by Brian Salomon
· 6 years ago
fe0963c
Move "matches" from GrContextThreadSafeProxy to GrContext_Base
by Robert Phillips
· 6 years ago
8619a34
Revert "Hide setDrawLooper -- deprecate loopers"
by Mike Reed
· 6 years ago
dbf7072
Use different classes for client side arrays and GPU buffer objects.
by Brian Salomon
· 6 years ago
173464d
Add support for importing AHardwareBuffers into SkSurfaces.
by Greg Daniel
· 6 years ago
c877ea2
Hide setDrawLooper -- deprecate loopers
by Mike Reed
· 6 years ago
88f5671
move SkMetaData into src
by Mike Reed
· 6 years ago
53a5298
add mad() and shuffle() to SkVx
by Mike Klein
· 6 years ago
4292515
fill in most remaining skvx operations
by Mike Klein
· 6 years ago
cc88f3a
per-contour variant of SkPathMeasure
by Mike Reed
· 6 years ago
455c747
sketch SkVx
by Mike Klein
· 6 years ago
37b7d41
Revert "templatize drawString"
by Mike Reed
· 6 years ago
8ce7991
Add release proc apis to SkSurface::MakeFromBackend* calls.
by Greg Daniel
· 6 years ago
ae64c19
Convert GrBufferType to enum class, rename, and remove dead values
by Brian Salomon
· 6 years ago
bb60677
Move caps and FP factory cache to GrContext_Base
by Robert Phillips
· 6 years ago
2d35a1c
Move texture release proc to GrSurface so that render targets can also have releases.
by Greg Daniel
· 6 years ago
9da87e0
Rename GrContext::contextPriv to priv
by Robert Phillips
· 6 years ago
50ea3c0
Add support for MSVC run-time checks (and control flow guard)
by Brian Osman
· 6 years ago
9d89582
templatize drawString
by Mike Reed
· 6 years ago
c1541ae
Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base
by Robert Phillips
· 6 years ago
69da42f
remove metadata from canvas
by Mike Reed
· 6 years ago
c3b4790
use std::underlying_type
by Mike Klein
· 6 years ago
88e58a7
remove legacy includes
by Mike Reed
· 6 years ago
8c14038
hide getMetaData()
by Mike Reed
· 6 years ago
b45f47d
Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization (take 2)
by Robert Phillips
· 6 years ago
32d8cce
Revert "Revert "remove legacy forward declares""
by Mike Reed
· 6 years ago
0d84e80
move experimental header out of public includes
by Mike Reed
· 6 years ago
4891346
Revert "remove legacy forward declares"
by Mike Reed
· 6 years ago
00dcf66
remove legacy forward declares
by Mike Reed
· 6 years ago
5b1813a
Revert "Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization"
by Robert Phillips
· 6 years ago
87685ba
Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization
by Robert Phillips
· 6 years ago
a69c501
Remove SkColorSpaceTransferFn
by Brian Osman
· 6 years ago
26ccfcc
Remove SkICC::WriteToICC
by Brian Osman
· 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
fdb876d
remove breakText, and all utf cache accessors
by Mike Reed
· 6 years ago
569dda7
hide SkFont::containsText
by Mike Reed
· 6 years ago
88c6eb5
remove (dead) legacy measuretext
by Mike Reed
· 6 years ago
5b257ab
change measureText impl to first convert to glyphs
by Mike Reed
· 6 years ago
f55e8d5
Add option to skip intermediate release/fulfill calls for promise images.
by Brian Salomon
· 6 years ago
4217ea7
Add outline of new GrContext hierarchy
by Robert Phillips
· 6 years ago
59ef8c3
Remove legacy texture-backed promise image interface.
by Brian Salomon
· 6 years ago
673a048
hide deprecated breaktext
by Mike Reed
· 6 years ago
a0bc39d
Split GrContextThreadSafeProxy into its own files (take 2)
by Robert Phillips
· 6 years ago
d3bde0b
remove legacy SkPaint getTextBlobIntercepts
by Mike Reed
· 6 years ago
ea8b4fc
Revert "Split GrContextThreadSafeProxy into its own files"
by Robert Phillips
· 6 years ago
f8397f2
Split GrContextThreadSafeProxy into its own files
by Robert Phillips
· 6 years ago
d8a90f9
Converting more debug code to SkJSONWriter
by Brian Osman
· 6 years ago
41f0e28
Add MaxAPIVersion to GrVkBackendContext.
by Greg Daniel
· 6 years ago
5f528e5
Revert "Reland "Revert "remove legacy code for text attributes on paint"""
by Mike Reed
· 6 years ago
3c03c85
Reland "Revert "remove legacy code for text attributes on paint""
by Mike Reed
· 6 years ago
fd0bba8
Revert "Revert "remove legacy code for text attributes on paint""
by Mike Reed
· 6 years ago
fb0e2aa
Revert "remove legacy code for text attributes on paint"
by Mike Reed
· 6 years ago
80f4adf
remove legacy code for text attributes on paint
by Mike Reed
· 6 years ago
0d60676
Actually reuse GrTexture if SkPromiseImageTexture used with multiple images.
by Brian Salomon
· 6 years ago
35ba614
Remove GrGpuResource::abandon from the public API.
by Brian Salomon
· 6 years ago
9bc76d9
Change the meaning of GrBudgetedType::kUnbudgetedUncacheable.
by Brian Salomon
· 6 years ago
aa6ca0a
Require explicit GrWrapCacheable specification in more places.
by Brian Salomon
· 6 years ago
fa2ebea
Replace bool purgeImmediately with enum GrWrapCacheable.
by Brian Salomon
· 6 years ago
c7601bf
Update Skia milestone to 74
by Heather Miller
· 6 years ago
42e4dc0
Remove SkColorSpace::Gamut enum
by Brian Osman
· 6 years ago
5deadca
Remove nearly all use of SkColorSpaceTransferFn
by Brian Osman
· 6 years ago
08c0629
Revert "Implement XP factory dumping"
by Derek Sollenberger
· 6 years ago
8d8224f
Implement XP factory dumping
by Chris Dalton
· 6 years ago
087fad7
Add getTypefaceOrDefault and refTypefaceOrDefault
by Herb Derby
· 6 years ago
7545190
Add new experimental API for rectangles with per-edge AA control
by Michael Ludwig
· 6 years ago
84e0064
remove SK_API from private calls
by Mike Klein
· 6 years ago
4f81bb7
remove all support for drawText
by Mike Reed
· 6 years ago
77f94ea
Move more utils into SkFontPriv, IWYU
by Mike Reed
· 6 years ago
0251880
Remove SkGammaNamed / gammaNamed() from SkColorSpace
by Brian Osman
· 6 years ago
02738a8
Revert "hide hinting and flag enums with PAINT_FLAGS"
by Hal Canary
· 6 years ago
9c6ee01
SkColorSpace API cleanup
by Brian Osman
· 6 years ago
5d052da
hide hinting and flag enums with PAINT_FLAGS
by Mike Reed
· 6 years ago
ee06b33
Reland "Add compressed data support for SkImage."
by Jim Van Verth
· 6 years ago
3a33fa5
Add SK_API to SkHalfToFloat
by Leon Scroggins III
· 6 years ago
14235d1
Revert "Add compressed data support for SkImage."
by Hal Canary
· 6 years ago
57263c2
Add compressed data support for SkImage.
by Jim Van Verth
· 6 years ago
172fff8
Reland "remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag"
by Mike Reed
· 6 years ago
f738d42
hide SkPaint::getFlags/setFlags, use bool acessors instead
by Mike Reed
· 6 years ago
1bf0ed8
Make GrTexture caching for SkPromiseImageTexture work when same texture
by Brian Salomon
· 6 years ago
081e6f3
Rename GrGlyphCache -> GrStrikeCache
by Herb Derby
· 6 years ago
3b415a8
Revert "remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag"
by Mike Reed
· 6 years ago
5fd955e
Rename SkGlyphCache -> SkStrike
by Herb Derby
· 6 years ago
c39d0c8
Implement generic draw-as-clear fallback for color and stencil
by Michael Ludwig
· 6 years ago
6dfb111
Documentation: SkFont::textToGlyphs()
by Hal Canary
· 6 years ago
1b87c6b
remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag
by Mike Reed
· 6 years ago
47b7cd9
remove paint::glyphsToUnichars
by Mike Reed
· 6 years ago
1676cb9
Restore ETC1 compressed texture support.
by Jim Van Verth
· 6 years ago
553610d
Change how PromiseLazyInstantiationCallback calls Done proc.
by Brian Salomon
· 6 years ago
Next »