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

Side by Side Diff: gyp/gpu.gypi

Issue 1495693003: Index8 GPU and CPU raster support. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: revert SkImageGenerator&SkImageCacherator changes. 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/core/SkBitmapDevice.cpp » ('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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 278 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
279 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 279 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
280 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 280 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
281 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 281 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
282 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 282 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
283 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 283 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
284 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 284 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
285 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', 285 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
286 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp', 286 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
287 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h', 287 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
288 '<(skia_src_path)/gpu/effects/GrIndex8toRGBEffect.cpp',
289 '<(skia_src_path)/gpu/effects/GrIndex8toRGBEffect.h',
288 290
289 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', 291 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
290 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 292 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
291 '<(skia_src_path)/gpu/gl/GrGLSLBlend.cpp', 293 '<(skia_src_path)/gpu/gl/GrGLSLBlend.cpp',
292 '<(skia_src_path)/gpu/gl/GrGLSLBlend.h', 294 '<(skia_src_path)/gpu/gl/GrGLSLBlend.h',
293 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 295 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
294 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 296 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
295 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 297 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
296 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 298 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
297 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 299 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 460 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
459 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 461 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
460 ], 462 ],
461 'skgpu_null_gl_sources': [ 463 'skgpu_null_gl_sources': [
462 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 464 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
463 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 465 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
464 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 466 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
465 ], 467 ],
466 }, 468 },
467 } 469 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkBitmapDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698