Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
631dbc82f0047418ab3adab83064fd284a77c2c3
/
include
eb716bd
Remove legacy promise image APIs
by Brian Salomon
· 6 years ago
1c1c666
Default implementation of onSetRelease() on GrSurface
by Brian Salomon
· 6 years ago
b2c5dae
Simplify promise image lazy instantiation callbacks.
by Brian Salomon
· 6 years ago
4c56b03
Drop support for GL_EXT_raster_multisample
by Chris Dalton
· 6 years ago
b6c15ba
Add API for creating SkImage from AHB while uploading data to it.
by Greg Daniel
· 6 years ago
b70990e
add kRGBA_F16Norm_SkColorType
by Mike Klein
· 6 years ago
bae7121
Add flush call to take access type, flags, and semaphore.
by Greg Daniel
· 6 years ago
011d166
Move responsibility to onMakeContext for device colorspace decision
by Mike Reed
· 6 years ago
7d88f31
Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo.
by Brian Salomon
· 6 years ago
0af0813
skia: Fix -Wextra-semi warnings in non-dcheck builds.
by Nico Weber
· 6 years ago
1433cfd
Reland "Add general quad API to SkGpuDevice"
by Michael Ludwig
· 6 years ago
31cc6d7
utility to check if floats are [0...1]
by Mike Reed
· 6 years ago
e9fc586
mark more methods inline
by Mike Klein
· 6 years ago
41b995c
specialize if_then_else(int4,float4,float4)
by Mike Klein
· 6 years ago
24adb3a
Revert "Add general quad API to SkGpuDevice"
by Michael Ludwig
· 6 years ago
339e1cc
Add general quad API to SkGpuDevice
by Michael Ludwig
· 6 years ago
ff84d8a
SkTypeface::openStream to return smart pointer.
by Ben Wagner
· 6 years ago
65cb374
Remove legacy types/methods from SkDeferredDisplayList recorder.
by Brian Salomon
· 6 years ago
cb58060
Pass render target VkImage in GrVkDrawableInfo
by Stan Iliev
· 6 years ago
4212a7d
SkTypeface::onOpenStream to return unique_ptr.
by Ben Wagner
· 6 years ago
194580d
Reland "Treat kWEBP encode with quality=100 as lossless"
by Leon Scroggins III
· 6 years ago
8546335
Allow setting an SkColorSpace on SkAnimatedImage
by Leon Scroggins III
· 6 years ago
6989370
Move DrawingManager to RecordingContext
by Robert Phillips
· 6 years ago
8cabb32
Make it safe to enter the cache from a GrTexture idle proc.
by Brian Salomon
· 6 years ago
aa76bc1
update docs for backdrop
by Mike Reed
· 6 years ago
2184fb7
Move StrikeCache and TextBlobCache to RecordingContext
by Robert Phillips
· 6 years ago
9a049e6
SK_API SkExecutor
by Brian Salomon
· 6 years ago
ed632b1
Remove another semicolon.
by Nico Weber
· 6 years ago
bc42944
Switch image filters over to GrRecordingContext
by Robert Phillips
· 6 years ago
9338c60
Switch FP creation over to GrRecordingContext
by Robert Phillips
· 6 years ago
136f45a
Formalize edge-aa interaction with GrAA
by Michael Ludwig
· 6 years ago
1efecea
Make asFragmentProcessor entry point only take a GrRecordingContext (take 2)
by Robert Phillips
· 6 years ago
a7f0013
Revert "Make asFragmentProcessor entry point only take a GrRecordingContext"
by Robert Phillips
· 6 years ago
9407e24
make float more primary API for paint (esp. for alpha)
by Mike Reed
· 6 years ago
e821d21
Make asFragmentProcessor entry point only take a GrRecordingContext
by Robert Phillips
· 6 years ago
d44146b
Switch GrSurfaceProxy's Copy methods over to GrRecordingContext
by Robert Phillips
· 6 years ago
c5058a6
Add addOnFlushCallbackObject at GrRecordingContext level
by Robert Phillips
· 6 years ago
34a2a76
Remove assert that BGRA and RGBA are not opaque
by Leon Scroggins III
· 6 years ago
f296506
add mixer colorfilter
by Florin Malita
· 6 years ago
be9aff2
Remove GrContextPriv.h from GrRenderTargetContext.h
by Robert Phillips
· 6 years ago
28bafb0
Add option to force GLSL string caching rather than program binaries.
by Brian Salomon
· 6 years ago
f5cdd9b
Add SK_API to GrContextOptions and GrContextOptions::PersistentCache
by Brian Salomon
· 6 years ago
c405c27
Remove unused fields related to old multitexturing TextureOp.
by Brian Salomon
· 6 years ago
292a6b2
Allow GrRecordingContext to create surfaceContexts
by Robert Phillips
· 6 years ago
562017b
[SVGCanvas] Clean up public factories
by Florin Malita
· 6 years ago
f259b8b
Add kRGB_888X_GrPixelConfig
by Greg Daniel
· 6 years ago
729bb19
Update examples to use SkFont
by Mike Reed
· 6 years ago
e77142e
Fix bug of SkSVGCanvas::Make
by KDr2
· 6 years ago
186669c
work to fix bookmaker
by Mike Reed
· 6 years ago
62ad46b
fix contour-measure for move-line-move
by Mike Reed
· 6 years ago
6f0e02f
Switch path renderers over to using GrRecordingContext
by Robert Phillips
· 6 years ago
b97da53
Switch Ops over to using GrRecordingContext
by Robert Phillips
· 6 years ago
60ea40c
Remove private configs from GrPixelConfig.
by Greg Daniel
· 6 years ago
59cf562
SkPaint: clean up ctor, dtor, etc
by Hal Canary
· 6 years ago
233fc0b
remove unused cruft
by Mike Reed
· 6 years ago
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
Next »