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

Side by Side Diff: gyp/gpu.gypi

Issue 1434313002: Make all GrFragmentProcessors GL independent. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « gm/dcshader.cpp ('k') | include/gpu/GrFragmentProcessor.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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 281 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
282 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 282 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
283 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 283 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
284 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 284 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
285 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', 285 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
286 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp', 286 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
287 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h', 287 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
288 288
289 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', 289 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
290 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 290 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
291 '<(skia_src_path)/gpu/gl/GrGLSLBlend.cpp',
292 '<(skia_src_path)/gpu/gl/GrGLSLBlend.h',
293 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 291 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
294 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 292 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
295 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 293 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
296 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 294 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
297 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 295 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
298 '<(skia_src_path)/gpu/gl/GrGLContext.h', 296 '<(skia_src_path)/gpu/gl/GrGLContext.h',
299 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 297 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
300 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 298 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
301 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 299 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
302 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp', 300 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
303 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h', 301 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
304 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 302 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
305 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 303 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
306 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 304 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
307 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 305 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
308 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 306 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
309 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 307 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
310 '<(skia_src_path)/gpu/gl/GrGLFragmentProcessor.cpp',
311 '<(skia_src_path)/gpu/gl/GrGLFragmentProcessor.h',
312 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 308 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
313 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 309 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
314 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 310 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
315 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 311 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
316 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 312 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
317 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 313 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
318 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 314 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
319 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 315 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
320 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 316 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
321 '<(skia_src_path)/gpu/gl/GrGLPath.h', 317 '<(skia_src_path)/gpu/gl/GrGLPath.h',
(...skipping 30 matching lines...) Expand all
352 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 348 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
353 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 349 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
354 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 350 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
355 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 351 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
356 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', 352 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
357 353
358 # GLSL 354 # GLSL
359 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', 355 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
360 '<(skia_src_path)/gpu/glsl/GrGLSL.h', 356 '<(skia_src_path)/gpu/glsl/GrGLSL.h',
361 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', 357 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
358 '<(skia_src_path)/gpu/glsl/GrGLSLBlend.cpp',
359 '<(skia_src_path)/gpu/glsl/GrGLSLBlend.h',
362 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', 360 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
363 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', 361 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
362 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.cpp',
363 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.h',
364 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp', 364 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp',
365 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.h', 365 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.h',
366 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp', 366 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp',
367 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h', 367 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h',
368 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h', 368 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h',
369 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp', 369 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp',
370 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h', 370 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h',
371 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', 371 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h',
372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp', 372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp',
373 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h', 373 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h',
374 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', 374 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
375 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h', 375 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h',
376 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp',
377 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h',
376 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', 378 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp',
377 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h', 379 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h',
378 380
379 # Sk files 381 # Sk files
380 '<(skia_include_path)/gpu/SkGr.h', 382 '<(skia_include_path)/gpu/SkGr.h',
381 '<(skia_include_path)/gpu/SkGrPixelRef.h', 383 '<(skia_include_path)/gpu/SkGrPixelRef.h',
382 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 384 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
383 385
384 '<(skia_include_path)/gpu/gl/SkGLContext.h', 386 '<(skia_include_path)/gpu/gl/SkGLContext.h',
385 387
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 460 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
459 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 461 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
460 ], 462 ],
461 'skgpu_null_gl_sources': [ 463 'skgpu_null_gl_sources': [
462 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 464 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
463 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 465 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
464 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 466 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
465 ], 467 ],
466 }, 468 },
467 } 469 }
OLDNEW
« no previous file with comments | « gm/dcshader.cpp ('k') | include/gpu/GrFragmentProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698