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

Side by Side Diff: gyp/gpu.gypi

Issue 2267273006: GPU implementation of drawRegion() (Closed) Base URL: https://skia.googlesource.com/skia.git@drawregion
Patch Set: SkToBool Created 4 years, 3 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 | include/core/SkCanvas.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', 251 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
252 '<(skia_src_path)/gpu/batches/GrNonAAFillRectPerspectiveBatch.cpp', 252 '<(skia_src_path)/gpu/batches/GrNonAAFillRectPerspectiveBatch.cpp',
253 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', 253 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp',
254 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', 254 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h',
255 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', 255 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp',
256 '<(skia_src_path)/gpu/batches/GrNinePatch.h', 256 '<(skia_src_path)/gpu/batches/GrNinePatch.h',
257 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', 257 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp',
258 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', 258 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h',
259 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', 259 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
260 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', 260 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
261 '<(skia_src_path)/gpu/batches/GrRegionBatch.cpp',
262 '<(skia_src_path)/gpu/batches/GrRegionBatch.h',
261 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', 263 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
262 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', 264 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
263 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h', 265 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h',
264 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp', 266 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp',
265 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h', 267 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h',
266 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', 268 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
267 '<(skia_src_path)/gpu/batches/GrVertexBatch.h', 269 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
268 270
269 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 271 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
270 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 272 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 528 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
527 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 529 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
528 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 530 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
529 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 531 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
530 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 532 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
531 ], 533 ],
532 'skgpu_null_gl_sources': [ 534 'skgpu_null_gl_sources': [
533 ], 535 ],
534 }, 536 },
535 } 537 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698