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

Side by Side Diff: gyp/gpu.gypi

Issue 1897203002: Implement instanced rendering for simple shapes (Closed) Base URL: https://skia.googlesource.com/skia.git@upload2_requireHWAA
Patch Set: comments Created 4 years, 7 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/gpu/GrDrawContext.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 '<(skia_src_path)/gpu/GrGlyph.h', 97 '<(skia_src_path)/gpu/GrGlyph.h',
98 '<(skia_src_path)/gpu/GrGpu.cpp', 98 '<(skia_src_path)/gpu/GrGpu.cpp',
99 '<(skia_src_path)/gpu/GrGpu.h', 99 '<(skia_src_path)/gpu/GrGpu.h',
100 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 100 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
101 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 101 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
102 '<(skia_src_path)/gpu/GrGpuResource.cpp', 102 '<(skia_src_path)/gpu/GrGpuResource.cpp',
103 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 103 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
104 '<(skia_src_path)/gpu/GrGpuFactory.h', 104 '<(skia_src_path)/gpu/GrGpuFactory.h',
105 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp', 105 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp',
106 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h', 106 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h',
107 '<(skia_src_path)/gpu/GrInstancedRendering.cpp',
108 '<(skia_src_path)/gpu/GrInstancedRendering.h',
109 '<(skia_src_path)/gpu/GrInstancedRenderingTypes.h',
107 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', 110 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
108 '<(skia_src_path)/gpu/GrLayerAtlas.cpp', 111 '<(skia_src_path)/gpu/GrLayerAtlas.cpp',
109 '<(skia_src_path)/gpu/GrLayerAtlas.h', 112 '<(skia_src_path)/gpu/GrLayerAtlas.h',
110 '<(skia_src_path)/gpu/GrLayerCache.cpp', 113 '<(skia_src_path)/gpu/GrLayerCache.cpp',
111 '<(skia_src_path)/gpu/GrLayerCache.h', 114 '<(skia_src_path)/gpu/GrLayerCache.h',
112 '<(skia_src_path)/gpu/GrLayerHoister.cpp', 115 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
113 '<(skia_src_path)/gpu/GrLayerHoister.h', 116 '<(skia_src_path)/gpu/GrLayerHoister.h',
114 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 117 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
115 '<(skia_src_path)/gpu/GrMemoryPool.h', 118 '<(skia_src_path)/gpu/GrMemoryPool.h',
116 '<(skia_src_path)/gpu/GrMesh.h', 119 '<(skia_src_path)/gpu/GrMesh.h',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', 269 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp',
267 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', 270 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h',
268 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', 271 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
269 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', 272 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
270 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', 273 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp',
271 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h', 274 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h',
272 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp', 275 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp',
273 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h', 276 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h',
274 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', 277 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
275 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', 278 '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
279 '<(skia_src_path)/gpu/effects/GrInstanceProcessor.cpp',
280 '<(skia_src_path)/gpu/effects/GrInstanceProcessor.h',
276 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', 281 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
277 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', 282 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
278 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', 283 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
279 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', 284 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
280 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', 285 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
281 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 286 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
282 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 287 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
283 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 288 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
284 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 289 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
285 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 290 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 326 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
322 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 327 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
323 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 328 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
324 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 329 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
325 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 330 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
326 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 331 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
327 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 332 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
328 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 333 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
329 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 334 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
330 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 335 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
336 '<(skia_src_path)/gpu/gl/GrGLInstancedRendering.cpp',
337 '<(skia_src_path)/gpu/gl/GrGLInstancedRendering.h',
331 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 338 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 339 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
333 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 340 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
334 '<(skia_src_path)/gpu/gl/GrGLPath.h', 341 '<(skia_src_path)/gpu/gl/GrGLPath.h',
335 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 342 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
336 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 343 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
337 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 344 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
338 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 345 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
339 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 346 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
340 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 347 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 506 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
500 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 507 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
501 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 508 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
502 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 509 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
503 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 510 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
504 ], 511 ],
505 'skgpu_null_gl_sources': [ 512 'skgpu_null_gl_sources': [
506 ], 513 ],
507 }, 514 },
508 } 515 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrDrawContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698