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

Side by Side Diff: gyp/gpu.gypi

Issue 2318523006: Merge GrGLSLProgramDesc into GrProgramDesc (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update comments 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 | src/gpu/GrProgramDesc.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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 '<(skia_src_path)/gpu/GrPathRendering.h', 139 '<(skia_src_path)/gpu/GrPathRendering.h',
140 '<(skia_src_path)/gpu/GrPathUtils.cpp', 140 '<(skia_src_path)/gpu/GrPathUtils.cpp',
141 '<(skia_src_path)/gpu/GrPathUtils.h', 141 '<(skia_src_path)/gpu/GrPathUtils.h',
142 '<(skia_src_path)/gpu/GrPendingProgramElement.h', 142 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
143 '<(skia_src_path)/gpu/GrPipeline.cpp', 143 '<(skia_src_path)/gpu/GrPipeline.cpp',
144 '<(skia_src_path)/gpu/GrPipeline.h', 144 '<(skia_src_path)/gpu/GrPipeline.h',
145 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', 145 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
146 '<(skia_src_path)/gpu/GrPipelineBuilder.h', 146 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
147 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', 147 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
148 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', 148 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
149 '<(skia_src_path)/gpu/GrProgramDesc.cpp',
149 '<(skia_src_path)/gpu/GrProgramDesc.h', 150 '<(skia_src_path)/gpu/GrProgramDesc.h',
150 '<(skia_src_path)/gpu/GrProgramElement.cpp', 151 '<(skia_src_path)/gpu/GrProgramElement.cpp',
151 '<(skia_src_path)/gpu/GrProcessor.cpp', 152 '<(skia_src_path)/gpu/GrProcessor.cpp',
152 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', 153 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
153 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 154 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
154 '<(skia_src_path)/gpu/GrProcOptInfo.h', 155 '<(skia_src_path)/gpu/GrProcOptInfo.h',
155 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 156 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
156 '<(skia_src_path)/gpu/GrQuad.h', 157 '<(skia_src_path)/gpu/GrQuad.h',
157 '<(skia_src_path)/gpu/GrRect.h', 158 '<(skia_src_path)/gpu/GrRect.h',
158 '<(skia_src_path)/gpu/GrRectanizer.h', 159 '<(skia_src_path)/gpu/GrRectanizer.h',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.h', 415 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.h',
415 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp', 416 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp',
416 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h', 417 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h',
417 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.cpp', 418 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.cpp',
418 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.h', 419 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.h',
419 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h', 420 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h',
420 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp', 421 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp',
421 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h', 422 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h',
422 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.cpp', 423 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.cpp',
423 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', 424 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h',
424 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDesc.cpp',
425 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDesc.h',
426 '<(skia_src_path)/gpu/glsl/GrGLSLSampler.h', 425 '<(skia_src_path)/gpu/glsl/GrGLSLSampler.h',
427 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp', 426 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp',
428 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h', 427 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h',
429 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', 428 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
430 '<(skia_src_path)/gpu/glsl/GrGLSLUniformHandler.h', 429 '<(skia_src_path)/gpu/glsl/GrGLSLUniformHandler.h',
431 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp', 430 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp',
432 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h', 431 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h',
433 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.cpp', 432 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.cpp',
434 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.h', 433 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.h',
435 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', 434 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 529 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
531 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 530 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
532 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 531 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
533 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 532 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
534 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 533 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
535 ], 534 ],
536 'skgpu_null_gl_sources': [ 535 'skgpu_null_gl_sources': [
537 ], 536 ],
538 }, 537 },
539 } 538 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrProgramDesc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698