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

Side by Side Diff: gyp/gpu.gypi

Issue 1496843003: Revert of Add transfer buffer support. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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/GrGpu.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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 '<(skia_src_path)/gpu/GrTextBlobCache.cpp', 181 '<(skia_src_path)/gpu/GrTextBlobCache.cpp',
182 '<(skia_src_path)/gpu/GrTextBlobCache.h', 182 '<(skia_src_path)/gpu/GrTextBlobCache.h',
183 '<(skia_src_path)/gpu/GrTextContext.cpp', 183 '<(skia_src_path)/gpu/GrTextContext.cpp',
184 '<(skia_src_path)/gpu/GrTextContext.h', 184 '<(skia_src_path)/gpu/GrTextContext.h',
185 '<(skia_src_path)/gpu/GrTexture.cpp', 185 '<(skia_src_path)/gpu/GrTexture.cpp',
186 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', 186 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
187 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', 187 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
188 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 188 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
189 '<(skia_src_path)/gpu/GrTexturePriv.h', 189 '<(skia_src_path)/gpu/GrTexturePriv.h',
190 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 190 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
191 '<(skia_src_path)/gpu/GrTransferBuffer.h',
192 '<(skia_src_path)/gpu/GrTRecorder.h', 191 '<(skia_src_path)/gpu/GrTRecorder.h',
193 '<(skia_src_path)/gpu/GrVertexBuffer.h', 192 '<(skia_src_path)/gpu/GrVertexBuffer.h',
194 '<(skia_src_path)/gpu/GrVertices.h', 193 '<(skia_src_path)/gpu/GrVertices.h',
195 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 194 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
196 '<(skia_src_path)/gpu/GrYUVProvider.cpp', 195 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
197 '<(skia_src_path)/gpu/GrYUVProvider.h', 196 '<(skia_src_path)/gpu/GrYUVProvider.h',
198 197
199 # Batches 198 # Batches
200 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', 199 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
201 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h', 200 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 328 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
330 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 329 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
331 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 330 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 331 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
333 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 332 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
334 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 333 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
335 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 334 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
336 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 335 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
337 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', 336 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
338 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 337 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
339 '<(skia_src_path)/gpu/gl/GrGLTransferBuffer.cpp',
340 '<(skia_src_path)/gpu/gl/GrGLTransferBuffer.h',
341 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 338 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
342 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 339 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
343 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.cpp', 340 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.cpp',
344 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.h', 341 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.h',
345 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 342 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
346 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 343 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
347 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 344 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
348 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 345 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
349 346
350 # Files for building GLSL shaders 347 # Files for building GLSL shaders
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 468 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
472 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 469 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
473 ], 470 ],
474 'skgpu_null_gl_sources': [ 471 'skgpu_null_gl_sources': [
475 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 472 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
476 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 473 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
477 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 474 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
478 ], 475 ],
479 }, 476 },
480 } 477 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrGpu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698