aboutsummaryrefslogtreecommitdiff
path: root/tests/ProcessorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix nullptr access when ProcessorOptimizationValidationTest failsBrian Salomon2018-02-161-2/+3
* Move resourceProvider accessor to GrContextPriv (take 2)Robert Phillips2018-01-161-4/+6
* Revert "Move resourceProvider accessor to GrContextPriv"Hal Canary2018-01-161-6/+4
* Move resourceProvider accessor to GrContextPrivRobert Phillips2018-01-161-4/+6
* Funnel most proxy creation through GrProxyProviderRobert Phillips2018-01-161-45/+46
* Add GrProxyProviderRobert Phillips2018-01-081-7/+13
* Add cap on intel to avoid calling abs and floor on the same line in aGreg Daniel2017-12-021-2/+2
* Remove support for image load/storeBrian Salomon2017-11-151-53/+7
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectBrian Osman2017-10-181-1/+1
* initClassID no longer auto-allocates idsEthan Nicholas2017-10-091-6/+6
* Use shader based blending to clamp kPlus mode w/F16Brian Osman2017-09-201-2/+3
* Change visitProxies signatureRobert Phillips2017-09-141-1/+1
* Finish restoring GrOpList DAGRobert Phillips2017-09-141-2/+6
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Brian Salomon2017-08-111-29/+35
* Move GrProcessorSet into GrPipelineBrian Salomon2017-08-091-1/+1
* Make ProcessorCloneTest more robust, fix matrix conv. onIsEqualBrian Salomon2017-08-011-0/+9
* Require clone() be implemented by GrFragmentProcessor subclassesBrian Salomon2017-07-311-13/+5
* Add clone methods to unit test GrFragmentProcessor classesBrian Salomon2017-07-281-92/+144
* Pull non-substantive changes out of omnibus GrSurface CLRobert Phillips2017-07-271-2/+3
* Use unique_ptr[] for new[].Ben Wagner2017-07-251-1/+1
* Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and un...Brian Salomon2017-07-251-63/+146
* Make GrProcessorTestFactory be templated on smart ptr class rather than proce...Brian Salomon2017-07-241-1/+1
* Second small fragment from "Reduce dependence on GrSurface's origin field"Robert Phillips2017-07-241-1/+2
* Revert "Reduce dependence on GrSurface's origin field"Robert Phillips2017-07-211-2/+1
* Reduce dependence on GrSurface's origin fieldRobert Phillips2017-07-211-1/+2
* Remove GrLegacyMeshDrawOp and GrPipelineBuilderBrian Salomon2017-07-191-1/+0
* Make ProcessorRefTests op be a non-legacy GrMeshDrawOpBrian Salomon2017-07-141-11/+24
* Clean up GrResourceProvider usageRobert Phillips2017-06-151-13/+7
* Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMesh...Brian Salomon2017-06-151-4/+4
* Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp s...Brian Salomon2017-06-141-4/+4
* Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.Brian Salomon2017-06-141-4/+4
* Omnibus: Push instantiation of GrTextures later (post TextureSampler)Robert Phillips2017-06-021-0/+1
* Convert DstTexture to DstProxy (take 2)Robert Phillips2017-05-291-0/+5
* Revise system for checking for uninstantiated proxiesRobert Phillips2017-05-291-1/+1
* Switch ImageStorageAccess over to GrTextureProxiesRobert Phillips2017-05-121-21/+24
* Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.Brian Salomon2017-05-101-6/+6
* Allow TextureSamplers to have null GrTexture pointerRobert Phillips2017-05-031-0/+4
* Rm makeRenderTargetContext in favor of deferred version (take 3)Robert Phillips2017-04-251-2/+2
* Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"Robert Phillips2017-04-211-2/+2
* Rm makeRenderTargetContext in favor of deferred version (take 2)Robert Phillips2017-04-211-2/+2
* Revert "Rm makeRenderTargetContext in favor of deferred version"Robert Phillips2017-04-111-2/+2
* Rm makeRenderTargetContext in favor of deferred versionRobert Phillips2017-04-111-2/+2
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips2017-04-061-12/+13
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips2017-04-051-13/+12
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips2017-04-051-12/+13
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips2017-04-051-13/+12
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPrivRobert Phillips2017-04-051-12/+13
* Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOpBrian Salomon2017-04-041-1/+1
* Move pipeline handling out of GrMeshDrawOp.Brian Salomon2017-04-031-5/+5
* Add nondeterministic seed option for ProcessorOptimization testBrian Osman2017-03-171-2/+16