Rename GrBatch to GrOp
authorBrian Salomon <bsalomon@google.com>
Thu, 1 Dec 2016 14:36:50 +0000 (09:36 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Thu, 1 Dec 2016 15:12:53 +0000 (15:12 +0000)
commit25a880960a9a689a745a01071ecba3fe494b5940
treeebc0576bf054ed6a1ea63e2a2034cc8e19374543
parent7c3e7180948766321c51d165737555e78910de51
Rename GrBatch to GrOp

Change-Id: I27b6324f8040899fafeda23ca524bc54a4dbf090
Reviewed-on: https://skia-review.googlesource.com/5392
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
66 files changed:
dm/DMSrcSink.cpp
gm/beziereffects.cpp
gm/convexpolyeffect.cpp
gn/gpu.gni
include/gpu/GrContextOptions.h
include/private/GrAuditTrail.h
src/gpu/GrAppliedClip.h
src/gpu/GrAuditTrail.cpp
src/gpu/GrBatchTest.h
src/gpu/GrMesh.h
src/gpu/GrOvalRenderer.cpp
src/gpu/GrPipeline.cpp
src/gpu/GrPipeline.h
src/gpu/GrPipelineBuilder.cpp
src/gpu/GrPrimitiveProcessor.h
src/gpu/GrRenderTargetContext.cpp
src/gpu/GrRenderTargetOpList.cpp
src/gpu/GrRenderTargetOpList.h
src/gpu/GrResourceProvider.h
src/gpu/GrTextureOpList.cpp
src/gpu/GrTextureOpList.h
src/gpu/SkGrPriv.h
src/gpu/batches/GrAAConvexPathRenderer.cpp
src/gpu/batches/GrAADistanceFieldPathRenderer.cpp
src/gpu/batches/GrAAFillRectBatch.cpp
src/gpu/batches/GrAAFillRectBatch.h
src/gpu/batches/GrAAHairLinePathRenderer.cpp
src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp
src/gpu/batches/GrAAStrokeRectBatch.cpp
src/gpu/batches/GrAAStrokeRectBatch.h
src/gpu/batches/GrAnalyticRectBatch.cpp
src/gpu/batches/GrAtlasTextBatch.cpp
src/gpu/batches/GrAtlasTextBatch.h
src/gpu/batches/GrClearBatch.h
src/gpu/batches/GrClearStencilClipBatch.h
src/gpu/batches/GrCopySurfaceBatch.cpp
src/gpu/batches/GrCopySurfaceBatch.h
src/gpu/batches/GrDefaultPathRenderer.cpp
src/gpu/batches/GrDiscardBatch.h
src/gpu/batches/GrDrawAtlasBatch.cpp
src/gpu/batches/GrDrawAtlasBatch.h
src/gpu/batches/GrDrawBatch.h
src/gpu/batches/GrDrawPathBatch.cpp
src/gpu/batches/GrDrawPathBatch.h
src/gpu/batches/GrDrawVerticesBatch.cpp
src/gpu/batches/GrDrawVerticesBatch.h
src/gpu/batches/GrMSAAPathRenderer.cpp
src/gpu/batches/GrNinePatch.cpp
src/gpu/batches/GrNonAAFillRectBatch.cpp
src/gpu/batches/GrNonAAFillRectPerspectiveBatch.cpp
src/gpu/batches/GrNonAAStrokeRectBatch.cpp
src/gpu/batches/GrOp.cpp [moved from src/gpu/batches/GrBatch.cpp with 66% similarity]
src/gpu/batches/GrOp.h [moved from src/gpu/batches/GrBatch.h with 66% similarity]
src/gpu/batches/GrPLSPathRenderer.cpp
src/gpu/batches/GrRectBatchFactory.h
src/gpu/batches/GrRegionBatch.cpp
src/gpu/batches/GrShadowRRectBatch.cpp
src/gpu/batches/GrStencilPathBatch.h
src/gpu/batches/GrTessellatingPathRenderer.cpp
src/gpu/batches/GrTestBatch.h
src/gpu/effects/GrDashingEffect.cpp
src/gpu/instanced/GLInstancedRendering.cpp
src/gpu/instanced/InstancedRendering.cpp
src/gpu/instanced/InstancedRendering.h
tests/GrPorterDuffTest.cpp
tests/PrimitiveProcessorTest.cpp