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

Side by Side Diff: gyp/gpu.gypi

Issue 1424313010: Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws (Closed) Base URL: https://skia.googlesource.com/skia.git@const
Patch Set: update Created 5 years, 1 month 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/GrBlurUtils.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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 93 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
94 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 94 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
95 '<(skia_src_path)/gpu/GrGlyph.h', 95 '<(skia_src_path)/gpu/GrGlyph.h',
96 '<(skia_src_path)/gpu/GrGpu.cpp', 96 '<(skia_src_path)/gpu/GrGpu.cpp',
97 '<(skia_src_path)/gpu/GrGpu.h', 97 '<(skia_src_path)/gpu/GrGpu.h',
98 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 98 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
99 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 99 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
100 '<(skia_src_path)/gpu/GrGpuResource.cpp', 100 '<(skia_src_path)/gpu/GrGpuResource.cpp',
101 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 101 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
102 '<(skia_src_path)/gpu/GrGpuFactory.h', 102 '<(skia_src_path)/gpu/GrGpuFactory.h',
103 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp',
104 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h',
103 '<(skia_src_path)/gpu/GrIndexBuffer.h', 105 '<(skia_src_path)/gpu/GrIndexBuffer.h',
104 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', 106 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
105 '<(skia_src_path)/gpu/GrLayerAtlas.cpp', 107 '<(skia_src_path)/gpu/GrLayerAtlas.cpp',
106 '<(skia_src_path)/gpu/GrLayerAtlas.h', 108 '<(skia_src_path)/gpu/GrLayerAtlas.h',
107 '<(skia_src_path)/gpu/GrLayerCache.cpp', 109 '<(skia_src_path)/gpu/GrLayerCache.cpp',
108 '<(skia_src_path)/gpu/GrLayerCache.h', 110 '<(skia_src_path)/gpu/GrLayerCache.h',
109 '<(skia_src_path)/gpu/GrLayerHoister.cpp', 111 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
110 '<(skia_src_path)/gpu/GrLayerHoister.h', 112 '<(skia_src_path)/gpu/GrLayerHoister.h',
111 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 113 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
112 '<(skia_src_path)/gpu/GrMemoryPool.h', 114 '<(skia_src_path)/gpu/GrMemoryPool.h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 376
375 # Sk files 377 # Sk files
376 '<(skia_include_path)/gpu/SkGr.h', 378 '<(skia_include_path)/gpu/SkGr.h',
377 '<(skia_include_path)/gpu/SkGrPixelRef.h', 379 '<(skia_include_path)/gpu/SkGrPixelRef.h',
378 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 380 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
379 381
380 '<(skia_include_path)/gpu/gl/SkGLContext.h', 382 '<(skia_include_path)/gpu/gl/SkGLContext.h',
381 383
382 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 384 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
383 '<(skia_src_path)/gpu/SkGpuDevice.h', 385 '<(skia_src_path)/gpu/SkGpuDevice.h',
386 '<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp',
384 '<(skia_src_path)/gpu/SkGr.cpp', 387 '<(skia_src_path)/gpu/SkGr.cpp',
385 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', 388 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
386 '<(skia_src_path)/gpu/SkGrPriv.h', 389 '<(skia_src_path)/gpu/SkGrPriv.h',
387 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', 390 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
388 391
389 '<(skia_src_path)/image/SkImage_Gpu.h', 392 '<(skia_src_path)/image/SkImage_Gpu.h',
390 '<(skia_src_path)/image/SkImage_Gpu.cpp', 393 '<(skia_src_path)/image/SkImage_Gpu.cpp',
391 '<(skia_src_path)/image/SkSurface_Gpu.h', 394 '<(skia_src_path)/image/SkSurface_Gpu.h',
392 '<(skia_src_path)/image/SkSurface_Gpu.cpp', 395 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
393 396
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 456 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
454 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 457 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
455 ], 458 ],
456 'skgpu_null_gl_sources': [ 459 'skgpu_null_gl_sources': [
457 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 460 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
458 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 461 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
459 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 462 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
460 ], 463 ],
461 }, 464 },
462 } 465 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrBlurUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698