Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ec80d901b9bae2a8b9f2331db4b3fd7a64d784fb
/
tests
/
ProcessorTest.cpp
dbf7072
Use different classes for client side arrays and GPU buffer objects.
by Brian Salomon
· 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
4b62aed
Return GrProcessorSet::Analysis from GrDrawOp::finalize
by Chris Dalton
· 6 years ago
72ab346
Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp
by Michael Ludwig
· 6 years ago
0ec1c57
remove sk_atomic_inc
by Mike Klein
· 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
· 7 years ago
919c9e7
Revert "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 7 years ago
51b1c12
Have a GrBackendFormat be stored on gpu proxies.
by Greg Daniel
· 7 years ago
00b2939
Remove some more GrColor references
by Brian Osman
· 7 years ago
cf86085
Replace GrColor4h with SkPMColor4f
by Brian Osman
· 7 years ago
1be2b7c
Keep paint color range/precision into ops and GPs (using GrColor4h)
by Brian Osman
· 7 years ago
cb3d087
Remove all remaining GrColor4f (other than gradients)
by Brian Osman
· 7 years ago
7d94bb5
Skip visiting for allocator gathering in GrTextureOp when all proxies
by Brian Salomon
· 7 years ago
7034f15
Improve modulation detection logic in ProcessorOptimizationValidationTest
by Michael Ludwig
· 7 years ago
4504a652
Remove extraneous comma in printf vargs
by Michael Ludwig
· 7 years ago
314d377
Make ProcessorOptimizationValidationTest more forgiving
by Michael Ludwig
· 7 years ago
1d5b598
Towards removing GrColor4f
by Brian Osman
· 7 years ago
e8e1075
Add input/output image logging to processor tests
by Michael Ludwig
· 7 years ago
3ad86d0
Accept processor test seed from command line
by Michael Ludwig
· 7 years ago
8a00144
test,tools: whitespace changes for clang-format
by Hal Canary
· 7 years ago
2700abc
Remove raw-data version of createTextureProxy
by Brian Osman
· 7 years ago
7eae3e0
Reland "Move GrGeometryProcessor's textures out of classes and into"
by Brian Salomon
· 7 years ago
fdf05f4
Revert "Move GrGeometryProcessor's textures out of classes and into"
by Brian Salomon
· 7 years ago
641ac7d
Make result of GrOp::combineIfPossible be an enum.
by Brian Salomon
· 7 years ago
f7dcd76
Remove array of TextureSampler pointers from GrIOResourceProcessor.
by Brian Salomon
· 7 years ago
715d08c
Fix explicit allocation bug
by Robert Phillips
· 7 years ago
662ea4b
Remove texel buffer support.
by Brian Salomon
· 7 years ago
532b3f9
Remove clamping of kPlus with F16 configs
by Brian Osman
· 7 years ago
c994a93
Move op memory storage to GrContext (take 2)
by Robert Phillips
· 7 years ago
4f6ba2e
Revert "Move op memory storage to GrContext"
by Robert Phillips
· 7 years ago
c8cee44
Move op memory storage to GrContext
by Robert Phillips
· 7 years ago
7c525e6
Plumb GrContext everywhere
by Robert Phillips
· 7 years ago
c7ad40f
Remove SK_SUPPORT_GPU checks in tool-only code
by Brian Osman
· 7 years ago
c7fe0f7
Make GrCaps and GrShaderCaps private.
by Brian Salomon
· 7 years ago
58389b9
Initial texture data is never flipped when uploaded.
by Brian Salomon
· 7 years ago
0c4b7b1
Move internal calls from GrContext to GrContextPriv
by Robert Phillips
· 7 years ago
2a4f983
Remove GrSurfaceOrigin from GrSurfaceDesc.
by Brian Salomon
· 7 years ago
f61711a
Fix nullptr access when ProcessorOptimizationValidationTest fails
by Brian Salomon
· 7 years ago
6be756b
Move resourceProvider accessor to GrContextPriv (take 2)
by Robert Phillips
· 7 years ago
be46e24
Revert "Move resourceProvider accessor to GrContextPriv"
by Hal Canary
· 7 years ago
1f9ed85
Move resourceProvider accessor to GrContextPriv
by Robert Phillips
· 7 years ago
0bd24dc
Funnel most proxy creation through GrProxyProvider
by Robert Phillips
· 7 years ago
1afd4cd
Add GrProxyProvider
by Robert Phillips
· 7 years ago
10ed243
Add cap on intel to avoid calling abs and floor on the same line in a shader.
by Greg Daniel
· 7 years ago
559f556
Remove support for image load/store
by Brian Salomon
· 7 years ago
2240be9
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
by Brian Osman
· 8 years ago
abff956
initClassID no longer auto-allocates ids
by Ethan Nicholas
· 8 years ago
9a725dd
Use shader based blending to clamp kPlus mode w/F16
by Brian Osman
· 8 years ago
f1748f5
Change visitProxies signature
by Robert Phillips
· 8 years ago
5f567c7
Finish restoring GrOpList DAG
by Robert Phillips
· 8 years ago
aff329b
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
by Brian Salomon
· 8 years ago
91326c3
Move GrProcessorSet into GrPipeline
by Brian Salomon
· 8 years ago
ce06e26
Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual
by Brian Salomon
· 8 years ago
96271cd
Require clone() be implemented by GrFragmentProcessor subclasses
by Brian Salomon
· 8 years ago
b17e639
Add clone methods to unit test GrFragmentProcessor classes
by Brian Salomon
· 8 years ago
16d8ec6
Pull non-substantive changes out of omnibus GrSurface CL
by Robert Phillips
· 8 years ago
8c79194
Use unique_ptr[] for new[].
by Ben Wagner
· 8 years ago
0e05a82
Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and unit test.
by Brian Salomon
· 8 years ago
1c05364
Make GrProcessorTestFactory be templated on smart ptr class rather than processor class.
by Brian Salomon
· 8 years ago
e44ef10
Second small fragment from "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 8 years ago
96be9df
Revert "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 8 years ago
467022b
Reduce dependence on GrSurface's origin field
by Robert Phillips
· 8 years ago
e5b399e
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
by Brian Salomon
· 8 years ago
82ddc94
Make ProcessorRefTests op be a non-legacy GrMeshDrawOp
by Brian Salomon
· 8 years ago
fbcef6e
Clean up GrResourceProvider usage
by Robert Phillips
· 8 years ago
baaf439
Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.""
by Brian Salomon
· 8 years ago
a0485d9
Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."
by Brian Salomon
· 8 years ago
1ec03f3
Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.
by Brian Salomon
· 8 years ago
18166ee
Omnibus: Push instantiation of GrTextures later (post TextureSampler)
by Robert Phillips
· 8 years ago
bb581ce
Convert DstTexture to DstProxy (take 2)
by Robert Phillips
· 8 years ago
9bee2e5
Revise system for checking for uninstantiated proxies
by Robert Phillips
· 8 years ago
8a02f65
Switch ImageStorageAccess over to GrTextureProxies
by Robert Phillips
· 8 years ago
ac70f84
Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
by Brian Salomon
· 8 years ago
a91e0b7
Allow TextureSamplers to have null GrTexture pointer
by Robert Phillips
· 8 years ago
dd3b3f4
Rm makeRenderTargetContext in favor of deferred version (take 3)
by Robert Phillips
· 8 years ago
2af746c
Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"
by Robert Phillips
· 8 years ago
02242e8
Rm makeRenderTargetContext in favor of deferred version (take 2)
by Robert Phillips
· 8 years ago
9342921
Revert "Rm makeRenderTargetContext in favor of deferred version"
by Robert Phillips
· 8 years ago
d83ec04
Rm makeRenderTargetContext in favor of deferred version
by Robert Phillips
· 8 years ago
e78b725
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3)
by Robert Phillips
· 8 years ago
1b35256
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)"
by Robert Phillips
· 8 years ago
aaee31f
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)
by Robert Phillips
· 8 years ago
171cc5f
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv"
by Robert Phillips
· 8 years ago
fb0bd98
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv
by Robert Phillips
· 8 years ago
e14bd80
Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp
by Brian Salomon
· 8 years ago
d3ccb0a
Move pipeline handling out of GrMeshDrawOp.
by Brian Salomon
· 8 years ago
c35a2d4
Add nondeterministic seed option for ProcessorOptimization test
by Brian Osman
· 8 years ago
2f3865b
Fix formatting error in test output
by Brian Osman
· 8 years ago
bd1f76f
Emit dumpInfo string when processor opt test fails
by Brian Osman
· 8 years ago
296b1cc
Retract GrContext from src/gpu/effects
by Robert Phillips
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
649a341
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes.
by Brian Salomon
· 8 years ago
c65aec9
Make GrClip.h private
by Brian Salomon
· 8 years ago
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
2f49314
Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
by Robert Phillips
· 8 years ago
7928e76
Disable deferred gpu resources for Chrome branch
by Robert Phillips
· 8 years ago
30f9bc6
Switch GrTextureStripAtlas over to GrTextureProxies
by Robert Phillips
· 8 years ago
Next »