move src/gpu/batches -> src/gpu/ops
authorBrian Salomon <bsalomon@google.com>
Fri, 16 Dec 2016 14:52:16 +0000 (09:52 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 16 Dec 2016 16:58:24 +0000 (16:58 +0000)
commit895274391db8df7357334aec260edca2e1735626
tree6c447a64c6e376d67503ef18e20cfdb655b6a312
parent6b316e9e20d67f0f13021ca62f4270105c6151b1
move src/gpu/batches -> src/gpu/ops

Change-Id: I6410eae41f051ce38bef6f38d670924c3483c325
Reviewed-on: https://skia-review.googlesource.com/6163
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
100 files changed:
gm/beziereffects.cpp
gm/bigrrectaaeffect.cpp
gm/constcolorprocessor.cpp
gm/convexpolyeffect.cpp
gm/rrects.cpp
gm/texturedomaineffect.cpp
gm/yuvtorgbeffect.cpp
gn/gpu.gni
src/gpu/GrAuditTrail.cpp
src/gpu/GrBatchAtlas.h
src/gpu/GrContext.cpp
src/gpu/GrGpuCommandBuffer.h
src/gpu/GrOpFlushState.h
src/gpu/GrPathRendererChain.cpp
src/gpu/GrPipeline.cpp
src/gpu/GrPipelineBuilder.cpp
src/gpu/GrProcOptInfo.cpp
src/gpu/GrRenderTargetContext.cpp
src/gpu/GrRenderTargetOpList.cpp
src/gpu/GrRenderTargetOpList.h
src/gpu/GrSWMaskHelper.cpp
src/gpu/GrSoftwarePathRenderer.cpp
src/gpu/GrTextureOpList.cpp
src/gpu/instanced/InstancedRendering.h
src/gpu/ops/GrAAConvexPathRenderer.cpp [moved from src/gpu/batches/GrAAConvexPathRenderer.cpp with 99% similarity]
src/gpu/ops/GrAAConvexPathRenderer.h [moved from src/gpu/batches/GrAAConvexPathRenderer.h with 100% similarity]
src/gpu/ops/GrAAConvexTessellator.cpp [moved from src/gpu/batches/GrAAConvexTessellator.cpp with 100% similarity]
src/gpu/ops/GrAAConvexTessellator.h [moved from src/gpu/batches/GrAAConvexTessellator.h with 100% similarity]
src/gpu/ops/GrAADistanceFieldPathRenderer.cpp [moved from src/gpu/batches/GrAADistanceFieldPathRenderer.cpp with 99% similarity]
src/gpu/ops/GrAADistanceFieldPathRenderer.h [moved from src/gpu/batches/GrAADistanceFieldPathRenderer.h with 100% similarity]
src/gpu/ops/GrAAFillRectOp.cpp [moved from src/gpu/batches/GrAAFillRectOp.cpp with 100% similarity]
src/gpu/ops/GrAAFillRectOp.h [moved from src/gpu/batches/GrAAFillRectOp.h with 100% similarity]
src/gpu/ops/GrAAHairLinePathRenderer.cpp [moved from src/gpu/batches/GrAAHairLinePathRenderer.cpp with 99% similarity]
src/gpu/ops/GrAAHairLinePathRenderer.h [moved from src/gpu/batches/GrAAHairLinePathRenderer.h with 100% similarity]
src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp [moved from src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp with 99% similarity]
src/gpu/ops/GrAALinearizingConvexPathRenderer.h [moved from src/gpu/batches/GrAALinearizingConvexPathRenderer.h with 100% similarity]
src/gpu/ops/GrAAStrokeRectOp.cpp [moved from src/gpu/batches/GrAAStrokeRectOp.cpp with 100% similarity]
src/gpu/ops/GrAAStrokeRectOp.h [moved from src/gpu/batches/GrAAStrokeRectOp.h with 100% similarity]
src/gpu/ops/GrAnalyticRectOp.cpp [moved from src/gpu/batches/GrAnalyticRectOp.cpp with 99% similarity]
src/gpu/ops/GrAnalyticRectOp.h [moved from src/gpu/batches/GrAnalyticRectOp.h with 100% similarity]
src/gpu/ops/GrAtlasTextOp.cpp [moved from src/gpu/batches/GrAtlasTextOp.cpp with 100% similarity]
src/gpu/ops/GrAtlasTextOp.h [moved from src/gpu/batches/GrAtlasTextOp.h with 99% similarity]
src/gpu/ops/GrClearOp.h [moved from src/gpu/batches/GrClearOp.h with 100% similarity]
src/gpu/ops/GrClearStencilClipOp.h [moved from src/gpu/batches/GrClearStencilClipOp.h with 100% similarity]
src/gpu/ops/GrCopySurfaceOp.cpp [moved from src/gpu/batches/GrCopySurfaceOp.cpp with 100% similarity]
src/gpu/ops/GrCopySurfaceOp.h [moved from src/gpu/batches/GrCopySurfaceOp.h with 100% similarity]
src/gpu/ops/GrDashLinePathRenderer.cpp [moved from src/gpu/batches/GrDashLinePathRenderer.cpp with 98% similarity]
src/gpu/ops/GrDashLinePathRenderer.h [moved from src/gpu/batches/GrDashLinePathRenderer.h with 100% similarity]
src/gpu/ops/GrDashOp.cpp [moved from src/gpu/batches/GrDashOp.cpp with 99% similarity]
src/gpu/ops/GrDashOp.h [moved from src/gpu/batches/GrDashOp.h with 100% similarity]
src/gpu/ops/GrDefaultPathRenderer.cpp [moved from src/gpu/batches/GrDefaultPathRenderer.cpp with 99% similarity]
src/gpu/ops/GrDefaultPathRenderer.h [moved from src/gpu/batches/GrDefaultPathRenderer.h with 100% similarity]
src/gpu/ops/GrDiscardOp.h [moved from src/gpu/batches/GrDiscardOp.h with 100% similarity]
src/gpu/ops/GrDrawAtlasOp.cpp [moved from src/gpu/batches/GrDrawAtlasOp.cpp with 100% similarity]
src/gpu/ops/GrDrawAtlasOp.h [moved from src/gpu/batches/GrDrawAtlasOp.h with 100% similarity]
src/gpu/ops/GrDrawOp.cpp [moved from src/gpu/batches/GrDrawOp.cpp with 100% similarity]
src/gpu/ops/GrDrawOp.h [moved from src/gpu/batches/GrDrawOp.h with 100% similarity]
src/gpu/ops/GrDrawPathOp.cpp [moved from src/gpu/batches/GrDrawPathOp.cpp with 100% similarity]
src/gpu/ops/GrDrawPathOp.h [moved from src/gpu/batches/GrDrawPathOp.h with 100% similarity]
src/gpu/ops/GrDrawVerticesOp.cpp [moved from src/gpu/batches/GrDrawVerticesOp.cpp with 100% similarity]
src/gpu/ops/GrDrawVerticesOp.h [moved from src/gpu/batches/GrDrawVerticesOp.h with 100% similarity]
src/gpu/ops/GrLatticeOp.cpp [moved from src/gpu/batches/GrLatticeOp.cpp with 100% similarity]
src/gpu/ops/GrLatticeOp.h [moved from src/gpu/batches/GrLatticeOp.h with 100% similarity]
src/gpu/ops/GrMSAAPathRenderer.cpp [moved from src/gpu/batches/GrMSAAPathRenderer.cpp with 99% similarity]
src/gpu/ops/GrMSAAPathRenderer.h [moved from src/gpu/batches/GrMSAAPathRenderer.h with 100% similarity]
src/gpu/ops/GrMeshDrawOp.cpp [moved from src/gpu/batches/GrMeshDrawOp.cpp with 100% similarity]
src/gpu/ops/GrMeshDrawOp.h [moved from src/gpu/batches/GrMeshDrawOp.h with 100% similarity]
src/gpu/ops/GrNonAAFillRectOp.cpp [moved from src/gpu/batches/GrNonAAFillRectOp.cpp with 100% similarity]
src/gpu/ops/GrNonAAFillRectOp.h [moved from src/gpu/batches/GrNonAAFillRectOp.h with 100% similarity]
src/gpu/ops/GrNonAAFillRectPerspectiveOp.cpp [moved from src/gpu/batches/GrNonAAFillRectPerspectiveOp.cpp with 100% similarity]
src/gpu/ops/GrNonAAStrokeRectOp.cpp [moved from src/gpu/batches/GrNonAAStrokeRectOp.cpp with 100% similarity]
src/gpu/ops/GrNonAAStrokeRectOp.h [moved from src/gpu/batches/GrNonAAStrokeRectOp.h with 100% similarity]
src/gpu/ops/GrOp.cpp [moved from src/gpu/batches/GrOp.cpp with 100% similarity]
src/gpu/ops/GrOp.h [moved from src/gpu/batches/GrOp.h with 100% similarity]
src/gpu/ops/GrOvalOpFactory.cpp [moved from src/gpu/batches/GrOvalOpFactory.cpp with 99% similarity]
src/gpu/ops/GrOvalOpFactory.h [moved from src/gpu/batches/GrOvalOpFactory.h with 100% similarity]
src/gpu/ops/GrPLSPathRenderer.cpp [moved from src/gpu/batches/GrPLSPathRenderer.cpp with 99% similarity]
src/gpu/ops/GrPLSPathRenderer.h [moved from src/gpu/batches/GrPLSPathRenderer.h with 100% similarity]
src/gpu/ops/GrPathStencilSettings.h [moved from src/gpu/batches/GrPathStencilSettings.h with 100% similarity]
src/gpu/ops/GrRectOpFactory.cpp [moved from src/gpu/batches/GrRectOpFactory.cpp with 100% similarity]
src/gpu/ops/GrRectOpFactory.h [moved from src/gpu/batches/GrRectOpFactory.h with 99% similarity]
src/gpu/ops/GrRegionOp.cpp [moved from src/gpu/batches/GrRegionOp.cpp with 100% similarity]
src/gpu/ops/GrRegionOp.h [moved from src/gpu/batches/GrRegionOp.h with 100% similarity]
src/gpu/ops/GrShadowRRectOp.cpp [moved from src/gpu/batches/GrShadowRRectOp.cpp with 100% similarity]
src/gpu/ops/GrShadowRRectOp.h [moved from src/gpu/batches/GrShadowRRectOp.h with 100% similarity]
src/gpu/ops/GrStencilAndCoverPathRenderer.cpp [moved from src/gpu/batches/GrStencilAndCoverPathRenderer.cpp with 99% similarity]
src/gpu/ops/GrStencilAndCoverPathRenderer.h [moved from src/gpu/batches/GrStencilAndCoverPathRenderer.h with 100% similarity]
src/gpu/ops/GrStencilPathOp.h [moved from src/gpu/batches/GrStencilPathOp.h with 100% similarity]
src/gpu/ops/GrTessellatingPathRenderer.cpp [moved from src/gpu/batches/GrTessellatingPathRenderer.cpp with 99% similarity]
src/gpu/ops/GrTessellatingPathRenderer.h [moved from src/gpu/batches/GrTessellatingPathRenderer.h with 100% similarity]
src/gpu/ops/GrTestMeshDrawOp.h [moved from src/gpu/batches/GrTestMeshDrawOp.h with 98% similarity]
src/gpu/text/GrAtlasTextBlob.cpp
src/gpu/text/GrAtlasTextBlob_regenInBatch.cpp
src/gpu/text/GrStencilAndCoverTextContext.cpp
src/gpu/text/GrStencilAndCoverTextContext.h
tests/DFPathRendererTest.cpp
tests/GLProgramsTest.cpp
tests/GrPorterDuffTest.cpp
tests/PrimitiveProcessorTest.cpp
tests/TessellatingPathRendererTests.cpp