2015-03-25 17:22:41 +00:00
|
|
|
# Copyright 2015 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2013-06-18 14:43:53 +00:00
|
|
|
# Include this gypi to include all 'gpu' files
|
2012-08-23 12:55:01 +00:00
|
|
|
# The parent gyp/gypi file must define
|
|
|
|
# 'skia_src_path' e.g. skia/trunk/src
|
|
|
|
# 'skia_include_path' e.g. skia/trunk/include
|
|
|
|
#
|
|
|
|
# The skia build defines these in common_variables.gypi
|
|
|
|
#
|
|
|
|
{
|
|
|
|
'variables': {
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_sources': [
|
2015-06-12 15:21:26 +00:00
|
|
|
'<(skia_include_path)/gpu/GrBlend.h',
|
2015-05-22 15:01:09 +00:00
|
|
|
'<(skia_include_path)/gpu/GrCaps.h',
|
2015-02-23 22:44:57 +00:00
|
|
|
'<(skia_include_path)/gpu/GrClip.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrColor.h',
|
|
|
|
'<(skia_include_path)/gpu/GrConfig.h',
|
2015-05-22 21:01:46 +00:00
|
|
|
'<(skia_include_path)/gpu/GrContextOptions.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrContext.h',
|
2013-10-02 15:02:55 +00:00
|
|
|
'<(skia_include_path)/gpu/GrCoordTransform.h',
|
2015-05-26 18:38:03 +00:00
|
|
|
'<(skia_include_path)/gpu/GrDrawContext.h',
|
2014-10-15 17:50:36 +00:00
|
|
|
'<(skia_include_path)/gpu/GrFragmentProcessor.h',
|
2015-07-13 20:29:13 +00:00
|
|
|
'<(skia_include_path)/gpu/GrFragmentStage.h',
|
2014-07-25 15:35:45 +00:00
|
|
|
'<(skia_include_path)/gpu/GrGpuResource.h',
|
2014-11-12 16:35:25 +00:00
|
|
|
'<(skia_include_path)/gpu/GrInvariantOutput.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrPaint.h',
|
2012-12-10 19:10:17 +00:00
|
|
|
'<(skia_include_path)/gpu/GrPathRendererChain.h',
|
2014-09-23 16:50:21 +00:00
|
|
|
'<(skia_include_path)/gpu/GrProcessor.h',
|
2015-07-09 13:28:14 +00:00
|
|
|
'<(skia_include_path)/gpu/GrProcessorDataManager.h',
|
2014-09-23 16:50:21 +00:00
|
|
|
'<(skia_include_path)/gpu/GrProcessorUnitTest.h',
|
2014-09-04 20:12:37 +00:00
|
|
|
'<(skia_include_path)/gpu/GrProgramElement.h',
|
2014-09-17 15:05:40 +00:00
|
|
|
'<(skia_include_path)/gpu/GrGpuResourceRef.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrRect.h',
|
|
|
|
'<(skia_include_path)/gpu/GrRenderTarget.h',
|
2014-08-28 16:54:34 +00:00
|
|
|
'<(skia_include_path)/gpu/GrResourceKey.h',
|
2015-07-13 20:11:40 +00:00
|
|
|
'<(skia_include_path)/gpu/GrSurface.h',
|
2015-07-13 20:29:13 +00:00
|
|
|
'<(skia_include_path)/gpu/GrShaderVar.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTexture.h',
|
2015-04-30 21:18:54 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTextureProvider.h',
|
2012-09-11 13:29:29 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTextureAccess.h',
|
2015-04-28 20:31:18 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTestUtils.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTypes.h',
|
2014-12-03 18:40:13 +00:00
|
|
|
'<(skia_include_path)/gpu/GrXferProcessor.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
|
2015-04-02 18:12:09 +00:00
|
|
|
'<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
|
2015-02-17 15:34:43 +00:00
|
|
|
'<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
|
2015-01-15 18:52:32 +00:00
|
|
|
'<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
|
2014-12-05 20:14:26 +00:00
|
|
|
'<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
|
|
|
|
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/GrGLConfig.h',
|
2013-02-26 21:46:32 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/GrGLExtensions.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/GrGLFunctions.h',
|
|
|
|
'<(skia_include_path)/gpu/gl/GrGLInterface.h',
|
2014-08-08 16:41:42 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
|
|
|
|
'<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
|
2015-06-10 19:11:17 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAALinearizingConvexPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAALinearizingConvexPathRenderer.h',
|
2015-05-06 12:15:57 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAAConvexTessellator.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAAConvexTessellator.h',
|
2014-10-06 12:59:05 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAARectRenderer.cpp',
|
2013-09-06 16:57:29 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAARectRenderer.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
|
2015-03-16 21:00:52 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAllocator.h',
|
|
|
|
'<(skia_src_path)/gpu/GrAtlas.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAtlas.h',
|
2015-04-01 19:40:54 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAtlasTextContext.h',
|
2015-01-28 20:53:54 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBatch.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBatch.h',
|
2015-03-13 18:47:42 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBatchAtlas.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBatchAtlas.h',
|
2015-03-31 20:32:05 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBatchFontCache.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBatchFontCache.h',
|
2015-01-28 20:53:54 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBatchTarget.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBatchTarget.h',
|
2015-04-29 17:01:22 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBatchTest.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBatchTest.h',
|
2015-05-27 18:02:55 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBlurUtils.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBlurUtils.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBufferAllocPool.h',
|
2015-05-26 19:16:59 +00:00
|
|
|
'<(skia_src_path)/gpu/GrCaps.cpp',
|
2015-02-23 22:44:57 +00:00
|
|
|
'<(skia_src_path)/gpu/GrClip.cpp',
|
2014-07-12 02:45:16 +00:00
|
|
|
'<(skia_src_path)/gpu/GrClipMaskCache.h',
|
|
|
|
'<(skia_src_path)/gpu/GrClipMaskCache.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrClipMaskManager.h',
|
|
|
|
'<(skia_src_path)/gpu/GrClipMaskManager.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrContext.cpp',
|
2015-05-05 15:41:50 +00:00
|
|
|
'<(skia_src_path)/gpu/GrCommandBuilder.h',
|
|
|
|
'<(skia_src_path)/gpu/GrCommandBuilder.cpp',
|
2014-12-09 17:00:49 +00:00
|
|
|
'<(skia_src_path)/gpu/GrCoordTransform.cpp',
|
2015-04-27 06:18:49 +00:00
|
|
|
'<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrDashLinePathRenderer.h',
|
2014-11-08 17:24:25 +00:00
|
|
|
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
|
2015-05-26 18:38:03 +00:00
|
|
|
'<(skia_src_path)/gpu/GrDrawContext.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrDrawTarget.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrDrawTarget.h',
|
2015-02-18 19:36:35 +00:00
|
|
|
'<(skia_src_path)/gpu/GrFontAtlasSizes.h',
|
2014-07-12 02:45:16 +00:00
|
|
|
'<(skia_src_path)/gpu/GrFontScaler.cpp',
|
2014-11-13 20:52:35 +00:00
|
|
|
'<(skia_src_path)/gpu/GrFontScaler.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGeometryBuffer.h',
|
2014-11-19 16:24:09 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGeometryProcessor.h',
|
2014-11-13 20:52:35 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGlyph.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGpu.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrGpu.h',
|
2014-11-11 22:15:57 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
|
2015-02-13 22:20:05 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGpuResourcePriv.h',
|
2014-07-25 15:35:45 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGpuResource.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGpuFactory.cpp',
|
2015-03-26 16:09:41 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGpuFactory.h',
|
2015-05-19 21:28:04 +00:00
|
|
|
'<(skia_src_path)/gpu/GrImmediateDrawTarget.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrImmediateDrawTarget.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrIndexBuffer.h',
|
2014-11-12 16:35:25 +00:00
|
|
|
'<(skia_src_path)/gpu/GrInvariantOutput.cpp',
|
2015-05-05 18:55:39 +00:00
|
|
|
'<(skia_src_path)/gpu/GrInOrderCommandBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrInOrderCommandBuilder.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
|
2014-04-03 00:34:27 +00:00
|
|
|
'<(skia_src_path)/gpu/GrLayerCache.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrLayerCache.h',
|
2014-09-02 17:20:50 +00:00
|
|
|
'<(skia_src_path)/gpu/GrLayerHoister.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrLayerHoister.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrMemoryPool.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrMemoryPool.h',
|
2015-07-13 16:29:42 +00:00
|
|
|
'<(skia_src_path)/gpu/GrNonAtomicRef.h',
|
2014-02-27 20:23:22 +00:00
|
|
|
'<(skia_src_path)/gpu/GrOrderedSet.h',
|
2013-03-22 18:34:09 +00:00
|
|
|
'<(skia_src_path)/gpu/GrOvalRenderer.cpp',
|
2013-09-06 16:57:29 +00:00
|
|
|
'<(skia_src_path)/gpu/GrOvalRenderer.h',
|
2013-07-13 17:24:24 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPaint.cpp',
|
2012-09-11 13:02:31 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPath.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPath.h',
|
2015-02-12 22:20:52 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPathProcessor.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPathProcessor.h',
|
2014-09-18 20:51:53 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPathRange.cpp',
|
2014-07-21 22:32:44 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPathRange.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPathRendererChain.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPathRenderer.h',
|
2014-09-18 20:51:53 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPathRendering.cpp',
|
2014-08-20 08:36:23 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPathRendering.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPathUtils.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPathUtils.h',
|
2014-11-19 16:23:49 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPendingProgramElement.h',
|
2015-07-13 20:29:13 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPendingFragmentStage.h',
|
2015-01-22 18:16:09 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPipeline.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPipeline.h',
|
|
|
|
'<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPipelineBuilder.h',
|
2015-02-12 22:20:52 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
|
2014-10-29 00:59:26 +00:00
|
|
|
'<(skia_src_path)/gpu/GrProgramDesc.h',
|
2014-09-04 20:12:37 +00:00
|
|
|
'<(skia_src_path)/gpu/GrProgramElement.cpp',
|
2014-09-23 16:50:21 +00:00
|
|
|
'<(skia_src_path)/gpu/GrProcessor.cpp',
|
2015-07-09 13:28:14 +00:00
|
|
|
'<(skia_src_path)/gpu/GrProcessorDataManager.cpp',
|
2014-11-13 19:00:34 +00:00
|
|
|
'<(skia_src_path)/gpu/GrProcOptInfo.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrProcOptInfo.h',
|
2014-09-17 15:05:40 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
|
2014-09-03 18:04:30 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRectanizer.h',
|
2014-05-29 18:46:38 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrRectanizer_pow2.h',
|
2013-10-02 17:37:59 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
|
2014-05-29 18:46:38 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRectanizer_skyline.h',
|
2015-05-05 17:45:57 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRectBatch.h',
|
|
|
|
'<(skia_src_path)/gpu/GrRectBatch.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRedBlackTree.h',
|
|
|
|
'<(skia_src_path)/gpu/GrRenderTarget.cpp',
|
2015-02-23 17:06:38 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRenderTargetPriv.h',
|
2012-12-05 22:26:11 +00:00
|
|
|
'<(skia_src_path)/gpu/GrReducedClip.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrReducedClip.h',
|
2015-05-07 18:14:30 +00:00
|
|
|
'<(skia_src_path)/gpu/GrReorderCommandBuilder.h',
|
|
|
|
'<(skia_src_path)/gpu/GrReorderCommandBuilder.cpp',
|
2015-02-11 18:49:59 +00:00
|
|
|
'<(skia_src_path)/gpu/GrResourceCache.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrResourceCache.h',
|
2015-05-04 17:36:42 +00:00
|
|
|
'<(skia_src_path)/gpu/GrResourceProvider.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrResourceProvider.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrStencil.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrStencil.h',
|
|
|
|
'<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
|
2014-06-24 07:12:27 +00:00
|
|
|
'<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
|
2015-04-16 18:22:42 +00:00
|
|
|
'<(skia_src_path)/gpu/GrStencilAttachment.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrStencilAttachment.h',
|
2015-04-27 06:18:49 +00:00
|
|
|
'<(skia_src_path)/gpu/GrStrokeInfo.cpp',
|
2014-06-11 17:30:05 +00:00
|
|
|
'<(skia_src_path)/gpu/GrStrokeInfo.h',
|
2015-03-03 20:40:49 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTargetCommands.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTargetCommands.h',
|
2014-03-25 15:17:32 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTraceMarker.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTraceMarker.h',
|
|
|
|
'<(skia_src_path)/gpu/GrTracing.h',
|
Tessellating GPU path renderer.
This path renderer converts paths to linear contours, resolves intersections via Bentley-Ottman, implements a trapezoidal decomposition a la Fournier and Montuno to produce triangles, and renders those with a single draw call. It does not currently do antialiasing, so it must be used in conjunction with multisampling.
A fair amount of the code is to handle floating point edge cases in intersections. Rather than perform exact computations (which would require arbitrary precision arithmetic), we reconnect the mesh to reflect the intersection points. For example, intersections can occur above the current vertex, and force edges to be merged into the current vertex, requiring a restart of the intersections. Splitting edges for intersections can also force them to merge with formerly-distinct edges in the same polygon, or to violate the ordering of the active edge list, or the active edge state of split edges.
BUG=skia:
Review URL: https://codereview.chromium.org/855513004
2015-02-26 14:58:17 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTessellatingPathRenderer.h',
|
2015-04-28 20:31:18 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTestUtils.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrSWMaskHelper.h',
|
|
|
|
'<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
|
2014-09-30 19:18:44 +00:00
|
|
|
'<(skia_src_path)/gpu/GrSurfacePriv.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrSurface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTemplates.h',
|
2015-04-08 16:08:31 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTextBlobCache.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTextBlobCache.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTextContext.cpp',
|
2014-01-30 16:41:23 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTextContext.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTexture.cpp',
|
2015-04-30 21:18:54 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTextureProvider.cpp',
|
2014-09-30 19:18:44 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTexturePriv.h',
|
2012-09-11 13:29:29 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTextureAccess.cpp',
|
2014-10-15 20:43:48 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTRecorder.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrVertexBuffer.h',
|
2015-05-05 16:51:38 +00:00
|
|
|
'<(skia_src_path)/gpu/GrVertices.h',
|
2015-02-06 15:02:37 +00:00
|
|
|
'<(skia_src_path)/gpu/GrXferProcessor.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
|
|
|
|
'<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
|
2012-08-27 12:53:13 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
|
2015-04-02 18:12:09 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
|
2014-12-17 21:37:13 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
|
2015-01-15 18:52:32 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
|
2013-08-22 20:41:15 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrBezierEffect.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
|
2014-01-30 18:15:51 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
|
2013-09-04 19:23:53 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
|
2014-12-09 18:35:58 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h',
|
2014-05-19 14:32:49 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrDashingEffect.h',
|
2014-12-22 15:35:52 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp',
|
2014-12-22 19:20:57 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrDisableColorXP.h',
|
2015-04-09 15:00:49 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h',
|
2014-06-19 21:14:06 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrDitherEffect.h',
|
2014-07-22 16:52:11 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
|
2014-03-28 15:58:31 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrOvalEffect.h',
|
2014-12-03 18:40:13 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
|
2014-02-19 15:18:05 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrRRectEffect.h',
|
2013-01-17 16:50:08 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
|
2013-12-09 18:48:51 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
|
2013-12-09 17:03:02 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
|
2013-12-09 18:48:51 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrTextureDomain.h',
|
2013-03-12 12:26:08 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
|
2014-07-07 22:09:48 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
|
2013-03-13 07:01:04 +00:00
|
|
|
|
2014-04-29 20:06:22 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
|
2013-02-20 19:33:20 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLCaps.h',
|
2013-02-28 20:16:25 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLContext.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLContext.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLDefines.h',
|
2015-02-12 22:20:52 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
|
2014-09-15 18:41:13 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
|
2015-06-24 13:59:57 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLGLSL.h',
|
2014-12-22 19:44:19 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLGpu.h',
|
2014-12-16 16:13:53 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
|
2013-02-26 21:46:32 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLIRect.h',
|
2014-06-09 18:16:58 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
|
2013-02-26 14:34:43 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
|
2015-06-30 06:01:28 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathProgram.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathProgram.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathProgramDataManager.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathProgramDataManager.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPath.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPath.h',
|
2015-02-12 22:20:52 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathProcessor.h',
|
2014-07-21 22:32:44 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathRange.h',
|
2014-08-11 21:05:05 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
|
2015-02-12 22:20:52 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h',
|
2014-09-23 16:50:21 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProcessor.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgram.h',
|
2013-03-27 19:50:27 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
|
2013-03-27 18:14:57 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
|
2014-07-30 07:04:16 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
|
2015-04-16 18:22:42 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLTexture.h',
|
2014-11-03 16:47:23 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLUtil.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
|
2013-03-07 19:09:11 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
|
2015-02-06 15:02:37 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
2014-08-22 03:18:45 +00:00
|
|
|
# Files for building GLSL shaders
|
2015-06-30 06:01:28 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLPathProgramBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLPathProgramBuilder.h',
|
2014-10-07 19:42:26 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
|
2014-10-07 23:43:25 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
|
2014-08-22 03:18:45 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
|
2014-10-07 23:43:25 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
|
2014-08-22 03:18:45 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
|
|
|
|
|
2015-06-24 13:59:57 +00:00
|
|
|
# GLSL
|
|
|
|
'<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
|
|
|
|
'<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
|
|
|
|
'<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
|
|
|
|
'<(skia_src_path)/gpu/glsl/GrGLSL.h',
|
|
|
|
'<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
|
|
|
|
|
2013-06-18 14:43:53 +00:00
|
|
|
# Sk files
|
|
|
|
'<(skia_include_path)/gpu/SkGr.h',
|
|
|
|
'<(skia_include_path)/gpu/SkGrPixelRef.h',
|
|
|
|
'<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
|
|
|
|
|
2014-10-09 12:24:15 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/SkGLContext.h',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
|
|
|
'<(skia_src_path)/gpu/SkGpuDevice.cpp',
|
2014-09-17 14:44:25 +00:00
|
|
|
'<(skia_src_path)/gpu/SkGpuDevice.h',
|
2013-06-18 14:43:53 +00:00
|
|
|
'<(skia_src_path)/gpu/SkGr.cpp',
|
|
|
|
'<(skia_src_path)/gpu/SkGrPixelRef.cpp',
|
|
|
|
'<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
|
|
|
|
|
2015-01-23 16:08:04 +00:00
|
|
|
'<(skia_src_path)/image/SkImage_Gpu.h',
|
2013-06-18 14:43:53 +00:00
|
|
|
'<(skia_src_path)/image/SkImage_Gpu.cpp',
|
2014-12-11 16:20:31 +00:00
|
|
|
'<(skia_src_path)/image/SkSurface_Gpu.h',
|
2013-06-18 14:43:53 +00:00
|
|
|
'<(skia_src_path)/image/SkSurface_Gpu.cpp',
|
|
|
|
|
2014-10-09 12:24:15 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/SkGLContext.cpp'
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_native_gl_sources': [
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
|
2014-10-01 17:52:52 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
|
2012-09-28 16:56:28 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
|
2012-10-01 19:06:57 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
|
|
|
# Sk files
|
2014-10-09 12:24:15 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm',
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_mesa_gl_sources': [
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
|
|
|
# Sk files
|
|
|
|
'<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
|
2014-11-13 19:12:41 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_angle_gl_sources': [
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
|
|
|
# Sk files
|
2015-02-23 16:57:23 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h',
|
2013-06-18 14:43:53 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_debug_gl_sources': [
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrBufferObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrShaderObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrProgramObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrDebugGL.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp',
|
2013-03-01 15:36:02 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
|
2013-06-18 14:43:53 +00:00
|
|
|
# Sk files
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
|
2014-11-13 19:12:41 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_null_gl_sources': [
|
2015-02-11 20:07:31 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
|
2015-02-11 19:11:11 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/SkNullGLContext.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}
|