Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: gyp/gpu.gypi

Issue 1806983002: Update how we send draws to gpu backend to reduce state setting. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nit Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/gpu/GrBatchFlushState.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'gpu' files 5 # Include this gypi to include all 'gpu' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 '<(skia_src_path)/gpu/GrIndexBuffer.h', 105 '<(skia_src_path)/gpu/GrIndexBuffer.h',
106 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', 106 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
107 '<(skia_src_path)/gpu/GrLayerAtlas.cpp', 107 '<(skia_src_path)/gpu/GrLayerAtlas.cpp',
108 '<(skia_src_path)/gpu/GrLayerAtlas.h', 108 '<(skia_src_path)/gpu/GrLayerAtlas.h',
109 '<(skia_src_path)/gpu/GrLayerCache.cpp', 109 '<(skia_src_path)/gpu/GrLayerCache.cpp',
110 '<(skia_src_path)/gpu/GrLayerCache.h', 110 '<(skia_src_path)/gpu/GrLayerCache.h',
111 '<(skia_src_path)/gpu/GrLayerHoister.cpp', 111 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
112 '<(skia_src_path)/gpu/GrLayerHoister.h', 112 '<(skia_src_path)/gpu/GrLayerHoister.h',
113 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 113 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
114 '<(skia_src_path)/gpu/GrMemoryPool.h', 114 '<(skia_src_path)/gpu/GrMemoryPool.h',
115 '<(skia_src_path)/gpu/GrMesh.h',
115 '<(skia_src_path)/gpu/GrNonAtomicRef.h', 116 '<(skia_src_path)/gpu/GrNonAtomicRef.h',
116 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 117 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
117 '<(skia_src_path)/gpu/GrOvalRenderer.h', 118 '<(skia_src_path)/gpu/GrOvalRenderer.h',
118 '<(skia_src_path)/gpu/GrPaint.cpp', 119 '<(skia_src_path)/gpu/GrPaint.cpp',
119 '<(skia_src_path)/gpu/GrPath.cpp', 120 '<(skia_src_path)/gpu/GrPath.cpp',
120 '<(skia_src_path)/gpu/GrPath.h', 121 '<(skia_src_path)/gpu/GrPath.h',
121 '<(skia_src_path)/gpu/GrPathProcessor.cpp', 122 '<(skia_src_path)/gpu/GrPathProcessor.cpp',
122 '<(skia_src_path)/gpu/GrPathProcessor.h', 123 '<(skia_src_path)/gpu/GrPathProcessor.h',
123 '<(skia_src_path)/gpu/GrPathRange.cpp', 124 '<(skia_src_path)/gpu/GrPathRange.cpp',
124 '<(skia_src_path)/gpu/GrPathRange.h', 125 '<(skia_src_path)/gpu/GrPathRange.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', 185 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
185 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', 186 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
186 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 187 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
187 '<(skia_src_path)/gpu/GrTexturePriv.h', 188 '<(skia_src_path)/gpu/GrTexturePriv.h',
188 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp', 189 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp',
189 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h', 190 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h',
190 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 191 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
191 '<(skia_src_path)/gpu/GrTransferBuffer.h', 192 '<(skia_src_path)/gpu/GrTransferBuffer.h',
192 '<(skia_src_path)/gpu/GrTRecorder.h', 193 '<(skia_src_path)/gpu/GrTRecorder.h',
193 '<(skia_src_path)/gpu/GrVertexBuffer.h', 194 '<(skia_src_path)/gpu/GrVertexBuffer.h',
194 '<(skia_src_path)/gpu/GrVertices.h',
195 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 195 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
196 '<(skia_src_path)/gpu/GrYUVProvider.cpp', 196 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
197 '<(skia_src_path)/gpu/GrYUVProvider.h', 197 '<(skia_src_path)/gpu/GrYUVProvider.h',
198 198
199 # Batches 199 # Batches
200 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', 200 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
201 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h', 201 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
202 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp', 202 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp',
203 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h', 203 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h',
204 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp', 204 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 555 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
556 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 556 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
557 ], 557 ],
558 'skgpu_null_gl_sources': [ 558 'skgpu_null_gl_sources': [
559 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 559 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
560 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 560 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
561 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 561 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
562 ], 562 ],
563 }, 563 },
564 } 564 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrBatchFlushState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698