From 92ce5946855aa8d55bb4a0dd0a47d58746d67d0a Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Wed, 18 Jan 2017 11:01:10 -0500 Subject: Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. Eventually ops can use this to hold their ops and create GrPipelines at flush time. For now it is used by GrPipelineBuilder. Change-Id: I0db3892032f2d07238e4c847a790678b3aab456f Reviewed-on: https://skia-review.googlesource.com/7132 Reviewed-by: Robert Phillips Commit-Queue: Brian Salomon --- gn/gpu.gni | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn/gpu.gni') diff --git a/gn/gpu.gni b/gn/gpu.gni index 61dea745e5..8629ecdd7f 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -144,6 +144,8 @@ skia_gpu_sources = [ "$_src/gpu/GrPipelineBuilder.h", "$_src/gpu/GrPrimitiveProcessor.cpp", "$_src/gpu/GrPrimitiveProcessor.h", + "$_src/gpu/GrProcessorSet.cpp", + "$_src/gpu/GrProcessorSet.h", "$_src/gpu/GrProgramDesc.cpp", "$_src/gpu/GrProgramDesc.h", "$_src/gpu/GrProcessor.cpp", -- cgit v1.2.3