Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ea7711d4a87bda4227dff603e971c1b6a7f6985f
/
tests
/
OnFlushCallbackTest.cpp
bfb7211
Reland "Remove GrPaint::addColorTextureProcessor"
by Brian Salomon
· 5 years ago
67d0f3f
Revert "Remove GrPaint::addColorTextureProcessor"
by Jim Van Verth
· 5 years ago
a92320d
Remove GrPaint::addColorTextureProcessor
by Brian Salomon
· 5 years ago
e20fcad
Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
by Greg Daniel
· 5 years ago
a4f207e
Revert "Move makeDeferredRenderTargetContext calls to factory on RTC."
by Jim Van Verth
· 5 years ago
1c16b43
Move makeDeferredRenderTargetContext calls to factory on RTC.
by Greg Daniel
· 5 years ago
b8f098d
Reland "Rename GrSimpleTextureEffect->GrTextureEffect"
by Brian Salomon
· 5 years ago
d7436a3
Revert "Rename GrSimpleTextureEffect->GrTextureEffect"
by Brian Salomon
· 5 years ago
90673ec
Rename GrSimpleTextureEffect->GrTextureEffect
by Brian Salomon
· 5 years ago
3a09a37
Ungenerate GrSimpleTextureEffect
by Brian Salomon
· 5 years ago
3968fcb
Pull creation of GrPipeline explicitly into the Ops' onExecute methods
by Robert Phillips
· 5 years ago
fc11844
Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"""
by Brian Salomon
· 5 years ago
50299de
Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""
by Robert Phillips
· 5 years ago
997b37f
Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""
by Brian Salomon
· 5 years ago
078e8fa
Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"
by Brian Salomon
· 5 years ago
7a538b1
Make FP optimizations helpers use SkAlphaType not GrColorType
by Brian Salomon
· 5 years ago
7cd0bfe
No longer ref count GrGeometryProcessors
by Robert Phillips
· 5 years ago
cea290f
Add GrPrimitiveType to GrProgramInfo
by Robert Phillips
· 5 years ago
e94cdd2
Use QuadHelper and PatternHelper in more places
by Robert Phillips
· 5 years ago
28a8f28
Rename functions in TestUtils.h
by Brian Salomon
· 5 years ago
557e812
Make GrSurfaceProxy ref counts thread safe.
by Brian Salomon
· 5 years ago
c594e62
Plumb GrColorType through all ops/processors that sample textures.
by Greg Daniel
· 5 years ago
5faf474
More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa.
by Greg Daniel
· 5 years ago
f2ebdd9
Rename GrPixelInfo to GrImageInfo.
by Brian Salomon
· 5 years ago
a90382f
Pass color types when creating texture with initial data.
by Brian Salomon
· 5 years ago
aee18c9
Cleanup after removal of IORefs from GrSurface
by Robert Phillips
· 5 years ago
beb7f52
Make GrSurfaceProxy constructors take arg that determines participation in
by Brian Salomon
· 5 years ago
a036f0d
Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy.
by Brian Salomon
· 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
bf6b979
GrSurfaceContext not ref counted.
by Brian Salomon
· 5 years ago
9c73e3d
Turn off -Wreturn-std-move-in-c++11
by Brian Salomon
· 5 years ago
4eb38b7
Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions.
by Brian Salomon
· 5 years ago
0a15cc6
Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType
by Robert Phillips
· 5 years ago
27b4d8d
Remove sample count from GrSurfaceDesc.
by Brian Salomon
· 5 years ago
e8a766b
Move GrProtected off GrSurfaceDesc and pass separately.
by Brian Salomon
· 5 years ago
f2c2ba9
Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable.
by Brian Salomon
· 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
d628747
Make GrColorSpaceInfo store GrColorType.
by Brian Salomon
· 6 years ago
6ce447a
Eliminate mixed samples as an FBO type or AA type
by Chris Dalton
· 6 years ago
b520476
Swap GrSurfaceProxy over to being held via sk_sp
by Robert Phillips
· 6 years ago
e5f7328
No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface
by Robert Phillips
· 6 years ago
3d4cac5
Remove IO refs from GrSurfaceProxy only
by Robert Phillips
· 6 years ago
fd4f4df
Move GrQuad to src/gpu/geometry folder
by Michael Ludwig
· 6 years ago
1706cbf
Remove VisitorType from GrOp::visitProxies
by Chris Dalton
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
5f78adf
Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2)
by Robert Phillips
· 6 years ago
6350cb0
Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation"
by Mike Klein
· 6 years ago
7bb47f2
Add explicit GrSurfaceProxy flag to skip explicit resource allocation
by Robert Phillips
· 6 years ago
e6bfb7d
Add struct to wrap all the gpu flush options.
by Greg Daniel
· 6 years ago
4aa13e7
Remove deprecated SkSurface::prepareForExternalIO and related uses of the name.
by Greg Daniel
· 6 years ago
a3aa75a
Add callback to flush for knowing when gpu is finished work.
by Greg Daniel
· 6 years ago
b9990e4
Add more general flush call to GrContext.
by Greg Daniel
· 6 years ago
21a9b56
moved files generated from .fp files into generated/ directories
by Ethan Nicholas
· 6 years ago
b6a3a3b
Make lazy proxies have 2 modes for proxy/surface key management.
by Brian Salomon
· 6 years ago
ea3f014
sk_tool_utils -> ToolUtils, and git clang-format
by Mike Klein
· 6 years ago
5ced0bf
Add shader based blending of kPlus for configs that need clamping
by Brian Osman
· 6 years ago
b8fff0d
Make mixed samples detection automatic
by Chris Dalton
· 6 years ago
bae7121
Add flush call to take access type, flags, and semaphore.
by Greg Daniel
· 6 years ago
07cdcfc9
Reland "Stack-allocate pipelines for GrMeshDrawOp"
by Chris Dalton
· 6 years ago
35a3abe
Revert "Stack-allocate pipelines for GrMeshDrawOp"
by Chris Dalton
· 6 years ago
dfe5000
Stack-allocate pipelines for GrMeshDrawOp
by Chris Dalton
· 6 years ago
b97da53
Switch Ops over to using GrRecordingContext
by Robert Phillips
· 6 years ago
9da87e0
Rename GrContext::contextPriv to priv
by Robert Phillips
· 6 years ago
12d2264
Convert GrBuffer owners to sk_sp
by Brian Salomon
· 6 years ago
4b62aed
Return GrProcessorSet::Analysis from GrDrawOp::finalize
by Chris Dalton
· 6 years ago
4065d45
Reland "Reland "Have a GrBackendFormat be stored on gpu proxies.""
by Greg Daniel
· 6 years ago
d7157b2
Revert "Reland "Have a GrBackendFormat be stored on gpu proxies.""
by Greg Daniel
· 6 years ago
2f9a5ea
Reland "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 6 years ago
f04fb3c
Change how GPs configure attributes
by Brian Osman
· 6 years ago
919c9e7
Revert "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 6 years ago
51b1c12
Have a GrBackendFormat be stored on gpu proxies.
by Greg Daniel
· 6 years ago
9a9baae
Use SkPMColor4f throughout clear APIs
by Brian Osman
· 6 years ago
cf86085
Replace GrColor4h with SkPMColor4f
by Brian Osman
· 6 years ago
348a037
Change mechanism that lets GrRenderTargetContext caller get op list ID.
by Brian Salomon
· 6 years ago
936fe7d
Pass and return GrColor4h by const& when possible
by Brian Osman
· 6 years ago
1be2b7c
Keep paint color range/precision into ops and GPs (using GrColor4h)
by Brian Osman
· 6 years ago
cb3d087
Remove all remaining GrColor4f (other than gradients)
by Brian Osman
· 6 years ago
7d94bb5
Skip visiting for allocator gathering in GrTextureOp when all proxies
by Brian Salomon
· 6 years ago
d004e0b
Cleanup resource flags
by Chris Dalton
· 6 years ago
5edcd31
migrating SkTDArray towards std::vector api
by Mike Reed
· 6 years ago
f9ecb4e
Revert "migrating SkTDArray towards std::vector api"
by Mike Reed
· 6 years ago
79884be
migrating SkTDArray towards std::vector api
by Mike Reed
· 6 years ago
7eae3e0
Reland "Move GrGeometryProcessor's textures out of classes and into"
by Brian Salomon
· 6 years ago
fdf05f4
Revert "Move GrGeometryProcessor's textures out of classes and into"
by Brian Salomon
· 6 years ago
641ac7d
Make result of GrOp::combineIfPossible be an enum.
by Brian Salomon
· 6 years ago
b948572
Store GrMeshDrawOps' meshes in GrOpFlushState's arena.
by Brian Salomon
· 6 years ago
607be37
GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement.
by Brian Salomon
· 6 years ago
b609e6d
added byte and ubyte types to SKSL
by Ruiqi Mao
· 6 years ago
532b3f9
Remove clamping of kPlus with F16 configs
by Brian Osman
· 6 years ago
4934890
Refactor GrPipeline dynamic state.
by Brian Salomon
· 7 years ago
92be2f7
Revert "Revert "Change how vertex/instance attributes are handled in geometry processors.""
by Brian Salomon
· 7 years ago
5045e50
Revert "Change how vertex/instance attributes are handled in geometry processors."
by Mike Klein
· 7 years ago
19c1233
Change how vertex/instance attributes are handled in geometry processors.
by Brian Salomon
· 7 years ago
4c458b1
ccpr: Use lazy proxies with GrCCAtlas
by Chris Dalton
· 7 years ago
7c525e6
Plumb GrContext everywhere
by Robert Phillips
· 7 years ago
Next »