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

Side by Side Diff: gyp/gpu.gypi

Issue 1441683008: Move GrGLPrimitive/GeometryProc to GLSL (Closed) Base URL: https://skia.googlesource.com/skia.git@xferProcs
Patch Set: nits Created 5 years, 1 month 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/GrDefaultGeoProcFactory.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 290 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
291 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 291 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
292 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 292 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
293 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 293 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
294 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 294 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
295 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 295 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
296 '<(skia_src_path)/gpu/gl/GrGLContext.h', 296 '<(skia_src_path)/gpu/gl/GrGLContext.h',
297 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 297 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
298 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 298 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
299 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 299 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
300 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
301 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
302 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 300 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
303 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 301 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
304 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 302 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
305 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 303 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
306 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 304 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
307 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 305 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
308 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 306 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
309 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 307 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
310 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 308 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
311 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 309 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
312 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 310 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
313 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 311 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
314 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 312 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
315 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 313 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
316 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 314 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
317 '<(skia_src_path)/gpu/gl/GrGLPath.h', 315 '<(skia_src_path)/gpu/gl/GrGLPath.h',
318 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 316 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
319 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 317 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
320 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 318 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
321 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 319 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
322 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp',
323 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h',
324 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 320 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
325 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 321 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
326 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 322 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
327 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 323 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
328 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 324 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
329 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 325 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
330 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 326 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
331 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 327 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
332 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 328 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
333 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 329 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
(...skipping 20 matching lines...) Expand all
354 '<(skia_src_path)/gpu/glsl/GrGLSL.h', 350 '<(skia_src_path)/gpu/glsl/GrGLSL.h',
355 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', 351 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
356 '<(skia_src_path)/gpu/glsl/GrGLSLBlend.cpp', 352 '<(skia_src_path)/gpu/glsl/GrGLSLBlend.cpp',
357 '<(skia_src_path)/gpu/glsl/GrGLSLBlend.h', 353 '<(skia_src_path)/gpu/glsl/GrGLSLBlend.h',
358 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', 354 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
359 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', 355 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
360 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.cpp', 356 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.cpp',
361 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.h', 357 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.h',
362 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp', 358 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp',
363 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.h', 359 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.h',
360 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.cpp',
361 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.h',
364 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp', 362 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp',
365 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h', 363 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h',
364 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.cpp',
365 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.h',
366 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h', 366 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h',
367 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp', 367 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp',
368 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h', 368 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h',
369 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', 369 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h',
370 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp', 370 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp',
371 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h', 371 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h',
372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', 372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
373 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h', 373 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h',
374 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp', 374 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp',
375 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h', 375 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 460 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
461 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 461 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
462 ], 462 ],
463 'skgpu_null_gl_sources': [ 463 'skgpu_null_gl_sources': [
464 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 464 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
465 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 465 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
466 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 466 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
467 ], 467 ],
468 }, 468 },
469 } 469 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrDefaultGeoProcFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698