Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 1 | # Copyright 2016 Google Inc. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | |
| 6 | # Things are easiest for everyone if these source paths are absolute. |
| 7 | _src = get_path_info("../src", "abspath") |
| 8 | _include = get_path_info("../include", "abspath") |
| 9 | |
| 10 | skia_gpu_sources = [ |
Greg Daniel | 9ed1a2c | 2018-10-18 12:43:25 -0400 | [diff] [blame] | 11 | "$_include/gpu/GrBackendDrawableInfo.h", |
Greg Daniel | a5cb781 | 2017-06-16 09:45:32 -0400 | [diff] [blame] | 12 | "$_include/gpu/GrBackendSemaphore.h", |
Greg Daniel | 9440345 | 2017-04-18 15:52:36 -0400 | [diff] [blame] | 13 | "$_include/gpu/GrBackendSurface.h", |
Greg Daniel | 6c6caf4 | 2020-05-29 12:11:05 -0400 | [diff] [blame] | 14 | "$_include/gpu/GrBackendSurfaceMutableState.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 15 | "$_include/gpu/GrConfig.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 16 | "$_include/gpu/GrContextOptions.h", |
Robert Phillips | a0bc39d | 2019-01-29 13:14:47 -0500 | [diff] [blame] | 17 | "$_include/gpu/GrContextThreadSafeProxy.h", |
Robert Phillips | b7bfbc2 | 2020-07-01 12:55:01 -0400 | [diff] [blame] | 18 | "$_include/gpu/GrDirectContext.h", |
Adrienne Walker | ab7181d | 2018-05-14 14:02:03 -0700 | [diff] [blame] | 19 | "$_include/gpu/GrDriverBugWorkarounds.h", |
Robert Phillips | b7bfbc2 | 2020-07-01 12:55:01 -0400 | [diff] [blame] | 20 | "$_include/gpu/GrRecordingContext.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 21 | "$_include/gpu/GrTypes.h", |
Brian Salomon | c1a249d | 2020-10-19 10:55:45 -0400 | [diff] [blame] | 22 | "$_include/gpu/GrYUVABackendTextures.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 23 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 24 | # Private includes |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 25 | "$_include/private/GrContext_Base.h", |
Brian Salomon | e2826ab | 2019-06-04 15:58:31 -0400 | [diff] [blame] | 26 | "$_include/private/GrGLTypesPriv.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 27 | "$_include/private/GrImageContext.h", |
Adlai Holler | 194b239 | 2021-03-29 11:20:43 -0400 | [diff] [blame] | 28 | "$_include/private/GrMtlTypesPriv.h", |
Brian Salomon | b4ba826 | 2018-12-20 20:37:55 -0500 | [diff] [blame] | 29 | "$_include/private/GrResourceKey.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 30 | "$_include/private/GrSingleOwner.h", |
Brian Salomon | c588603 | 2017-07-19 11:48:05 -0400 | [diff] [blame] | 31 | "$_include/private/GrTypesPriv.h", |
Chris Dalton | 47114db | 2021-01-06 00:35:20 -0700 | [diff] [blame] | 32 | "$_src/gpu/GrAATriangulator.cpp", |
| 33 | "$_src/gpu/GrAATriangulator.h", |
Michael Ludwig | cd01979 | 2020-03-17 10:14:48 -0400 | [diff] [blame] | 34 | "$_src/gpu/GrAHardwareBufferImageGenerator.cpp", |
| 35 | "$_src/gpu/GrAHardwareBufferImageGenerator.h", |
| 36 | "$_src/gpu/GrAHardwareBufferUtils.cpp", |
| 37 | "$_src/gpu/GrAHardwareBufferUtils.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 38 | "$_src/gpu/GrAppliedClip.h", |
Greg Daniel | c0d6915 | 2020-10-08 14:59:00 -0400 | [diff] [blame] | 39 | "$_src/gpu/GrAttachment.cpp", |
| 40 | "$_src/gpu/GrAttachment.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 41 | "$_src/gpu/GrAuditTrail.h", |
| 42 | "$_src/gpu/GrAutoLocaleSetter.h", |
Jim Van Verth | c1a67b5 | 2020-06-25 13:10:29 -0400 | [diff] [blame] | 43 | "$_src/gpu/GrBackendSemaphore.cpp", |
Greg Daniel | 9440345 | 2017-04-18 15:52:36 -0400 | [diff] [blame] | 44 | "$_src/gpu/GrBackendSurface.cpp", |
Greg Daniel | 1d3c8c1 | 2020-09-23 14:23:36 -0400 | [diff] [blame] | 45 | "$_src/gpu/GrBackendSurfaceMutableState.cpp", |
Greg Daniel | 6c6caf4 | 2020-05-29 12:11:05 -0400 | [diff] [blame] | 46 | "$_src/gpu/GrBackendSurfaceMutableStateImpl.h", |
Brian Osman | 13dddce | 2017-05-09 13:19:50 -0400 | [diff] [blame] | 47 | "$_src/gpu/GrBackendTextureImageGenerator.cpp", |
| 48 | "$_src/gpu/GrBackendTextureImageGenerator.h", |
Greg Daniel | 0eca74c | 2020-10-01 13:46:00 -0400 | [diff] [blame] | 49 | "$_src/gpu/GrBackendUtils.cpp", |
Greg Daniel | 01f278c | 2020-06-12 16:58:17 -0400 | [diff] [blame] | 50 | "$_src/gpu/GrBackendUtils.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 51 | "$_src/gpu/GrBaseContextPriv.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 52 | "$_src/gpu/GrBlend.h", |
Michael Ludwig | cd01979 | 2020-03-17 10:14:48 -0400 | [diff] [blame] | 53 | "$_src/gpu/GrBlockAllocator.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 54 | "$_src/gpu/GrBlockAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 55 | "$_src/gpu/GrBlurUtils.cpp", |
| 56 | "$_src/gpu/GrBlurUtils.h", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 57 | "$_src/gpu/GrBuffer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 58 | "$_src/gpu/GrBufferAllocPool.cpp", |
| 59 | "$_src/gpu/GrBufferAllocPool.h", |
| 60 | "$_src/gpu/GrCaps.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 61 | "$_src/gpu/GrCaps.h", |
Brian Salomon | 9241a6d | 2019-10-03 13:26:54 -0400 | [diff] [blame] | 62 | "$_src/gpu/GrClientMappedBufferManager.cpp", |
| 63 | "$_src/gpu/GrClientMappedBufferManager.h", |
Brian Salomon | c65aec9 | 2017-03-09 09:03:58 -0500 | [diff] [blame] | 64 | "$_src/gpu/GrClip.h", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 65 | "$_src/gpu/GrColor.h", |
Brian Salomon | 4bc0c1f | 2019-09-30 15:12:27 -0400 | [diff] [blame] | 66 | "$_src/gpu/GrColorInfo.cpp", |
| 67 | "$_src/gpu/GrColorInfo.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 68 | "$_src/gpu/GrColorSpaceXform.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 69 | "$_src/gpu/GrColorSpaceXform.h", |
Robert Phillips | a0bc39d | 2019-01-29 13:14:47 -0500 | [diff] [blame] | 70 | "$_src/gpu/GrContextThreadSafeProxy.cpp", |
Brian Salomon | 52aacd6 | 2018-05-10 12:57:17 -0400 | [diff] [blame] | 71 | "$_src/gpu/GrContextThreadSafeProxyPriv.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 72 | "$_src/gpu/GrContext_Base.cpp", |
Greg Daniel | e227fe4 | 2019-08-21 13:52:24 -0400 | [diff] [blame] | 73 | "$_src/gpu/GrCopyRenderTask.cpp", |
| 74 | "$_src/gpu/GrCopyRenderTask.h", |
Brian Salomon | dbf7072 | 2019-02-07 11:31:24 -0500 | [diff] [blame] | 75 | "$_src/gpu/GrCpuBuffer.h", |
Robert Phillips | a3457b8 | 2018-03-08 11:30:12 -0500 | [diff] [blame] | 76 | "$_src/gpu/GrDDLContext.cpp", |
Robert Phillips | 07f675d | 2020-11-16 13:44:01 -0500 | [diff] [blame] | 77 | "$_src/gpu/GrDDLTask.cpp", |
| 78 | "$_src/gpu/GrDDLTask.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 79 | "$_src/gpu/GrDataUtils.cpp", |
| 80 | "$_src/gpu/GrDataUtils.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 81 | "$_src/gpu/GrDefaultGeoProcFactory.cpp", |
| 82 | "$_src/gpu/GrDefaultGeoProcFactory.h", |
Adlai Holler | 9e2c50e | 2021-02-09 14:41:52 -0500 | [diff] [blame] | 83 | "$_src/gpu/GrDeferredProxyUploader.h", |
Brian Salomon | 943ed79 | 2017-10-30 09:37:55 -0400 | [diff] [blame] | 84 | "$_src/gpu/GrDeferredUpload.h", |
Robert Phillips | ad24845 | 2020-06-30 09:27:52 -0400 | [diff] [blame] | 85 | "$_src/gpu/GrDirectContext.cpp", |
Adlai Holler | a069304 | 2020-10-14 11:23:11 -0400 | [diff] [blame] | 86 | "$_src/gpu/GrDirectContextPriv.cpp", |
| 87 | "$_src/gpu/GrDirectContextPriv.h", |
joel.liang | 8cbb424 | 2017-01-09 18:39:43 -0800 | [diff] [blame] | 88 | "$_src/gpu/GrDistanceFieldGenFromVector.cpp", |
| 89 | "$_src/gpu/GrDistanceFieldGenFromVector.h", |
Chris Dalton | a6a3d05 | 2021-02-07 20:56:36 -0700 | [diff] [blame] | 90 | "$_src/gpu/GrDrawIndirectCommand.h", |
Brian Salomon | 2ee084e | 2016-12-16 18:59:19 -0500 | [diff] [blame] | 91 | "$_src/gpu/GrDrawOpAtlas.cpp", |
| 92 | "$_src/gpu/GrDrawOpAtlas.h", |
Brian Salomon | 5ec9def | 2016-12-20 15:34:05 -0500 | [diff] [blame] | 93 | "$_src/gpu/GrDrawOpTest.cpp", |
| 94 | "$_src/gpu/GrDrawOpTest.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 95 | "$_src/gpu/GrDrawingManager.cpp", |
| 96 | "$_src/gpu/GrDrawingManager.h", |
Adrienne Walker | 1df7cd8 | 2018-04-18 13:46:25 -0700 | [diff] [blame] | 97 | "$_src/gpu/GrDriverBugWorkarounds.cpp", |
John Stiles | 87960de | 2021-06-03 16:44:53 -0400 | [diff] [blame] | 98 | "$_src/gpu/GrDstProxyView.h", |
Chris Dalton | a550cf2 | 2020-02-07 13:35:31 -0700 | [diff] [blame] | 99 | "$_src/gpu/GrDynamicAtlas.cpp", |
| 100 | "$_src/gpu/GrDynamicAtlas.h", |
Robert Phillips | 62214f7 | 2021-06-15 10:12:51 -0400 | [diff] [blame] | 101 | "$_src/gpu/GrEagerVertexAllocator.cpp", |
Chris Dalton | d081dce | 2020-01-23 12:09:04 -0700 | [diff] [blame] | 102 | "$_src/gpu/GrEagerVertexAllocator.h", |
Stephen White | b353c9b | 2020-04-16 14:14:13 -0400 | [diff] [blame] | 103 | "$_src/gpu/GrFinishCallbacks.cpp", |
| 104 | "$_src/gpu/GrFinishCallbacks.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 105 | "$_src/gpu/GrFixedClip.cpp", |
| 106 | "$_src/gpu/GrFixedClip.h", |
| 107 | "$_src/gpu/GrFragmentProcessor.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 108 | "$_src/gpu/GrFragmentProcessor.h", |
Robert Phillips | 787fd9d | 2021-03-22 14:48:09 -0400 | [diff] [blame] | 109 | "$_src/gpu/GrGeometryProcessor.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 110 | "$_src/gpu/GrGeometryProcessor.h", |
| 111 | "$_src/gpu/GrGlyph.h", |
| 112 | "$_src/gpu/GrGpu.cpp", |
| 113 | "$_src/gpu/GrGpu.h", |
Brian Salomon | dbf7072 | 2019-02-07 11:31:24 -0500 | [diff] [blame] | 114 | "$_src/gpu/GrGpuBuffer.cpp", |
| 115 | "$_src/gpu/GrGpuBuffer.h", |
Greg Daniel | 456f9b5 | 2020-03-05 19:14:18 +0000 | [diff] [blame] | 116 | "$_src/gpu/GrGpuResource.cpp", |
| 117 | "$_src/gpu/GrGpuResource.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 118 | "$_src/gpu/GrGpuResourceCacheAccess.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 119 | "$_src/gpu/GrGpuResourcePriv.h", |
Robert Phillips | c7ed7e6 | 2020-06-29 20:04:57 +0000 | [diff] [blame] | 120 | "$_src/gpu/GrHashMapWithCache.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 121 | "$_src/gpu/GrImageContext.cpp", |
| 122 | "$_src/gpu/GrImageContextPriv.h", |
Brian Salomon | f2ebdd9 | 2019-09-30 12:15:30 -0400 | [diff] [blame] | 123 | "$_src/gpu/GrImageInfo.h", |
Chris Dalton | e465205 | 2021-01-21 18:31:28 -0700 | [diff] [blame] | 124 | "$_src/gpu/GrInnerFanTriangulator.h", |
Jim Van Verth | 3e19216 | 2020-03-10 16:23:16 -0400 | [diff] [blame] | 125 | "$_src/gpu/GrManagedResource.cpp", |
| 126 | "$_src/gpu/GrManagedResource.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 127 | "$_src/gpu/GrMemoryPool.cpp", |
| 128 | "$_src/gpu/GrMemoryPool.h", |
Robert Phillips | 1a82a4e | 2021-07-01 10:27:44 -0400 | [diff] [blame] | 129 | "$_src/gpu/GrMeshDrawTarget.cpp", |
Robert Phillips | 7114395 | 2021-06-17 14:55:07 -0400 | [diff] [blame] | 130 | "$_src/gpu/GrMeshDrawTarget.h", |
Chris Dalton | d6cda8d | 2019-09-05 02:30:04 -0600 | [diff] [blame] | 131 | "$_src/gpu/GrNativeRect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 132 | "$_src/gpu/GrNonAtomicRef.h", |
Robert Phillips | 901aff0 | 2019-10-08 12:32:56 -0400 | [diff] [blame] | 133 | "$_src/gpu/GrOnFlushResourceProvider.cpp", |
| 134 | "$_src/gpu/GrOnFlushResourceProvider.h", |
Brian Salomon | 742e31d | 2016-12-07 17:06:19 -0500 | [diff] [blame] | 135 | "$_src/gpu/GrOpFlushState.cpp", |
| 136 | "$_src/gpu/GrOpFlushState.h", |
Greg Daniel | 2d41d0d | 2019-08-26 11:08:51 -0400 | [diff] [blame] | 137 | "$_src/gpu/GrOpsRenderPass.cpp", |
| 138 | "$_src/gpu/GrOpsRenderPass.h", |
Greg Daniel | f41b2bd | 2019-08-22 16:19:24 -0400 | [diff] [blame] | 139 | "$_src/gpu/GrOpsTask.cpp", |
| 140 | "$_src/gpu/GrOpsTask.h", |
Robert Phillips | e40495d | 2021-07-20 09:40:13 -0400 | [diff] [blame] | 141 | "$_src/gpu/GrOpsTypes.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 142 | "$_src/gpu/GrPaint.cpp", |
Mike Reed | 84dd857 | 2017-03-08 22:21:00 -0500 | [diff] [blame] | 143 | "$_src/gpu/GrPaint.h", |
John Stiles | f2c2d30 | 2021-04-09 17:56:58 -0400 | [diff] [blame] | 144 | "$_src/gpu/GrPersistentCacheUtils.cpp", |
| 145 | "$_src/gpu/GrPersistentCacheUtils.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 146 | "$_src/gpu/GrPipeline.cpp", |
| 147 | "$_src/gpu/GrPipeline.h", |
Brian Salomon | 05487ab | 2020-12-23 20:32:22 -0500 | [diff] [blame] | 148 | "$_src/gpu/GrPixmap.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 149 | "$_src/gpu/GrProcessor.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 150 | "$_src/gpu/GrProcessor.h", |
Brian Salomon | a811b12 | 2017-03-30 08:21:32 -0400 | [diff] [blame] | 151 | "$_src/gpu/GrProcessorAnalysis.cpp", |
| 152 | "$_src/gpu/GrProcessorAnalysis.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 153 | "$_src/gpu/GrProcessorSet.cpp", |
| 154 | "$_src/gpu/GrProcessorSet.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 155 | "$_src/gpu/GrProcessorUnitTest.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 156 | "$_src/gpu/GrProcessorUnitTest.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 157 | "$_src/gpu/GrProgramDesc.cpp", |
| 158 | "$_src/gpu/GrProgramDesc.h", |
| 159 | "$_src/gpu/GrProgramInfo.cpp", |
| 160 | "$_src/gpu/GrProgramInfo.h", |
Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 161 | "$_src/gpu/GrProxyProvider.cpp", |
| 162 | "$_src/gpu/GrProxyProvider.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 163 | "$_src/gpu/GrRecordingContext.cpp", |
Robert Phillips | 07531a0 | 2020-07-15 15:11:09 -0400 | [diff] [blame] | 164 | "$_src/gpu/GrRecordingContextPriv.cpp", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 165 | "$_src/gpu/GrRecordingContextPriv.h", |
Chris Dalton | e5a141d | 2020-05-19 11:57:53 -0600 | [diff] [blame] | 166 | "$_src/gpu/GrRectanizer.h", |
| 167 | "$_src/gpu/GrRectanizerPow2.cpp", |
| 168 | "$_src/gpu/GrRectanizerPow2.h", |
Herb Derby | 73c7587 | 2020-01-22 18:09:16 -0500 | [diff] [blame] | 169 | "$_src/gpu/GrRectanizerSkyline.cpp", |
| 170 | "$_src/gpu/GrRectanizerSkyline.h", |
Greg Daniel | 99c4c83 | 2021-01-06 11:34:15 -0500 | [diff] [blame] | 171 | "$_src/gpu/GrRefCnt.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 172 | "$_src/gpu/GrRenderTarget.cpp", |
Brian Salomon | 201cdbb | 2019-08-14 17:00:30 -0400 | [diff] [blame] | 173 | "$_src/gpu/GrRenderTarget.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 174 | "$_src/gpu/GrRenderTargetProxy.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 175 | "$_src/gpu/GrRenderTargetProxy.h", |
Chris Dalton | 6b49810 | 2019-08-01 14:14:52 -0600 | [diff] [blame] | 176 | "$_src/gpu/GrRenderTask.cpp", |
| 177 | "$_src/gpu/GrRenderTask.h", |
Adlai Holler | 08f5311 | 2021-01-20 17:44:15 -0500 | [diff] [blame] | 178 | "$_src/gpu/GrRenderTaskCluster.cpp", |
| 179 | "$_src/gpu/GrRenderTaskCluster.h", |
Robert Phillips | 5af44de | 2017-07-18 14:49:38 -0400 | [diff] [blame] | 180 | "$_src/gpu/GrResourceAllocator.cpp", |
| 181 | "$_src/gpu/GrResourceAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 182 | "$_src/gpu/GrResourceCache.cpp", |
| 183 | "$_src/gpu/GrResourceCache.h", |
| 184 | "$_src/gpu/GrResourceHandle.h", |
| 185 | "$_src/gpu/GrResourceProvider.cpp", |
| 186 | "$_src/gpu/GrResourceProvider.h", |
Greg Daniel | 8982dc1 | 2018-01-05 12:56:15 -0500 | [diff] [blame] | 187 | "$_src/gpu/GrResourceProviderPriv.h", |
Jim Van Verth | 3eadce2 | 2020-06-01 11:34:49 -0400 | [diff] [blame] | 188 | "$_src/gpu/GrRingBuffer.cpp", |
| 189 | "$_src/gpu/GrRingBuffer.h", |
Greg Daniel | d59a91d | 2020-04-23 13:22:47 -0400 | [diff] [blame] | 190 | "$_src/gpu/GrSPIRVUniformHandler.cpp", |
| 191 | "$_src/gpu/GrSPIRVUniformHandler.h", |
| 192 | "$_src/gpu/GrSPIRVVaryingHandler.cpp", |
| 193 | "$_src/gpu/GrSPIRVVaryingHandler.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 194 | "$_src/gpu/GrSWMaskHelper.cpp", |
| 195 | "$_src/gpu/GrSWMaskHelper.h", |
Brian Salomon | 201cdbb | 2019-08-14 17:00:30 -0400 | [diff] [blame] | 196 | "$_src/gpu/GrSamplerState.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 197 | "$_src/gpu/GrScissorState.h", |
Greg Daniel | 6be3523 | 2017-03-01 17:01:09 -0500 | [diff] [blame] | 198 | "$_src/gpu/GrSemaphore.h", |
Brian Salomon | 94efbf5 | 2016-11-29 13:43:05 -0500 | [diff] [blame] | 199 | "$_src/gpu/GrShaderCaps.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 200 | "$_src/gpu/GrShaderCaps.h", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 201 | "$_src/gpu/GrShaderUtils.cpp", |
| 202 | "$_src/gpu/GrShaderUtils.h", |
| 203 | "$_src/gpu/GrShaderVar.cpp", |
| 204 | "$_src/gpu/GrShaderVar.h", |
Chris Dalton | eb694b7 | 2020-03-16 09:25:50 -0600 | [diff] [blame] | 205 | "$_src/gpu/GrSimpleMesh.h", |
Greg Daniel | a58db7f | 2020-07-15 09:17:59 -0400 | [diff] [blame] | 206 | "$_src/gpu/GrStagingBufferManager.cpp", |
| 207 | "$_src/gpu/GrStagingBufferManager.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 208 | "$_src/gpu/GrStencilSettings.cpp", |
| 209 | "$_src/gpu/GrStencilSettings.h", |
| 210 | "$_src/gpu/GrStyle.cpp", |
| 211 | "$_src/gpu/GrStyle.h", |
Herb Derby | d5a6764 | 2021-04-16 09:07:24 -0400 | [diff] [blame] | 212 | "$_src/gpu/GrSubRunAllocator.cpp", |
| 213 | "$_src/gpu/GrSubRunAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 214 | "$_src/gpu/GrSurface.cpp", |
Greg Daniel | 456f9b5 | 2020-03-05 19:14:18 +0000 | [diff] [blame] | 215 | "$_src/gpu/GrSurface.h", |
Brian Osman | 45580d3 | 2016-11-23 09:37:01 -0500 | [diff] [blame] | 216 | "$_src/gpu/GrSurfaceContext.cpp", |
Brian Salomon | 0727f67 | 2017-03-14 09:05:05 -0400 | [diff] [blame] | 217 | "$_src/gpu/GrSurfaceContext.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 218 | "$_src/gpu/GrSurfaceProxy.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 219 | "$_src/gpu/GrSurfaceProxy.h", |
| 220 | "$_src/gpu/GrSurfaceProxyPriv.h", |
Greg Daniel | a83de58 | 2019-10-22 09:33:25 -0400 | [diff] [blame] | 221 | "$_src/gpu/GrSurfaceProxyView.h", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 222 | "$_src/gpu/GrSwizzle.cpp", |
| 223 | "$_src/gpu/GrSwizzle.h", |
Michael Ludwig | cc848b5 | 2020-07-22 16:36:49 -0400 | [diff] [blame] | 224 | "$_src/gpu/GrTBlockList.h", |
Robert Phillips | fbbc3bb | 2020-11-16 14:58:56 -0500 | [diff] [blame] | 225 | "$_src/gpu/GrTTopoSort.h", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 226 | "$_src/gpu/GrTestUtils.cpp", |
| 227 | "$_src/gpu/GrTestUtils.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 228 | "$_src/gpu/GrTexture.cpp", |
Greg Daniel | 456f9b5 | 2020-03-05 19:14:18 +0000 | [diff] [blame] | 229 | "$_src/gpu/GrTexture.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 230 | "$_src/gpu/GrTextureProxy.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 231 | "$_src/gpu/GrTextureProxy.h", |
| 232 | "$_src/gpu/GrTextureProxyCacheAccess.h", |
Adlai Holler | 9e2c50e | 2021-02-09 14:41:52 -0500 | [diff] [blame] | 233 | "$_src/gpu/GrTextureProxyPriv.h", |
Robert Phillips | 84a8120 | 2016-11-04 11:59:10 -0400 | [diff] [blame] | 234 | "$_src/gpu/GrTextureRenderTargetProxy.cpp", |
Robert Phillips | 7fbb7d3 | 2017-04-24 08:13:59 -0400 | [diff] [blame] | 235 | "$_src/gpu/GrTextureRenderTargetProxy.h", |
Chris Dalton | 0875512 | 2019-08-05 16:13:47 -0600 | [diff] [blame] | 236 | "$_src/gpu/GrTextureResolveManager.h", |
Chris Dalton | 3d77027 | 2019-08-14 09:24:37 -0600 | [diff] [blame] | 237 | "$_src/gpu/GrTextureResolveRenderTask.cpp", |
| 238 | "$_src/gpu/GrTextureResolveRenderTask.h", |
Robert Phillips | d464feb | 2020-10-08 11:00:02 -0400 | [diff] [blame] | 239 | "$_src/gpu/GrThreadSafeCache.cpp", |
| 240 | "$_src/gpu/GrThreadSafeCache.h", |
Robert Phillips | ae67c52 | 2021-03-03 11:03:38 -0500 | [diff] [blame] | 241 | "$_src/gpu/GrThreadSafePipelineBuilder.cpp", |
| 242 | "$_src/gpu/GrThreadSafePipelineBuilder.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 243 | "$_src/gpu/GrTracing.h", |
| 244 | "$_src/gpu/GrTransferFromRenderTask.cpp", |
| 245 | "$_src/gpu/GrTransferFromRenderTask.h", |
| 246 | "$_src/gpu/GrTriangulator.cpp", |
| 247 | "$_src/gpu/GrTriangulator.h", |
Jim Van Verth | be259dc | 2020-05-19 11:40:31 -0400 | [diff] [blame] | 248 | "$_src/gpu/GrUniformDataManager.cpp", |
| 249 | "$_src/gpu/GrUniformDataManager.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 250 | "$_src/gpu/GrUserStencilSettings.h", |
John Stiles | 4b9b345 | 2020-08-03 10:52:54 -0400 | [diff] [blame] | 251 | "$_src/gpu/GrUtil.cpp", |
| 252 | "$_src/gpu/GrUtil.h", |
Robert Phillips | 7114395 | 2021-06-17 14:55:07 -0400 | [diff] [blame] | 253 | "$_src/gpu/GrVertexChunkArray.cpp", |
Chris Dalton | 8ed7a8d | 2021-03-31 10:40:29 -0600 | [diff] [blame] | 254 | "$_src/gpu/GrVertexChunkArray.h", |
Chris Dalton | a43d583 | 2021-02-07 21:10:32 -0700 | [diff] [blame] | 255 | "$_src/gpu/GrVertexWriter.h", |
Chris Dalton | c3cb099 | 2020-11-02 10:52:26 -0700 | [diff] [blame] | 256 | "$_src/gpu/GrVx.h", |
Greg Daniel | c30f1a9 | 2019-09-06 15:28:58 -0400 | [diff] [blame] | 257 | "$_src/gpu/GrWaitRenderTask.cpp", |
| 258 | "$_src/gpu/GrWaitRenderTask.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 259 | "$_src/gpu/GrWindowRectangles.h", |
| 260 | "$_src/gpu/GrWindowRectsState.h", |
Brian Salomon | be1084b | 2021-01-26 13:29:30 -0500 | [diff] [blame] | 261 | "$_src/gpu/GrWritePixelsRenderTask.cpp", |
| 262 | "$_src/gpu/GrWritePixelsRenderTask.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 263 | "$_src/gpu/GrXferProcessor.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 264 | "$_src/gpu/GrXferProcessor.h", |
Brian Salomon | c1a249d | 2020-10-19 10:55:45 -0400 | [diff] [blame] | 265 | "$_src/gpu/GrYUVABackendTextures.cpp", |
Brian Salomon | 0857bef | 2021-01-13 15:54:04 -0500 | [diff] [blame] | 266 | "$_src/gpu/GrYUVATextureProxies.cpp", |
| 267 | "$_src/gpu/GrYUVATextureProxies.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 268 | |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 269 | # Ops |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 270 | "$_src/gpu/effects/GrBezierEffect.cpp", |
| 271 | "$_src/gpu/effects/GrBezierEffect.h", |
| 272 | "$_src/gpu/effects/GrBicubicEffect.cpp", |
| 273 | "$_src/gpu/effects/GrBicubicEffect.h", |
| 274 | "$_src/gpu/effects/GrBitmapTextGeoProc.cpp", |
| 275 | "$_src/gpu/effects/GrBitmapTextGeoProc.h", |
John Stiles | f743d4e | 2020-07-23 11:35:08 -0400 | [diff] [blame] | 276 | "$_src/gpu/effects/GrBlendFragmentProcessor.cpp", |
| 277 | "$_src/gpu/effects/GrBlendFragmentProcessor.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 278 | "$_src/gpu/effects/GrConvexPolyEffect.cpp", |
| 279 | "$_src/gpu/effects/GrConvexPolyEffect.h", |
| 280 | "$_src/gpu/effects/GrCoverageSetOpXP.cpp", |
| 281 | "$_src/gpu/effects/GrCoverageSetOpXP.h", |
| 282 | "$_src/gpu/effects/GrCustomXfermode.cpp", |
| 283 | "$_src/gpu/effects/GrCustomXfermode.h", |
| 284 | "$_src/gpu/effects/GrDisableColorXP.cpp", |
| 285 | "$_src/gpu/effects/GrDisableColorXP.h", |
| 286 | "$_src/gpu/effects/GrDistanceFieldGeoProc.cpp", |
| 287 | "$_src/gpu/effects/GrDistanceFieldGeoProc.h", |
| 288 | "$_src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp", |
| 289 | "$_src/gpu/effects/GrGaussianConvolutionFragmentProcessor.h", |
| 290 | "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp", |
| 291 | "$_src/gpu/effects/GrMatrixConvolutionEffect.h", |
Brian Osman | 273944a | 2020-05-29 16:44:26 -0400 | [diff] [blame] | 292 | "$_src/gpu/effects/GrMatrixEffect.cpp", |
| 293 | "$_src/gpu/effects/GrMatrixEffect.h", |
Chris Dalton | c317600 | 2021-07-23 15:33:09 -0600 | [diff] [blame] | 294 | "$_src/gpu/effects/GrModulateAtlasCoverageEffect.cpp", |
| 295 | "$_src/gpu/effects/GrModulateAtlasCoverageEffect.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 296 | "$_src/gpu/effects/GrOvalEffect.cpp", |
| 297 | "$_src/gpu/effects/GrOvalEffect.h", |
| 298 | "$_src/gpu/effects/GrPorterDuffXferProcessor.cpp", |
| 299 | "$_src/gpu/effects/GrPorterDuffXferProcessor.h", |
| 300 | "$_src/gpu/effects/GrRRectEffect.cpp", |
| 301 | "$_src/gpu/effects/GrRRectEffect.h", |
| 302 | "$_src/gpu/effects/GrShadowGeoProc.cpp", |
| 303 | "$_src/gpu/effects/GrShadowGeoProc.h", |
| 304 | "$_src/gpu/effects/GrSkSLFP.cpp", |
| 305 | "$_src/gpu/effects/GrSkSLFP.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 306 | "$_src/gpu/effects/GrTextureEffect.cpp", |
| 307 | "$_src/gpu/effects/GrTextureEffect.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 308 | "$_src/gpu/effects/GrYUVtoRGBEffect.cpp", |
| 309 | "$_src/gpu/effects/GrYUVtoRGBEffect.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 310 | "$_src/gpu/geometry/GrPathUtils.cpp", |
| 311 | "$_src/gpu/geometry/GrPathUtils.h", |
| 312 | "$_src/gpu/geometry/GrQuad.cpp", |
| 313 | "$_src/gpu/geometry/GrQuad.h", |
| 314 | "$_src/gpu/geometry/GrQuadBuffer.h", |
| 315 | "$_src/gpu/geometry/GrQuadUtils.cpp", |
| 316 | "$_src/gpu/geometry/GrQuadUtils.h", |
| 317 | "$_src/gpu/geometry/GrRect.h", |
Michael Ludwig | f38b711 | 2020-04-30 13:47:00 -0400 | [diff] [blame] | 318 | "$_src/gpu/geometry/GrShape.cpp", |
| 319 | "$_src/gpu/geometry/GrShape.h", |
Michael Ludwig | 2686d69 | 2020-04-17 20:21:37 +0000 | [diff] [blame] | 320 | "$_src/gpu/geometry/GrStyledShape.cpp", |
| 321 | "$_src/gpu/geometry/GrStyledShape.h", |
Michael Ludwig | 4e9d5e2 | 2021-05-11 10:00:12 -0400 | [diff] [blame] | 322 | "$_src/gpu/geometry/GrWangsFormula.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 323 | "$_src/gpu/ops/GrAAConvexTessellator.cpp", |
| 324 | "$_src/gpu/ops/GrAAConvexTessellator.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 325 | "$_src/gpu/ops/GrAtlasTextOp.cpp", |
| 326 | "$_src/gpu/ops/GrAtlasTextOp.h", |
Robert Phillips | fbcef6e | 2017-06-15 12:07:18 -0400 | [diff] [blame] | 327 | "$_src/gpu/ops/GrClearOp.cpp", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 328 | "$_src/gpu/ops/GrClearOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 329 | "$_src/gpu/ops/GrDashOp.cpp", |
| 330 | "$_src/gpu/ops/GrDashOp.h", |
Brian Osman | 4d92b89 | 2019-03-24 00:53:23 +0000 | [diff] [blame] | 331 | "$_src/gpu/ops/GrDrawAtlasOp.cpp", |
| 332 | "$_src/gpu/ops/GrDrawAtlasOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 333 | "$_src/gpu/ops/GrDrawOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 334 | "$_src/gpu/ops/GrDrawVerticesOp.cpp", |
| 335 | "$_src/gpu/ops/GrDrawVerticesOp.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 336 | "$_src/gpu/ops/GrDrawableOp.cpp", |
| 337 | "$_src/gpu/ops/GrDrawableOp.h", |
Chris Dalton | 82eb9e7 | 2019-03-21 14:26:39 -0600 | [diff] [blame] | 338 | "$_src/gpu/ops/GrFillRRectOp.cpp", |
| 339 | "$_src/gpu/ops/GrFillRRectOp.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 340 | "$_src/gpu/ops/GrFillRectOp.cpp", |
| 341 | "$_src/gpu/ops/GrFillRectOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 342 | "$_src/gpu/ops/GrLatticeOp.cpp", |
| 343 | "$_src/gpu/ops/GrLatticeOp.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 344 | "$_src/gpu/ops/GrMeshDrawOp.cpp", |
| 345 | "$_src/gpu/ops/GrMeshDrawOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 346 | "$_src/gpu/ops/GrOp.cpp", |
| 347 | "$_src/gpu/ops/GrOp.h", |
| 348 | "$_src/gpu/ops/GrOvalOpFactory.cpp", |
| 349 | "$_src/gpu/ops/GrOvalOpFactory.h", |
Michael Ludwig | 460eb5e | 2018-10-29 11:09:29 -0400 | [diff] [blame] | 350 | "$_src/gpu/ops/GrQuadPerEdgeAA.cpp", |
| 351 | "$_src/gpu/ops/GrQuadPerEdgeAA.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 352 | "$_src/gpu/ops/GrRegionOp.cpp", |
| 353 | "$_src/gpu/ops/GrRegionOp.h", |
| 354 | "$_src/gpu/ops/GrShadowRRectOp.cpp", |
| 355 | "$_src/gpu/ops/GrShadowRRectOp.h", |
Brian Salomon | b4d6106 | 2017-07-12 11:24:41 -0400 | [diff] [blame] | 356 | "$_src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp", |
Brian Salomon | 6d4b65e | 2017-05-03 17:06:09 -0400 | [diff] [blame] | 357 | "$_src/gpu/ops/GrSimpleMeshDrawOpHelper.h", |
Robert Phillips | 55f681f | 2020-02-28 08:58:15 -0500 | [diff] [blame] | 358 | "$_src/gpu/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp", |
| 359 | "$_src/gpu/ops/GrSimpleMeshDrawOpHelperWithStencil.h", |
Robert Phillips | 46a324a | 2020-08-10 13:08:12 -0400 | [diff] [blame] | 360 | "$_src/gpu/ops/GrSmallPathAtlasMgr.cpp", |
| 361 | "$_src/gpu/ops/GrSmallPathAtlasMgr.h", |
Robert Phillips | 5b68ed4 | 2020-08-10 14:46:42 -0400 | [diff] [blame] | 362 | "$_src/gpu/ops/GrSmallPathShapeData.cpp", |
Robert Phillips | 34949e3 | 2020-08-05 15:54:31 -0400 | [diff] [blame] | 363 | "$_src/gpu/ops/GrSmallPathShapeData.h", |
Michael Ludwig | 72ab346 | 2018-12-10 12:43:36 -0500 | [diff] [blame] | 364 | "$_src/gpu/ops/GrStrokeRectOp.cpp", |
| 365 | "$_src/gpu/ops/GrStrokeRectOp.h", |
Brian Salomon | 3416969 | 2017-08-28 15:32:01 -0400 | [diff] [blame] | 366 | "$_src/gpu/ops/GrTextureOp.cpp", |
| 367 | "$_src/gpu/ops/GrTextureOp.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 368 | |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 369 | # gradients |
Michael Ludwig | a7914d3 | 2018-09-14 09:47:21 -0400 | [diff] [blame] | 370 | "$_src/gpu/gradients/GrGradientBitmapCache.cpp", |
| 371 | "$_src/gpu/gradients/GrGradientBitmapCache.h", |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 372 | "$_src/gpu/gradients/GrGradientShader.cpp", |
| 373 | "$_src/gpu/gradients/GrGradientShader.h", |
Chris Dalton | f5132a0 | 2020-04-27 23:40:03 -0600 | [diff] [blame] | 374 | |
| 375 | # tessellate |
Chris Dalton | 83420eb | 2021-06-23 18:47:09 -0600 | [diff] [blame] | 376 | "$_src/gpu/tessellate/GrAtlasRenderTask.cpp", |
| 377 | "$_src/gpu/tessellate/GrAtlasRenderTask.h", |
Chris Dalton | 0cfe5e1 | 2021-05-13 10:42:30 -0600 | [diff] [blame] | 378 | "$_src/gpu/tessellate/GrCullTest.h", |
Chris Dalton | f5132a0 | 2020-04-27 23:40:03 -0600 | [diff] [blame] | 379 | "$_src/gpu/tessellate/GrMiddleOutPolygonTriangulator.h", |
Chris Dalton | d9bdc32 | 2021-06-01 19:22:05 -0600 | [diff] [blame] | 380 | "$_src/gpu/tessellate/GrPathCurveTessellator.cpp", |
| 381 | "$_src/gpu/tessellate/GrPathCurveTessellator.h", |
Chris Dalton | ebb37e7 | 2021-01-27 17:59:45 -0700 | [diff] [blame] | 382 | "$_src/gpu/tessellate/GrPathInnerTriangulateOp.cpp", |
| 383 | "$_src/gpu/tessellate/GrPathInnerTriangulateOp.h", |
Chris Dalton | 031d76b | 2021-06-08 16:32:00 -0600 | [diff] [blame] | 384 | "$_src/gpu/tessellate/GrPathStencilCoverOp.cpp", |
| 385 | "$_src/gpu/tessellate/GrPathStencilCoverOp.h", |
Chris Dalton | 7ae272f | 2021-06-10 11:45:14 -0600 | [diff] [blame] | 386 | "$_src/gpu/tessellate/GrPathTessellateOp.cpp", |
| 387 | "$_src/gpu/tessellate/GrPathTessellateOp.h", |
Chris Dalton | d717743 | 2021-01-15 13:12:50 -0700 | [diff] [blame] | 388 | "$_src/gpu/tessellate/GrPathTessellator.h", |
Chris Dalton | d9bdc32 | 2021-06-01 19:22:05 -0600 | [diff] [blame] | 389 | "$_src/gpu/tessellate/GrPathWedgeTessellator.cpp", |
| 390 | "$_src/gpu/tessellate/GrPathWedgeTessellator.h", |
Chris Dalton | 6966981 | 2021-07-27 10:00:12 -0600 | [diff] [blame] | 391 | "$_src/gpu/tessellate/GrPathXform.h", |
Chris Dalton | 82007f5 | 2021-04-20 00:45:50 -0600 | [diff] [blame] | 392 | "$_src/gpu/tessellate/GrStrokeFixedCountTessellator.cpp", |
| 393 | "$_src/gpu/tessellate/GrStrokeFixedCountTessellator.h", |
Chris Dalton | 2224100 | 2021-02-04 09:47:40 -0700 | [diff] [blame] | 394 | "$_src/gpu/tessellate/GrStrokeHardwareTessellator.cpp", |
| 395 | "$_src/gpu/tessellate/GrStrokeHardwareTessellator.h", |
Chris Dalton | c2a1746 | 2020-12-09 16:46:22 -0700 | [diff] [blame] | 396 | "$_src/gpu/tessellate/GrStrokeIterator.h", |
Chris Dalton | 05007df | 2021-02-04 00:24:52 -0700 | [diff] [blame] | 397 | "$_src/gpu/tessellate/GrStrokeTessellateOp.cpp", |
| 398 | "$_src/gpu/tessellate/GrStrokeTessellateOp.h", |
Chris Dalton | 9b5b7db7 | 2021-03-30 10:59:34 -0600 | [diff] [blame] | 399 | "$_src/gpu/tessellate/GrStrokeTessellator.h", |
Chris Dalton | 0a22b1e | 2020-03-26 11:52:15 -0600 | [diff] [blame] | 400 | "$_src/gpu/tessellate/GrTessellationPathRenderer.h", |
Chris Dalton | f6bf516 | 2020-05-13 19:18:46 -0600 | [diff] [blame] | 401 | "$_src/gpu/tessellate/GrVectorXform.h", |
Chris Dalton | b832ce6 | 2020-01-06 19:49:37 -0700 | [diff] [blame] | 402 | |
Chris Dalton | 3b41278 | 2021-06-01 13:40:03 -0600 | [diff] [blame] | 403 | # tessellate/shaders |
| 404 | "$_src/gpu/tessellate/shaders/GrPathTessellationShader.cpp", |
| 405 | "$_src/gpu/tessellate/shaders/GrPathTessellationShader.h", |
Chris Dalton | b63711a | 2021-06-01 14:52:02 -0600 | [diff] [blame] | 406 | "$_src/gpu/tessellate/shaders/GrPathTessellationShader_Hardware.cpp", |
| 407 | "$_src/gpu/tessellate/shaders/GrPathTessellationShader_MiddleOut.cpp", |
Chris Dalton | 3b41278 | 2021-06-01 13:40:03 -0600 | [diff] [blame] | 408 | "$_src/gpu/tessellate/shaders/GrStrokeTessellationShader.cpp", |
| 409 | "$_src/gpu/tessellate/shaders/GrStrokeTessellationShader.h", |
| 410 | "$_src/gpu/tessellate/shaders/GrStrokeTessellationShader_HardwareImpl.cpp", |
| 411 | "$_src/gpu/tessellate/shaders/GrStrokeTessellationShader_InstancedImpl.cpp", |
| 412 | "$_src/gpu/tessellate/shaders/GrTessellationShader.h", |
| 413 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 414 | # text |
Robert Phillips | c4039ea | 2018-03-01 11:36:45 -0500 | [diff] [blame] | 415 | "$_src/gpu/text/GrAtlasManager.cpp", |
| 416 | "$_src/gpu/text/GrAtlasManager.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 417 | "$_src/gpu/text/GrDistanceFieldAdjustTable.cpp", |
| 418 | "$_src/gpu/text/GrDistanceFieldAdjustTable.h", |
Jim Van Verth | d401da6 | 2018-05-03 10:40:30 -0400 | [diff] [blame] | 419 | "$_src/gpu/text/GrSDFMaskFilter.cpp", |
| 420 | "$_src/gpu/text/GrSDFMaskFilter.h", |
Herb Derby | bf2dd2a | 2021-03-04 10:13:22 -0500 | [diff] [blame] | 421 | "$_src/gpu/text/GrSDFTControl.cpp", |
| 422 | "$_src/gpu/text/GrSDFTControl.h", |
Herb Derby | 081e6f3 | 2019-01-16 13:46:02 -0500 | [diff] [blame] | 423 | "$_src/gpu/text/GrStrikeCache.cpp", |
| 424 | "$_src/gpu/text/GrStrikeCache.h", |
Herb Derby | 8624059 | 2018-05-24 16:12:31 -0400 | [diff] [blame] | 425 | "$_src/gpu/text/GrTextBlob.cpp", |
| 426 | "$_src/gpu/text/GrTextBlob.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 427 | "$_src/gpu/text/GrTextBlobCache.cpp", |
| 428 | "$_src/gpu/text/GrTextBlobCache.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 429 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 430 | # GLSL |
| 431 | "$_src/gpu/glsl/GrGLSL.cpp", |
Brian Salomon | 23c55b6 | 2018-06-19 16:28:41 -0400 | [diff] [blame] | 432 | "$_src/gpu/glsl/GrGLSL.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 433 | "$_src/gpu/glsl/GrGLSLBlend.cpp", |
| 434 | "$_src/gpu/glsl/GrGLSLBlend.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 435 | "$_src/gpu/glsl/GrGLSLColorSpaceXformHelper.h", |
| 436 | "$_src/gpu/glsl/GrGLSLFragmentProcessor.cpp", |
| 437 | "$_src/gpu/glsl/GrGLSLFragmentProcessor.h", |
| 438 | "$_src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp", |
| 439 | "$_src/gpu/glsl/GrGLSLFragmentShaderBuilder.h", |
| 440 | "$_src/gpu/glsl/GrGLSLGeometryProcessor.cpp", |
| 441 | "$_src/gpu/glsl/GrGLSLGeometryProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 442 | "$_src/gpu/glsl/GrGLSLProgramBuilder.cpp", |
| 443 | "$_src/gpu/glsl/GrGLSLProgramBuilder.h", |
| 444 | "$_src/gpu/glsl/GrGLSLProgramDataManager.cpp", |
| 445 | "$_src/gpu/glsl/GrGLSLProgramDataManager.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 446 | "$_src/gpu/glsl/GrGLSLShaderBuilder.cpp", |
| 447 | "$_src/gpu/glsl/GrGLSLShaderBuilder.h", |
Ethan Nicholas | 5843012 | 2020-04-14 09:54:02 -0400 | [diff] [blame] | 448 | "$_src/gpu/glsl/GrGLSLUniformHandler.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 449 | "$_src/gpu/glsl/GrGLSLUniformHandler.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 450 | "$_src/gpu/glsl/GrGLSLVarying.cpp", |
| 451 | "$_src/gpu/glsl/GrGLSLVarying.h", |
Chris Dalton | c17bf32 | 2017-10-24 10:59:03 -0600 | [diff] [blame] | 452 | "$_src/gpu/glsl/GrGLSLVertexGeoBuilder.cpp", |
| 453 | "$_src/gpu/glsl/GrGLSLVertexGeoBuilder.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 454 | "$_src/gpu/glsl/GrGLSLXferProcessor.cpp", |
| 455 | "$_src/gpu/glsl/GrGLSLXferProcessor.h", |
| 456 | |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 457 | # Mock |
Greg Daniel | c0d6915 | 2020-10-08 14:59:00 -0400 | [diff] [blame] | 458 | "$_src/gpu/mock/GrMockAttachment.h", |
Brian Salomon | cfe910d | 2017-07-06 16:40:18 -0400 | [diff] [blame] | 459 | "$_src/gpu/mock/GrMockBuffer.h", |
Robert Phillips | ffe2729 | 2019-08-01 10:08:07 -0400 | [diff] [blame] | 460 | "$_src/gpu/mock/GrMockCaps.cpp", |
Brian Salomon | cfe910d | 2017-07-06 16:40:18 -0400 | [diff] [blame] | 461 | "$_src/gpu/mock/GrMockCaps.h", |
| 462 | "$_src/gpu/mock/GrMockGpu.cpp", |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 463 | "$_src/gpu/mock/GrMockGpu.h", |
Greg Daniel | 2d41d0d | 2019-08-26 11:08:51 -0400 | [diff] [blame] | 464 | "$_src/gpu/mock/GrMockOpsRenderPass.h", |
Adlai Holler | 08f5311 | 2021-01-20 17:44:15 -0500 | [diff] [blame] | 465 | "$_src/gpu/mock/GrMockRenderTask.h", |
| 466 | "$_src/gpu/mock/GrMockSurfaceProxy.h", |
Brian Salomon | cfe910d | 2017-07-06 16:40:18 -0400 | [diff] [blame] | 467 | "$_src/gpu/mock/GrMockTexture.h", |
Robert Phillips | a5e78be | 2019-07-09 12:34:38 -0400 | [diff] [blame] | 468 | "$_src/gpu/mock/GrMockTypes.cpp", |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 469 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 470 | # Sk files |
Robert Phillips | cc44feb | 2021-07-06 12:21:37 -0400 | [diff] [blame] | 471 | "$_src/gpu/BaseDevice.cpp", |
| 472 | "$_src/gpu/BaseDevice.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 473 | "$_src/gpu/SkGr.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 474 | "$_src/gpu/SkGr.h", |
Robert Phillips | f386862 | 2021-08-04 13:27:43 -0400 | [diff] [blame] | 475 | "$_src/gpu/SurfaceFillContext.cpp", |
| 476 | "$_src/gpu/SurfaceFillContext.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 477 | "$_src/image/SkImage_Gpu.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 478 | "$_src/image/SkImage_Gpu.h", |
Jim Van Verth | 8026ccc | 2018-10-04 13:10:39 -0400 | [diff] [blame] | 479 | "$_src/image/SkImage_GpuBase.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 480 | "$_src/image/SkImage_GpuBase.h", |
Jim Van Verth | f49262d | 2018-10-02 12:07:20 -0400 | [diff] [blame] | 481 | "$_src/image/SkImage_GpuYUVA.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 482 | "$_src/image/SkImage_GpuYUVA.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 483 | "$_src/image/SkSurface_Gpu.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 484 | "$_src/image/SkSurface_Gpu.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 485 | ] |
| 486 | |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 487 | skia_gl_gpu_sources = [ |
| 488 | "$_include/gpu/gl/GrGLAssembleInterface.h", |
| 489 | "$_include/gpu/gl/GrGLConfig.h", |
| 490 | "$_include/gpu/gl/GrGLExtensions.h", |
| 491 | "$_include/gpu/gl/GrGLFunctions.h", |
| 492 | "$_include/gpu/gl/GrGLInterface.h", |
| 493 | "$_include/gpu/gl/GrGLTypes.h", |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 494 | "$_src/gpu/gl/GrGLAssembleGLESInterfaceAutogen.cpp", |
| 495 | "$_src/gpu/gl/GrGLAssembleGLInterfaceAutogen.cpp", |
| 496 | "$_src/gpu/gl/GrGLAssembleHelpers.cpp", |
| 497 | "$_src/gpu/gl/GrGLAssembleInterface.cpp", |
| 498 | "$_src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp", |
Greg Daniel | c0d6915 | 2020-10-08 14:59:00 -0400 | [diff] [blame] | 499 | "$_src/gpu/gl/GrGLAttachment.cpp", |
| 500 | "$_src/gpu/gl/GrGLAttachment.h", |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 501 | "$_src/gpu/gl/GrGLBuffer.cpp", |
| 502 | "$_src/gpu/gl/GrGLBuffer.h", |
| 503 | "$_src/gpu/gl/GrGLCaps.cpp", |
| 504 | "$_src/gpu/gl/GrGLCaps.h", |
| 505 | "$_src/gpu/gl/GrGLContext.cpp", |
| 506 | "$_src/gpu/gl/GrGLContext.h", |
| 507 | "$_src/gpu/gl/GrGLDefines.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 508 | "$_src/gpu/gl/GrGLExtensions.cpp", |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 509 | "$_src/gpu/gl/GrGLGLSL.cpp", |
| 510 | "$_src/gpu/gl/GrGLGLSL.h", |
| 511 | "$_src/gpu/gl/GrGLGpu.cpp", |
| 512 | "$_src/gpu/gl/GrGLGpu.h", |
| 513 | "$_src/gpu/gl/GrGLGpuProgramCache.cpp", |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 514 | "$_src/gpu/gl/GrGLInterfaceAutogen.cpp", |
| 515 | "$_src/gpu/gl/GrGLOpsRenderPass.cpp", |
| 516 | "$_src/gpu/gl/GrGLOpsRenderPass.h", |
| 517 | "$_src/gpu/gl/GrGLProgram.cpp", |
| 518 | "$_src/gpu/gl/GrGLProgram.h", |
| 519 | "$_src/gpu/gl/GrGLProgramDataManager.cpp", |
| 520 | "$_src/gpu/gl/GrGLProgramDataManager.h", |
| 521 | "$_src/gpu/gl/GrGLRenderTarget.cpp", |
| 522 | "$_src/gpu/gl/GrGLRenderTarget.h", |
| 523 | "$_src/gpu/gl/GrGLSemaphore.cpp", |
| 524 | "$_src/gpu/gl/GrGLSemaphore.h", |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 525 | "$_src/gpu/gl/GrGLTexture.cpp", |
| 526 | "$_src/gpu/gl/GrGLTexture.h", |
| 527 | "$_src/gpu/gl/GrGLTextureRenderTarget.cpp", |
| 528 | "$_src/gpu/gl/GrGLTextureRenderTarget.h", |
| 529 | "$_src/gpu/gl/GrGLTypesPriv.cpp", |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 530 | "$_src/gpu/gl/GrGLUniformHandler.cpp", |
| 531 | "$_src/gpu/gl/GrGLUniformHandler.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 532 | "$_src/gpu/gl/GrGLUtil.cpp", |
| 533 | "$_src/gpu/gl/GrGLUtil.h", |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 534 | "$_src/gpu/gl/GrGLVaryingHandler.h", |
| 535 | "$_src/gpu/gl/GrGLVertexArray.cpp", |
| 536 | "$_src/gpu/gl/GrGLVertexArray.h", |
| 537 | |
| 538 | # Files for building GLSL shaders |
| 539 | "$_src/gpu/gl/builders/GrGLProgramBuilder.cpp", |
| 540 | "$_src/gpu/gl/builders/GrGLProgramBuilder.h", |
| 541 | "$_src/gpu/gl/builders/GrGLShaderStringBuilder.cpp", |
| 542 | "$_src/gpu/gl/builders/GrGLShaderStringBuilder.h", |
| 543 | ] |
| 544 | |
Greg Daniel | 9841a61 | 2019-11-19 16:08:21 -0500 | [diff] [blame] | 545 | skia_null_gpu_sources = [ "$_src/gpu/gl/GrGLMakeNativeInterface_none.cpp" ] |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 546 | |
Robert Phillips | 024668c | 2021-07-01 12:12:52 -0400 | [diff] [blame] | 547 | skia_skgpu_v2_sources = [ |
Robert Phillips | 3b97aa2 | 2021-05-03 11:42:40 -0400 | [diff] [blame] | 548 | # Sk files |
Robert Phillips | cc44feb | 2021-07-06 12:21:37 -0400 | [diff] [blame] | 549 | "$_src/gpu/v2/Device.cpp", |
| 550 | "$_src/gpu/v2/Device_v2.h", |
Robert Phillips | 5ac7f33 | 2021-08-04 16:41:27 -0400 | [diff] [blame] | 551 | "$_src/gpu/v2/SurfaceDrawContext.cpp", |
| 552 | "$_src/gpu/v2/SurfaceDrawContext_v2.h", |
| 553 | "$_src/gpu/v2/SurfaceFillContext_v2.cpp", |
| 554 | "$_src/gpu/v2/SurfaceFillContext_v2.h", |
Robert Phillips | 3b97aa2 | 2021-05-03 11:42:40 -0400 | [diff] [blame] | 555 | ] |
| 556 | |
Robert Phillips | 024668c | 2021-07-01 12:12:52 -0400 | [diff] [blame] | 557 | skia_skgpu_v1_sources = [ |
Robert Phillips | a92913e | 2021-07-12 16:31:52 -0400 | [diff] [blame] | 558 | "$_src/gpu/GrAuditTrail.cpp", |
Robert Phillips | 1ca0da4 | 2021-06-14 15:27:19 -0400 | [diff] [blame] | 559 | "$_src/gpu/GrClipStack.cpp", |
| 560 | "$_src/gpu/GrClipStack.h", |
Robert Phillips | 3674f58 | 2021-06-16 12:05:54 -0400 | [diff] [blame] | 561 | "$_src/gpu/GrPathRenderer.cpp", |
| 562 | "$_src/gpu/GrPathRenderer.h", |
| 563 | "$_src/gpu/GrPathRendererChain.cpp", |
| 564 | "$_src/gpu/GrPathRendererChain.h", |
Robert Phillips | 3674f58 | 2021-06-16 12:05:54 -0400 | [diff] [blame] | 565 | "$_src/gpu/GrSoftwarePathRenderer.cpp", |
| 566 | "$_src/gpu/GrSoftwarePathRenderer.h", |
Robert Phillips | 1ca0da4 | 2021-06-14 15:27:19 -0400 | [diff] [blame] | 567 | "$_src/gpu/GrStencilClip.h", |
| 568 | "$_src/gpu/GrStencilMaskHelper.cpp", |
| 569 | "$_src/gpu/GrStencilMaskHelper.h", |
| 570 | |
Robert Phillips | 3674f58 | 2021-06-16 12:05:54 -0400 | [diff] [blame] | 571 | # Ops |
| 572 | "$_src/gpu/ops/GrAAConvexPathRenderer.cpp", |
| 573 | "$_src/gpu/ops/GrAAConvexPathRenderer.h", |
| 574 | "$_src/gpu/ops/GrAAHairLinePathRenderer.cpp", |
| 575 | "$_src/gpu/ops/GrAAHairLinePathRenderer.h", |
| 576 | "$_src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp", |
| 577 | "$_src/gpu/ops/GrAALinearizingConvexPathRenderer.h", |
Chris Dalton | c317600 | 2021-07-23 15:33:09 -0600 | [diff] [blame] | 578 | "$_src/gpu/ops/GrAtlasInstancedHelper.cpp", |
| 579 | "$_src/gpu/ops/GrAtlasInstancedHelper.h", |
Robert Phillips | 400f52e | 2021-07-26 13:23:10 -0400 | [diff] [blame] | 580 | "$_src/gpu/ops/GrAtlasPathRenderer.cpp", |
| 581 | "$_src/gpu/ops/GrAtlasPathRenderer.h", |
Robert Phillips | 3674f58 | 2021-06-16 12:05:54 -0400 | [diff] [blame] | 582 | "$_src/gpu/ops/GrDashLinePathRenderer.cpp", |
| 583 | "$_src/gpu/ops/GrDashLinePathRenderer.h", |
| 584 | "$_src/gpu/ops/GrDefaultPathRenderer.cpp", |
| 585 | "$_src/gpu/ops/GrDefaultPathRenderer.h", |
Chris Dalton | c317600 | 2021-07-23 15:33:09 -0600 | [diff] [blame] | 586 | "$_src/gpu/ops/GrDrawAtlasPathOp.cpp", |
| 587 | "$_src/gpu/ops/GrDrawAtlasPathOp.h", |
Robert Phillips | 3674f58 | 2021-06-16 12:05:54 -0400 | [diff] [blame] | 588 | "$_src/gpu/ops/GrSmallPathRenderer.cpp", |
| 589 | "$_src/gpu/ops/GrSmallPathRenderer.h", |
| 590 | "$_src/gpu/ops/GrTriangulatingPathRenderer.cpp", |
| 591 | "$_src/gpu/ops/GrTriangulatingPathRenderer.h", |
| 592 | |
| 593 | # tessellate |
| 594 | "$_src/gpu/tessellate/GrTessellationPathRenderer.cpp", |
| 595 | |
Robert Phillips | 4dca831 | 2021-07-28 15:13:20 -0400 | [diff] [blame] | 596 | # v1 |
Robert Phillips | cc44feb | 2021-07-06 12:21:37 -0400 | [diff] [blame] | 597 | "$_src/gpu/v1/Device.cpp", |
| 598 | "$_src/gpu/v1/Device_drawTexture.cpp", |
| 599 | "$_src/gpu/v1/Device_v1.h", |
Robert Phillips | 46eb3ab | 2021-08-02 17:09:01 -0400 | [diff] [blame] | 600 | "$_src/gpu/v1/SurfaceDrawContext.cpp", |
| 601 | "$_src/gpu/v1/SurfaceDrawContext_v1.h", |
Robert Phillips | f386862 | 2021-08-04 13:27:43 -0400 | [diff] [blame] | 602 | "$_src/gpu/v1/SurfaceFillContext_v1.cpp", |
| 603 | "$_src/gpu/v1/SurfaceFillContext_v1.h", |
Robert Phillips | 7b931f8 | 2021-06-09 14:04:05 -0400 | [diff] [blame] | 604 | ] |
| 605 | |
Robert Phillips | 024668c | 2021-07-01 12:12:52 -0400 | [diff] [blame] | 606 | skia_gpu_sources += skia_skgpu_v1_sources |
Robert Phillips | 7b931f8 | 2021-06-09 14:04:05 -0400 | [diff] [blame] | 607 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 608 | skia_vk_sources = [ |
| 609 | "$_include/gpu/vk/GrVkBackendContext.h", |
Greg Daniel | 98bffae | 2018-08-01 13:25:41 -0400 | [diff] [blame] | 610 | "$_include/gpu/vk/GrVkExtensions.h", |
Greg Daniel | 18dbfd0 | 2018-05-29 10:46:51 -0400 | [diff] [blame] | 611 | "$_include/gpu/vk/GrVkMemoryAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 612 | "$_include/gpu/vk/GrVkTypes.h", |
Greg Daniel | acc763e | 2018-12-27 16:17:06 -0500 | [diff] [blame] | 613 | "$_include/gpu/vk/GrVkVulkan.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 614 | "$_include/private/GrVkTypesPriv.h", |
Greg Daniel | 18dbfd0 | 2018-05-29 10:46:51 -0400 | [diff] [blame] | 615 | "$_src/gpu/vk/GrVkAMDMemoryAllocator.cpp", |
| 616 | "$_src/gpu/vk/GrVkAMDMemoryAllocator.h", |
Greg Daniel | c0d6915 | 2020-10-08 14:59:00 -0400 | [diff] [blame] | 617 | "$_src/gpu/vk/GrVkAttachment.cpp", |
| 618 | "$_src/gpu/vk/GrVkAttachment.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 619 | "$_src/gpu/vk/GrVkBuffer.cpp", |
| 620 | "$_src/gpu/vk/GrVkBuffer.h", |
| 621 | "$_src/gpu/vk/GrVkCaps.cpp", |
| 622 | "$_src/gpu/vk/GrVkCaps.h", |
| 623 | "$_src/gpu/vk/GrVkCommandBuffer.cpp", |
| 624 | "$_src/gpu/vk/GrVkCommandBuffer.h", |
Ethan Nicholas | 8e265a7 | 2018-12-12 16:22:40 -0500 | [diff] [blame] | 625 | "$_src/gpu/vk/GrVkCommandPool.cpp", |
| 626 | "$_src/gpu/vk/GrVkCommandPool.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 627 | "$_src/gpu/vk/GrVkDescriptorPool.cpp", |
| 628 | "$_src/gpu/vk/GrVkDescriptorPool.h", |
| 629 | "$_src/gpu/vk/GrVkDescriptorSet.cpp", |
| 630 | "$_src/gpu/vk/GrVkDescriptorSet.h", |
| 631 | "$_src/gpu/vk/GrVkDescriptorSetManager.cpp", |
| 632 | "$_src/gpu/vk/GrVkDescriptorSetManager.h", |
| 633 | "$_src/gpu/vk/GrVkExtensions.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 634 | "$_src/gpu/vk/GrVkFramebuffer.cpp", |
| 635 | "$_src/gpu/vk/GrVkFramebuffer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 636 | "$_src/gpu/vk/GrVkGpu.cpp", |
| 637 | "$_src/gpu/vk/GrVkGpu.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 638 | "$_src/gpu/vk/GrVkImage.cpp", |
| 639 | "$_src/gpu/vk/GrVkImage.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 640 | "$_src/gpu/vk/GrVkImageLayout.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 641 | "$_src/gpu/vk/GrVkImageView.cpp", |
| 642 | "$_src/gpu/vk/GrVkImageView.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 643 | "$_src/gpu/vk/GrVkInterface.cpp", |
Greg Daniel | d3e65aa | 2018-08-01 09:19:45 -0400 | [diff] [blame] | 644 | "$_src/gpu/vk/GrVkInterface.h", |
Greg Daniel | a8c3210 | 2020-12-30 15:09:32 -0500 | [diff] [blame] | 645 | "$_src/gpu/vk/GrVkMSAALoadManager.cpp", |
| 646 | "$_src/gpu/vk/GrVkMSAALoadManager.h", |
Jim Van Verth | 5082df1 | 2020-03-11 16:14:51 -0400 | [diff] [blame] | 647 | "$_src/gpu/vk/GrVkManagedResource.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 648 | "$_src/gpu/vk/GrVkMemory.cpp", |
| 649 | "$_src/gpu/vk/GrVkMemory.h", |
Greg Daniel | 2d41d0d | 2019-08-26 11:08:51 -0400 | [diff] [blame] | 650 | "$_src/gpu/vk/GrVkOpsRenderPass.cpp", |
| 651 | "$_src/gpu/vk/GrVkOpsRenderPass.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 652 | "$_src/gpu/vk/GrVkPipeline.cpp", |
| 653 | "$_src/gpu/vk/GrVkPipeline.h", |
| 654 | "$_src/gpu/vk/GrVkPipelineState.cpp", |
| 655 | "$_src/gpu/vk/GrVkPipelineState.h", |
| 656 | "$_src/gpu/vk/GrVkPipelineStateBuilder.cpp", |
| 657 | "$_src/gpu/vk/GrVkPipelineStateBuilder.h", |
| 658 | "$_src/gpu/vk/GrVkPipelineStateCache.cpp", |
| 659 | "$_src/gpu/vk/GrVkPipelineStateDataManager.cpp", |
| 660 | "$_src/gpu/vk/GrVkPipelineStateDataManager.h", |
| 661 | "$_src/gpu/vk/GrVkRenderPass.cpp", |
| 662 | "$_src/gpu/vk/GrVkRenderPass.h", |
| 663 | "$_src/gpu/vk/GrVkRenderTarget.cpp", |
| 664 | "$_src/gpu/vk/GrVkRenderTarget.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 665 | "$_src/gpu/vk/GrVkResourceProvider.cpp", |
| 666 | "$_src/gpu/vk/GrVkResourceProvider.h", |
| 667 | "$_src/gpu/vk/GrVkSampler.cpp", |
| 668 | "$_src/gpu/vk/GrVkSampler.h", |
Greg Daniel | 7e00022 | 2018-12-03 10:08:21 -0500 | [diff] [blame] | 669 | "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp", |
| 670 | "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h", |
Greg Daniel | b46add8 | 2019-01-02 14:51:29 -0500 | [diff] [blame] | 671 | "$_src/gpu/vk/GrVkSecondaryCBDrawContext.cpp", |
Greg Daniel | bc84adc | 2019-01-02 16:39:20 -0500 | [diff] [blame] | 672 | "$_src/gpu/vk/GrVkSecondaryCBDrawContext.h", |
Greg Daniel | 6be3523 | 2017-03-01 17:01:09 -0500 | [diff] [blame] | 673 | "$_src/gpu/vk/GrVkSemaphore.cpp", |
| 674 | "$_src/gpu/vk/GrVkSemaphore.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 675 | "$_src/gpu/vk/GrVkTexture.cpp", |
| 676 | "$_src/gpu/vk/GrVkTexture.h", |
| 677 | "$_src/gpu/vk/GrVkTextureRenderTarget.cpp", |
| 678 | "$_src/gpu/vk/GrVkTextureRenderTarget.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 679 | "$_src/gpu/vk/GrVkTypesPriv.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 680 | "$_src/gpu/vk/GrVkUniformHandler.cpp", |
| 681 | "$_src/gpu/vk/GrVkUniformHandler.h", |
| 682 | "$_src/gpu/vk/GrVkUtil.cpp", |
| 683 | "$_src/gpu/vk/GrVkUtil.h", |
| 684 | "$_src/gpu/vk/GrVkVaryingHandler.cpp", |
| 685 | "$_src/gpu/vk/GrVkVaryingHandler.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 686 | ] |
| 687 | |
Jim Van Verth | b01e12b | 2020-02-18 14:34:38 -0500 | [diff] [blame] | 688 | skia_direct3d_sources = [ |
Jim Van Verth | 03b8ab2 | 2020-02-24 11:36:15 -0500 | [diff] [blame] | 689 | "$_include/gpu/d3d/GrD3DBackendContext.h", |
Jim Van Verth | 05d0919 | 2020-03-20 11:23:39 -0400 | [diff] [blame] | 690 | "$_include/gpu/d3d/GrD3DTypes.h", |
Jim Van Verth | 8e75147 | 2020-03-31 11:34:00 -0400 | [diff] [blame] | 691 | "$_include/gpu/d3d/GrD3DTypesMinimal.h", |
Jim Van Verth | 05d0919 | 2020-03-20 11:23:39 -0400 | [diff] [blame] | 692 | "$_include/private/GrD3DTypesPriv.h", |
Jim Van Verth | 1b89eb7 | 2020-09-23 16:29:51 -0400 | [diff] [blame] | 693 | "$_src/gpu/d3d/GrD3DAMDMemoryAllocator.cpp", |
| 694 | "$_src/gpu/d3d/GrD3DAMDMemoryAllocator.h", |
Greg Daniel | c0d6915 | 2020-10-08 14:59:00 -0400 | [diff] [blame] | 695 | "$_src/gpu/d3d/GrD3DAttachment.cpp", |
| 696 | "$_src/gpu/d3d/GrD3DAttachment.h", |
Jim Van Verth | d6ad480 | 2020-04-03 14:59:20 -0400 | [diff] [blame] | 697 | "$_src/gpu/d3d/GrD3DBuffer.cpp", |
| 698 | "$_src/gpu/d3d/GrD3DBuffer.h", |
Jim Van Verth | d2d4c5e | 2020-02-19 14:57:58 -0500 | [diff] [blame] | 699 | "$_src/gpu/d3d/GrD3DCaps.cpp", |
| 700 | "$_src/gpu/d3d/GrD3DCaps.h", |
Greg Daniel | e52c978 | 2020-03-23 14:18:37 -0400 | [diff] [blame] | 701 | "$_src/gpu/d3d/GrD3DCommandList.cpp", |
| 702 | "$_src/gpu/d3d/GrD3DCommandList.h", |
Jim Van Verth | d342cc9 | 2020-07-09 12:35:06 -0400 | [diff] [blame] | 703 | "$_src/gpu/d3d/GrD3DCommandSignature.cpp", |
| 704 | "$_src/gpu/d3d/GrD3DCommandSignature.h", |
Jim Van Verth | afd4113 | 2020-05-28 06:44:55 -0400 | [diff] [blame] | 705 | "$_src/gpu/d3d/GrD3DCpuDescriptorManager.cpp", |
| 706 | "$_src/gpu/d3d/GrD3DCpuDescriptorManager.h", |
Jim Van Verth | 2ba8ba2 | 2020-04-30 16:41:25 -0400 | [diff] [blame] | 707 | "$_src/gpu/d3d/GrD3DDescriptorHeap.cpp", |
| 708 | "$_src/gpu/d3d/GrD3DDescriptorHeap.h", |
Jim Van Verth | f43da14 | 2020-06-09 16:34:43 -0400 | [diff] [blame] | 709 | "$_src/gpu/d3d/GrD3DDescriptorTableManager.cpp", |
| 710 | "$_src/gpu/d3d/GrD3DDescriptorTableManager.h", |
Jim Van Verth | d2d4c5e | 2020-02-19 14:57:58 -0500 | [diff] [blame] | 711 | "$_src/gpu/d3d/GrD3DGpu.cpp", |
| 712 | "$_src/gpu/d3d/GrD3DGpu.h", |
Greg Daniel | 31a7b07 | 2020-02-26 15:31:49 -0500 | [diff] [blame] | 713 | "$_src/gpu/d3d/GrD3DOpsRenderPass.cpp", |
| 714 | "$_src/gpu/d3d/GrD3DOpsRenderPass.h", |
Jim Van Verth | 7b41798 | 2021-03-29 13:41:03 -0400 | [diff] [blame] | 715 | "$_src/gpu/d3d/GrD3DPipeline.h", |
Greg Daniel | ffa1614 | 2020-03-27 16:21:34 -0400 | [diff] [blame] | 716 | "$_src/gpu/d3d/GrD3DPipelineState.cpp", |
| 717 | "$_src/gpu/d3d/GrD3DPipelineState.h", |
Greg Daniel | 5fc5c81 | 2020-04-23 10:30:23 -0400 | [diff] [blame] | 718 | "$_src/gpu/d3d/GrD3DPipelineStateBuilder.cpp", |
| 719 | "$_src/gpu/d3d/GrD3DPipelineStateBuilder.h", |
Jim Van Verth | be259dc | 2020-05-19 11:40:31 -0400 | [diff] [blame] | 720 | "$_src/gpu/d3d/GrD3DPipelineStateDataManager.cpp", |
| 721 | "$_src/gpu/d3d/GrD3DPipelineStateDataManager.h", |
Jim Van Verth | fd89e0b | 2020-03-26 15:33:02 -0400 | [diff] [blame] | 722 | "$_src/gpu/d3d/GrD3DRenderTarget.cpp", |
| 723 | "$_src/gpu/d3d/GrD3DRenderTarget.h", |
Greg Daniel | 02c4590 | 2020-03-09 10:58:09 -0400 | [diff] [blame] | 724 | "$_src/gpu/d3d/GrD3DResourceProvider.cpp", |
| 725 | "$_src/gpu/d3d/GrD3DResourceProvider.h", |
Jim Van Verth | 5b632d8 | 2020-03-06 11:58:07 -0500 | [diff] [blame] | 726 | "$_src/gpu/d3d/GrD3DResourceState.h", |
Greg Daniel | c31edc0 | 2020-04-23 11:03:02 -0400 | [diff] [blame] | 727 | "$_src/gpu/d3d/GrD3DRootSignature.cpp", |
| 728 | "$_src/gpu/d3d/GrD3DRootSignature.h", |
Jim Van Verth | c1a67b5 | 2020-06-25 13:10:29 -0400 | [diff] [blame] | 729 | "$_src/gpu/d3d/GrD3DSemaphore.cpp", |
| 730 | "$_src/gpu/d3d/GrD3DSemaphore.h", |
Jim Van Verth | 8b932b1 | 2020-03-24 14:58:03 -0400 | [diff] [blame] | 731 | "$_src/gpu/d3d/GrD3DTexture.cpp", |
| 732 | "$_src/gpu/d3d/GrD3DTexture.h", |
Jim Van Verth | fd89e0b | 2020-03-26 15:33:02 -0400 | [diff] [blame] | 733 | "$_src/gpu/d3d/GrD3DTextureRenderTarget.cpp", |
| 734 | "$_src/gpu/d3d/GrD3DTextureRenderTarget.h", |
Jim Van Verth | 6ec5688 | 2020-03-26 11:47:26 -0400 | [diff] [blame] | 735 | "$_src/gpu/d3d/GrD3DTextureResource.cpp", |
| 736 | "$_src/gpu/d3d/GrD3DTextureResource.h", |
Jim Van Verth | 05d0919 | 2020-03-20 11:23:39 -0400 | [diff] [blame] | 737 | "$_src/gpu/d3d/GrD3DTypesPriv.cpp", |
Jim Van Verth | 62a644b | 2020-02-27 15:59:23 -0500 | [diff] [blame] | 738 | "$_src/gpu/d3d/GrD3DUtil.cpp", |
| 739 | "$_src/gpu/d3d/GrD3DUtil.h", |
Jim Van Verth | b01e12b | 2020-02-18 14:34:38 -0500 | [diff] [blame] | 740 | ] |
| 741 | |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 742 | skia_dawn_sources = [ |
Stephen White | d67c71f | 2019-08-06 11:15:41 -0400 | [diff] [blame] | 743 | "$_include/gpu/dawn/GrDawnTypes.h", |
Greg Daniel | c0d6915 | 2020-10-08 14:59:00 -0400 | [diff] [blame] | 744 | "$_src/gpu/dawn/GrDawnAttachment.cpp", |
| 745 | "$_src/gpu/dawn/GrDawnAttachment.h", |
Stephen White | 5048a6a | 2019-07-29 17:07:44 -0400 | [diff] [blame] | 746 | "$_src/gpu/dawn/GrDawnBuffer.cpp", |
| 747 | "$_src/gpu/dawn/GrDawnBuffer.h", |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 748 | "$_src/gpu/dawn/GrDawnCaps.cpp", |
| 749 | "$_src/gpu/dawn/GrDawnCaps.h", |
| 750 | "$_src/gpu/dawn/GrDawnGpu.cpp", |
| 751 | "$_src/gpu/dawn/GrDawnGpu.h", |
Stephen White | ef2dc90 | 2019-08-26 15:19:42 -0400 | [diff] [blame] | 752 | "$_src/gpu/dawn/GrDawnOpsRenderPass.cpp", |
| 753 | "$_src/gpu/dawn/GrDawnOpsRenderPass.h", |
Stephen White | bb6bed1 | 2019-08-02 09:57:55 -0400 | [diff] [blame] | 754 | "$_src/gpu/dawn/GrDawnProgramBuilder.cpp", |
| 755 | "$_src/gpu/dawn/GrDawnProgramBuilder.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 756 | "$_src/gpu/dawn/GrDawnProgramDataManager.cpp", |
| 757 | "$_src/gpu/dawn/GrDawnProgramDataManager.h", |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 758 | "$_src/gpu/dawn/GrDawnRenderTarget.cpp", |
| 759 | "$_src/gpu/dawn/GrDawnRenderTarget.h", |
Stephen White | b7eaedc | 2019-08-21 09:48:05 -0400 | [diff] [blame] | 760 | "$_src/gpu/dawn/GrDawnRingBuffer.cpp", |
| 761 | "$_src/gpu/dawn/GrDawnRingBuffer.h", |
Stephen White | 0850dcd | 2019-08-13 15:28:47 -0400 | [diff] [blame] | 762 | "$_src/gpu/dawn/GrDawnTexture.cpp", |
| 763 | "$_src/gpu/dawn/GrDawnTexture.h", |
Stephen White | 9d42192 | 2019-08-14 15:07:42 -0400 | [diff] [blame] | 764 | "$_src/gpu/dawn/GrDawnTextureRenderTarget.cpp", |
| 765 | "$_src/gpu/dawn/GrDawnTextureRenderTarget.h", |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 766 | "$_src/gpu/dawn/GrDawnUtil.cpp", |
| 767 | "$_src/gpu/dawn/GrDawnUtil.h", |
| 768 | ] |
| 769 | |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 770 | skia_metal_sources = [ |
Jim Van Verth | 351c9b5 | 2020-11-12 15:21:11 -0500 | [diff] [blame] | 771 | "$_include/gpu/mtl/GrMtlBackendContext.h", |
Greg Daniel | eee5183 | 2017-07-28 11:31:19 -0400 | [diff] [blame] | 772 | "$_include/gpu/mtl/GrMtlTypes.h", |
Greg Daniel | c0d6915 | 2020-10-08 14:59:00 -0400 | [diff] [blame] | 773 | "$_src/gpu/mtl/GrMtlAttachment.h", |
| 774 | "$_src/gpu/mtl/GrMtlAttachment.mm", |
Timothy Liang | 49528b6 | 2018-08-02 14:18:37 -0400 | [diff] [blame] | 775 | "$_src/gpu/mtl/GrMtlBuffer.h", |
| 776 | "$_src/gpu/mtl/GrMtlBuffer.mm", |
Greg Daniel | cebcb84 | 2017-07-31 10:45:52 -0400 | [diff] [blame] | 777 | "$_src/gpu/mtl/GrMtlCaps.h", |
| 778 | "$_src/gpu/mtl/GrMtlCaps.mm", |
Jim Van Verth | 75c3ae4 | 2019-04-22 17:07:53 -0400 | [diff] [blame] | 779 | "$_src/gpu/mtl/GrMtlCommandBuffer.h", |
| 780 | "$_src/gpu/mtl/GrMtlCommandBuffer.mm", |
Brian Salomon | f391d0f | 2018-12-14 09:18:50 -0500 | [diff] [blame] | 781 | "$_src/gpu/mtl/GrMtlCppUtil.h", |
Jim Van Verth | 75c5326 | 2019-04-26 12:23:51 -0400 | [diff] [blame] | 782 | "$_src/gpu/mtl/GrMtlDepthStencil.h", |
| 783 | "$_src/gpu/mtl/GrMtlDepthStencil.mm", |
Jim Van Verth | 960a4f8 | 2021-07-20 11:33:58 -0400 | [diff] [blame] | 784 | "$_src/gpu/mtl/GrMtlFramebuffer.h", |
| 785 | "$_src/gpu/mtl/GrMtlFramebuffer.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 786 | "$_src/gpu/mtl/GrMtlGpu.h", |
| 787 | "$_src/gpu/mtl/GrMtlGpu.mm", |
Greg Daniel | 2d41d0d | 2019-08-26 11:08:51 -0400 | [diff] [blame] | 788 | "$_src/gpu/mtl/GrMtlOpsRenderPass.h", |
| 789 | "$_src/gpu/mtl/GrMtlOpsRenderPass.mm", |
Jim Van Verth | 6a54042 | 2021-07-21 14:55:24 -0400 | [diff] [blame] | 790 | "$_src/gpu/mtl/GrMtlPipeline.h", |
Timothy Liang | 7ac582e | 2018-08-06 09:47:23 -0400 | [diff] [blame] | 791 | "$_src/gpu/mtl/GrMtlPipelineState.h", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 792 | "$_src/gpu/mtl/GrMtlPipelineState.mm", |
Timothy Liang | 7ac582e | 2018-08-06 09:47:23 -0400 | [diff] [blame] | 793 | "$_src/gpu/mtl/GrMtlPipelineStateBuilder.h", |
| 794 | "$_src/gpu/mtl/GrMtlPipelineStateBuilder.mm", |
Timothy Liang | 44636e9 | 2018-08-08 10:50:21 -0400 | [diff] [blame] | 795 | "$_src/gpu/mtl/GrMtlPipelineStateDataManager.h", |
| 796 | "$_src/gpu/mtl/GrMtlPipelineStateDataManager.mm", |
Jim Van Verth | 5856683 | 2021-06-14 17:12:19 -0400 | [diff] [blame] | 797 | "$_src/gpu/mtl/GrMtlRenderCommandEncoder.h", |
Greg Daniel | 51fd6d8 | 2017-08-18 09:34:40 -0400 | [diff] [blame] | 798 | "$_src/gpu/mtl/GrMtlRenderTarget.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 799 | "$_src/gpu/mtl/GrMtlRenderTarget.mm", |
| 800 | "$_src/gpu/mtl/GrMtlResourceProvider.h", |
| 801 | "$_src/gpu/mtl/GrMtlResourceProvider.mm", |
Timothy Liang | 2eb8e02 | 2018-08-09 12:55:28 -0400 | [diff] [blame] | 802 | "$_src/gpu/mtl/GrMtlSampler.h", |
| 803 | "$_src/gpu/mtl/GrMtlSampler.mm", |
Jim Van Verth | 066ceb1 | 2019-08-28 14:35:55 -0400 | [diff] [blame] | 804 | "$_src/gpu/mtl/GrMtlSemaphore.h", |
| 805 | "$_src/gpu/mtl/GrMtlSemaphore.mm", |
Greg Daniel | 4a081e2 | 2017-08-04 09:34:44 -0400 | [diff] [blame] | 806 | "$_src/gpu/mtl/GrMtlTexture.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 807 | "$_src/gpu/mtl/GrMtlTexture.mm", |
Timothy Liang | 2df9b45 | 2018-06-27 14:58:12 -0400 | [diff] [blame] | 808 | "$_src/gpu/mtl/GrMtlTextureRenderTarget.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 809 | "$_src/gpu/mtl/GrMtlTextureRenderTarget.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 810 | "$_src/gpu/mtl/GrMtlTrampoline.h", |
| 811 | "$_src/gpu/mtl/GrMtlTrampoline.mm", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 812 | "$_src/gpu/mtl/GrMtlUniformHandler.h", |
| 813 | "$_src/gpu/mtl/GrMtlUniformHandler.mm", |
Greg Daniel | 0576a45 | 2017-07-31 16:32:36 -0400 | [diff] [blame] | 814 | "$_src/gpu/mtl/GrMtlUtil.h", |
| 815 | "$_src/gpu/mtl/GrMtlUtil.mm", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 816 | "$_src/gpu/mtl/GrMtlVaryingHandler.h", |
| 817 | "$_src/gpu/mtl/GrMtlVaryingHandler.mm", |
Jim Van Verth | b2f5553 | 2019-09-19 13:03:09 -0400 | [diff] [blame] | 818 | "$_src/image/SkSurface_GpuMtl.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 819 | ] |
| 820 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 821 | skia_native_gpu_sources = [ |
Brian Salomon | be6de9b | 2021-02-18 16:23:41 -0500 | [diff] [blame] | 822 | "$_include/gpu/gl/egl/GrGLMakeEGLInterface.h", |
| 823 | "$_include/gpu/gl/glx/GrGLMakeGLXInterface.h", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 824 | "$_src/gpu/gl/android/GrGLMakeNativeInterface_android.cpp", |
Brian Salomon | be6de9b | 2021-02-18 16:23:41 -0500 | [diff] [blame] | 825 | "$_src/gpu/gl/egl/GrGLMakeEGLInterface.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 826 | "$_src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp", |
Brian Salomon | be6de9b | 2021-02-18 16:23:41 -0500 | [diff] [blame] | 827 | "$_src/gpu/gl/glx/GrGLMakeGLXInterface.cpp", |
Chris Dalton | 0aece58 | 2020-04-02 16:26:41 -0600 | [diff] [blame] | 828 | "$_src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp", |
| 829 | "$_src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp", |
Brian Salomon | 3d6801e | 2017-12-11 10:06:31 -0500 | [diff] [blame] | 830 | "$_src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp", |
| 831 | "$_src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 832 | ] |