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

Side by Side Diff: gyp/gpu.gypi

Issue 2184413002: Merge ProgramDesc's for GL and Vulkan (Closed) Base URL: https://skia.googlesource.com/skia.git@minorPerf
Patch Set: typo Created 4 years, 4 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 | src/gpu/gl/GrGLGpuProgramCache.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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 351 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
352 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 352 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
353 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 353 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
354 '<(skia_src_path)/gpu/gl/GrGLPath.h', 354 '<(skia_src_path)/gpu/gl/GrGLPath.h',
355 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 355 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
356 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 356 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
357 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 357 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
358 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 358 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
359 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 359 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
360 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 360 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
361 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
362 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
363 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 361 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
364 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 362 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
365 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 363 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
366 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 364 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
367 '<(skia_src_path)/gpu/gl/GrGLSampler.h', 365 '<(skia_src_path)/gpu/gl/GrGLSampler.h',
368 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 366 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
369 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 367 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
370 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp', 368 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp',
371 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h', 369 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h',
372 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 370 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.h', 404 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.h',
407 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp', 405 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp',
408 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h', 406 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h',
409 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.cpp', 407 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.cpp',
410 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.h', 408 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.h',
411 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h', 409 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h',
412 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp', 410 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp',
413 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h', 411 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h',
414 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.cpp', 412 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.cpp',
415 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', 413 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h',
414 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDesc.cpp',
415 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDesc.h',
416 '<(skia_src_path)/gpu/glsl/GrGLSLSampler.h', 416 '<(skia_src_path)/gpu/glsl/GrGLSLSampler.h',
417 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp', 417 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp',
418 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h', 418 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h',
419 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', 419 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
420 '<(skia_src_path)/gpu/glsl/GrGLSLUniformHandler.h', 420 '<(skia_src_path)/gpu/glsl/GrGLSLUniformHandler.h',
421 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp', 421 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp',
422 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h', 422 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h',
423 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.cpp', 423 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.cpp',
424 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.h', 424 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.h',
425 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', 425 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 '<(skia_src_path)/gpu/vk/GrVkMemory.h', 479 '<(skia_src_path)/gpu/vk/GrVkMemory.h',
480 '<(skia_src_path)/gpu/vk/GrVkPipeline.cpp', 480 '<(skia_src_path)/gpu/vk/GrVkPipeline.cpp',
481 '<(skia_src_path)/gpu/vk/GrVkPipeline.h', 481 '<(skia_src_path)/gpu/vk/GrVkPipeline.h',
482 '<(skia_src_path)/gpu/vk/GrVkPipelineState.cpp', 482 '<(skia_src_path)/gpu/vk/GrVkPipelineState.cpp',
483 '<(skia_src_path)/gpu/vk/GrVkPipelineState.h', 483 '<(skia_src_path)/gpu/vk/GrVkPipelineState.h',
484 '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.cpp', 484 '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.cpp',
485 '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.h', 485 '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.h',
486 '<(skia_src_path)/gpu/vk/GrVkPipelineStateCache.cpp', 486 '<(skia_src_path)/gpu/vk/GrVkPipelineStateCache.cpp',
487 '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.cpp', 487 '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.cpp',
488 '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.h', 488 '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.h',
489 '<(skia_src_path)/gpu/vk/GrVkProgramDesc.cpp',
490 '<(skia_src_path)/gpu/vk/GrVkProgramDesc.h',
491 '<(skia_src_path)/gpu/vk/GrVkRenderPass.cpp', 489 '<(skia_src_path)/gpu/vk/GrVkRenderPass.cpp',
492 '<(skia_src_path)/gpu/vk/GrVkRenderPass.h', 490 '<(skia_src_path)/gpu/vk/GrVkRenderPass.h',
493 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.cpp', 491 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.cpp',
494 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.h', 492 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.h',
495 '<(skia_src_path)/gpu/vk/GrVkResource.h', 493 '<(skia_src_path)/gpu/vk/GrVkResource.h',
496 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.cpp', 494 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.cpp',
497 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.h', 495 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.h',
498 '<(skia_src_path)/gpu/vk/GrVkSampler.cpp', 496 '<(skia_src_path)/gpu/vk/GrVkSampler.cpp',
499 '<(skia_src_path)/gpu/vk/GrVkSampler.h', 497 '<(skia_src_path)/gpu/vk/GrVkSampler.h',
500 '<(skia_src_path)/gpu/vk/GrVkStencilAttachment.cpp', 498 '<(skia_src_path)/gpu/vk/GrVkStencilAttachment.cpp',
(...skipping 21 matching lines...) Expand all
522 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 520 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
523 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 521 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
524 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 522 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
525 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 523 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
526 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 524 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
527 ], 525 ],
528 'skgpu_null_gl_sources': [ 526 'skgpu_null_gl_sources': [
529 ], 527 ],
530 }, 528 },
531 } 529 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/gl/GrGLGpuProgramCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698