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

Side by Side Diff: gyp/gpu.gypi

Issue 2038583002: Add GpuCommandBuffer support. (Closed) Base URL: https://skia.googlesource.com/skia.git@secondaryCB
Patch Set: Created 4 years, 6 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/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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 '<(skia_src_path)/gpu/GrDrawingManager.cpp', 94 '<(skia_src_path)/gpu/GrDrawingManager.cpp',
95 '<(skia_src_path)/gpu/GrDrawingManager.h', 95 '<(skia_src_path)/gpu/GrDrawingManager.h',
96 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 96 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
97 '<(skia_src_path)/gpu/GrDrawTarget.h', 97 '<(skia_src_path)/gpu/GrDrawTarget.h',
98 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', 98 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp',
99 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 99 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
100 '<(skia_src_path)/gpu/GrGlyph.h', 100 '<(skia_src_path)/gpu/GrGlyph.h',
101 '<(skia_src_path)/gpu/GrGpu.cpp', 101 '<(skia_src_path)/gpu/GrGpu.cpp',
102 '<(skia_src_path)/gpu/GrGpu.h', 102 '<(skia_src_path)/gpu/GrGpu.h',
103 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 103 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
104 '<(skia_src_path)/gpu/GrGpuCommandBuffer.h',
104 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 105 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
105 '<(skia_src_path)/gpu/GrGpuResource.cpp', 106 '<(skia_src_path)/gpu/GrGpuResource.cpp',
106 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 107 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
107 '<(skia_src_path)/gpu/GrGpuFactory.h', 108 '<(skia_src_path)/gpu/GrGpuFactory.h',
108 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp', 109 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp',
109 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h', 110 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h',
110 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', 111 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
111 '<(skia_src_path)/gpu/GrLayerAtlas.cpp', 112 '<(skia_src_path)/gpu/GrLayerAtlas.cpp',
112 '<(skia_src_path)/gpu/GrLayerAtlas.h', 113 '<(skia_src_path)/gpu/GrLayerAtlas.h',
113 '<(skia_src_path)/gpu/GrLayerCache.cpp', 114 '<(skia_src_path)/gpu/GrLayerCache.cpp',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 332 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLContext.h', 333 '<(skia_src_path)/gpu/gl/GrGLContext.h',
333 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 334 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
334 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 335 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
335 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 336 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
336 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 337 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
337 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 338 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
338 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 339 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
339 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 340 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
340 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 341 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
342 '<(skia_src_path)/gpu/gl/GrGLGpuCommandBuffer.h',
341 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 343 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
342 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 344 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
343 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 345 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
344 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 346 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
345 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 347 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
346 '<(skia_src_path)/gpu/gl/GrGLPath.h', 348 '<(skia_src_path)/gpu/gl/GrGLPath.h',
347 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 349 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
348 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 350 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
349 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 351 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
350 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 352 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h', 452 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h',
451 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp', 453 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp',
452 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h', 454 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h',
453 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp', 455 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp',
454 '<(skia_src_path)/gpu/vk/GrVkExtensions.h', 456 '<(skia_src_path)/gpu/vk/GrVkExtensions.h',
455 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.cpp', 457 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.cpp',
456 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.h', 458 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.h',
457 '<(skia_src_path)/gpu/vk/GrVkGLSLSampler.h', 459 '<(skia_src_path)/gpu/vk/GrVkGLSLSampler.h',
458 '<(skia_src_path)/gpu/vk/GrVkGpu.cpp', 460 '<(skia_src_path)/gpu/vk/GrVkGpu.cpp',
459 '<(skia_src_path)/gpu/vk/GrVkGpu.h', 461 '<(skia_src_path)/gpu/vk/GrVkGpu.h',
462 '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.cpp',
463 '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.h',
460 '<(skia_src_path)/gpu/vk/GrVkImage.cpp', 464 '<(skia_src_path)/gpu/vk/GrVkImage.cpp',
461 '<(skia_src_path)/gpu/vk/GrVkImage.h', 465 '<(skia_src_path)/gpu/vk/GrVkImage.h',
462 '<(skia_src_path)/gpu/vk/GrVkImageView.cpp', 466 '<(skia_src_path)/gpu/vk/GrVkImageView.cpp',
463 '<(skia_src_path)/gpu/vk/GrVkImageView.h', 467 '<(skia_src_path)/gpu/vk/GrVkImageView.h',
464 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp', 468 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp',
465 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h', 469 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h',
466 '<(skia_src_path)/gpu/vk/GrVkInterface.cpp', 470 '<(skia_src_path)/gpu/vk/GrVkInterface.cpp',
467 '<(skia_src_path)/gpu/vk/GrVkMemory.cpp', 471 '<(skia_src_path)/gpu/vk/GrVkMemory.cpp',
468 '<(skia_src_path)/gpu/vk/GrVkMemory.h', 472 '<(skia_src_path)/gpu/vk/GrVkMemory.h',
469 '<(skia_src_path)/gpu/vk/GrVkPipeline.cpp', 473 '<(skia_src_path)/gpu/vk/GrVkPipeline.cpp',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 515 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
512 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 516 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
513 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 517 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
514 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 518 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
515 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 519 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
516 ], 520 ],
517 'skgpu_null_gl_sources': [ 521 'skgpu_null_gl_sources': [
518 ], 522 ],
519 }, 523 },
520 } 524 }
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