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

Side by Side Diff: gyp/gpu.gypi

Issue 2114663003: Remove GrTInstanceBatch (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Remove GrTInstanceBatch Created 4 years, 5 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
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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 '<(skia_src_path)/gpu/batches/GrNinePatch.h', 252 '<(skia_src_path)/gpu/batches/GrNinePatch.h',
253 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', 253 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp',
254 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', 254 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h',
255 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', 255 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
256 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', 256 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
257 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', 257 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
258 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', 258 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
259 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h', 259 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h',
260 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp', 260 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp',
261 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h', 261 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h',
262 '<(skia_src_path)/gpu/batches/GrTInstanceBatch.h',
263 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', 262 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
264 '<(skia_src_path)/gpu/batches/GrVertexBatch.h', 263 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
265 264
266 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 265 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
267 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 266 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
268 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 267 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
269 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', 268 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
270 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', 269 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
271 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', 270 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
272 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 271 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 515 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
517 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 516 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
518 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 517 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
519 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 518 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
520 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 519 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
521 ], 520 ],
522 'skgpu_null_gl_sources': [ 521 'skgpu_null_gl_sources': [
523 ], 522 ],
524 }, 523 },
525 } 524 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/batches/GrAAFillRectBatch.cpp » ('j') | src/gpu/batches/GrAAFillRectBatch.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698