index
:
external_skia.git
lp5.0
p9.0
external_skia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ProcessorTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nullptr access when ProcessorOptimizationValidationTest fails
Brian Salomon
2018-02-16
1
-2
/
+3
*
Move resourceProvider accessor to GrContextPriv (take 2)
Robert Phillips
2018-01-16
1
-4
/
+6
*
Revert "Move resourceProvider accessor to GrContextPriv"
Hal Canary
2018-01-16
1
-6
/
+4
*
Move resourceProvider accessor to GrContextPriv
Robert Phillips
2018-01-16
1
-4
/
+6
*
Funnel most proxy creation through GrProxyProvider
Robert Phillips
2018-01-16
1
-45
/
+46
*
Add GrProxyProvider
Robert Phillips
2018-01-08
1
-7
/
+13
*
Add cap on intel to avoid calling abs and floor on the same line in a
Greg Daniel
2017-12-02
1
-2
/
+2
*
Remove support for image load/store
Brian Salomon
2017-11-15
1
-53
/
+7
*
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
Brian Osman
2017-10-18
1
-1
/
+1
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
1
-6
/
+6
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
1
-2
/
+3
*
Change visitProxies signature
Robert Phillips
2017-09-14
1
-1
/
+1
*
Finish restoring GrOpList DAG
Robert Phillips
2017-09-14
1
-2
/
+6
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
1
-29
/
+35
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
1
-1
/
+1
*
Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual
Brian Salomon
2017-08-01
1
-0
/
+9
*
Require clone() be implemented by GrFragmentProcessor subclasses
Brian Salomon
2017-07-31
1
-13
/
+5
*
Add clone methods to unit test GrFragmentProcessor classes
Brian Salomon
2017-07-28
1
-92
/
+144
*
Pull non-substantive changes out of omnibus GrSurface CL
Robert Phillips
2017-07-27
1
-2
/
+3
*
Use unique_ptr[] for new[].
Ben Wagner
2017-07-25
1
-1
/
+1
*
Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and un...
Brian Salomon
2017-07-25
1
-63
/
+146
*
Make GrProcessorTestFactory be templated on smart ptr class rather than proce...
Brian Salomon
2017-07-24
1
-1
/
+1
*
Second small fragment from "Reduce dependence on GrSurface's origin field"
Robert Phillips
2017-07-24
1
-1
/
+2
*
Revert "Reduce dependence on GrSurface's origin field"
Robert Phillips
2017-07-21
1
-2
/
+1
*
Reduce dependence on GrSurface's origin field
Robert Phillips
2017-07-21
1
-1
/
+2
*
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
Brian Salomon
2017-07-19
1
-1
/
+0
*
Make ProcessorRefTests op be a non-legacy GrMeshDrawOp
Brian Salomon
2017-07-14
1
-11
/
+24
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
1
-13
/
+7
*
Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMesh...
Brian Salomon
2017-06-15
1
-4
/
+4
*
Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp s...
Brian Salomon
2017-06-14
1
-4
/
+4
*
Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.
Brian Salomon
2017-06-14
1
-4
/
+4
*
Omnibus: Push instantiation of GrTextures later (post TextureSampler)
Robert Phillips
2017-06-02
1
-0
/
+1
*
Convert DstTexture to DstProxy (take 2)
Robert Phillips
2017-05-29
1
-0
/
+5
*
Revise system for checking for uninstantiated proxies
Robert Phillips
2017-05-29
1
-1
/
+1
*
Switch ImageStorageAccess over to GrTextureProxies
Robert Phillips
2017-05-12
1
-21
/
+24
*
Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
Brian Salomon
2017-05-10
1
-6
/
+6
*
Allow TextureSamplers to have null GrTexture pointer
Robert Phillips
2017-05-03
1
-0
/
+4
*
Rm makeRenderTargetContext in favor of deferred version (take 3)
Robert Phillips
2017-04-25
1
-2
/
+2
*
Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"
Robert Phillips
2017-04-21
1
-2
/
+2
*
Rm makeRenderTargetContext in favor of deferred version (take 2)
Robert Phillips
2017-04-21
1
-2
/
+2
*
Revert "Rm makeRenderTargetContext in favor of deferred version"
Robert Phillips
2017-04-11
1
-2
/
+2
*
Rm makeRenderTargetContext in favor of deferred version
Robert Phillips
2017-04-11
1
-2
/
+2
*
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...
Robert Phillips
2017-04-06
1
-12
/
+13
*
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...
Robert Phillips
2017-04-05
1
-13
/
+12
*
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...
Robert Phillips
2017-04-05
1
-12
/
+13
*
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...
Robert Phillips
2017-04-05
1
-13
/
+12
*
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv
Robert Phillips
2017-04-05
1
-12
/
+13
*
Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp
Brian Salomon
2017-04-04
1
-1
/
+1
*
Move pipeline handling out of GrMeshDrawOp.
Brian Salomon
2017-04-03
1
-5
/
+5
*
Add nondeterministic seed option for ProcessorOptimization test
Brian Osman
2017-03-17
1
-2
/
+16
[next]