index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
ProcessorTest.cpp
Commit message (
Expand
)
Author
Age
*
Remove array of TextureSampler pointers from GrIOResourceProcessor.
Brian Salomon
2018-07-30
*
Fix explicit allocation bug
Robert Phillips
2018-07-18
*
Remove texel buffer support.
Brian Salomon
2018-07-13
*
Remove clamping of kPlus with F16 configs
Brian Osman
2018-07-11
*
Move op memory storage to GrContext (take 2)
Robert Phillips
2018-06-19
*
Revert "Move op memory storage to GrContext"
Robert Phillips
2018-06-15
*
Move op memory storage to GrContext
Robert Phillips
2018-06-15
*
Plumb GrContext everywhere
Robert Phillips
2018-06-12
*
Remove SK_SUPPORT_GPU checks in tool-only code
Brian Osman
2018-05-31
*
Make GrCaps and GrShaderCaps private.
Brian Salomon
2018-05-11
*
Initial texture data is never flipped when uploaded.
Brian Salomon
2018-03-07
*
Move internal calls from GrContext to GrContextPriv
Robert Phillips
2018-03-06
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
*
Fix nullptr access when ProcessorOptimizationValidationTest fails
Brian Salomon
2018-02-16
*
Move resourceProvider accessor to GrContextPriv (take 2)
Robert Phillips
2018-01-16
*
Revert "Move resourceProvider accessor to GrContextPriv"
Hal Canary
2018-01-16
*
Move resourceProvider accessor to GrContextPriv
Robert Phillips
2018-01-16
*
Funnel most proxy creation through GrProxyProvider
Robert Phillips
2018-01-16
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
Add cap on intel to avoid calling abs and floor on the same line in a
Greg Daniel
2017-12-02
*
Remove support for image load/store
Brian Salomon
2017-11-15
*
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
Brian Osman
2017-10-18
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
Change visitProxies signature
Robert Phillips
2017-09-14
*
Finish restoring GrOpList DAG
Robert Phillips
2017-09-14
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual
Brian Salomon
2017-08-01
*
Require clone() be implemented by GrFragmentProcessor subclasses
Brian Salomon
2017-07-31
*
Add clone methods to unit test GrFragmentProcessor classes
Brian Salomon
2017-07-28
*
Pull non-substantive changes out of omnibus GrSurface CL
Robert Phillips
2017-07-27
*
Use unique_ptr[] for new[].
Ben Wagner
2017-07-25
*
Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and un...
Brian Salomon
2017-07-25
*
Make GrProcessorTestFactory be templated on smart ptr class rather than proce...
Brian Salomon
2017-07-24
*
Second small fragment from "Reduce dependence on GrSurface's origin field"
Robert Phillips
2017-07-24
*
Revert "Reduce dependence on GrSurface's origin field"
Robert Phillips
2017-07-21
*
Reduce dependence on GrSurface's origin field
Robert Phillips
2017-07-21
*
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
Brian Salomon
2017-07-19
*
Make ProcessorRefTests op be a non-legacy GrMeshDrawOp
Brian Salomon
2017-07-14
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMesh...
Brian Salomon
2017-06-15
*
Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp s...
Brian Salomon
2017-06-14
*
Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.
Brian Salomon
2017-06-14
*
Omnibus: Push instantiation of GrTextures later (post TextureSampler)
Robert Phillips
2017-06-02
*
Convert DstTexture to DstProxy (take 2)
Robert Phillips
2017-05-29
*
Revise system for checking for uninstantiated proxies
Robert Phillips
2017-05-29
*
Switch ImageStorageAccess over to GrTextureProxies
Robert Phillips
2017-05-12
*
Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
Brian Salomon
2017-05-10
*
Allow TextureSamplers to have null GrTexture pointer
Robert Phillips
2017-05-03
[next]