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

Side by Side Diff: gyp/gpu.gypi

Issue 1870893002: Implement texel buffers (Closed) Base URL: https://skia.googlesource.com/skia.git@upload_texelfetch
Patch Set: GrBuffer(Access) into include/gpu Created 4 years, 8 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/GrBuffer.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
11 # 11 #
12 { 12 {
13 'variables': { 13 'variables': {
14 'skgpu_sources': [ 14 'skgpu_sources': [
15 '<(skia_include_path)/gpu/GrBlend.h', 15 '<(skia_include_path)/gpu/GrBlend.h',
16 '<(skia_include_path)/gpu/GrBuffer.h',
17 '<(skia_include_path)/gpu/GrBufferAccess.h',
16 '<(skia_include_path)/gpu/GrCaps.h', 18 '<(skia_include_path)/gpu/GrCaps.h',
17 '<(skia_include_path)/gpu/GrClip.h', 19 '<(skia_include_path)/gpu/GrClip.h',
18 '<(skia_include_path)/gpu/GrColor.h', 20 '<(skia_include_path)/gpu/GrColor.h',
19 '<(skia_include_path)/gpu/GrConfig.h', 21 '<(skia_include_path)/gpu/GrConfig.h',
20 '<(skia_include_path)/gpu/GrContextOptions.h', 22 '<(skia_include_path)/gpu/GrContextOptions.h',
21 '<(skia_include_path)/gpu/GrContext.h', 23 '<(skia_include_path)/gpu/GrContext.h',
22 '<(skia_include_path)/gpu/GrCoordTransform.h', 24 '<(skia_include_path)/gpu/GrCoordTransform.h',
23 '<(skia_include_path)/gpu/GrDrawContext.h', 25 '<(skia_include_path)/gpu/GrDrawContext.h',
24 '<(skia_include_path)/gpu/GrFragmentProcessor.h', 26 '<(skia_include_path)/gpu/GrFragmentProcessor.h',
25 '<(skia_include_path)/gpu/GrGpuResource.h', 27 '<(skia_include_path)/gpu/GrGpuResource.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<(skia_src_path)/gpu/GrAllocator.h', 67 '<(skia_src_path)/gpu/GrAllocator.h',
66 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 68 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
67 '<(skia_src_path)/gpu/GrBatchAtlas.h', 69 '<(skia_src_path)/gpu/GrBatchAtlas.h',
68 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 70 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
69 '<(skia_src_path)/gpu/GrBatchFlushState.h', 71 '<(skia_src_path)/gpu/GrBatchFlushState.h',
70 '<(skia_src_path)/gpu/GrBatchTest.cpp', 72 '<(skia_src_path)/gpu/GrBatchTest.cpp',
71 '<(skia_src_path)/gpu/GrBatchTest.h', 73 '<(skia_src_path)/gpu/GrBatchTest.h',
72 '<(skia_src_path)/gpu/GrBlend.cpp', 74 '<(skia_src_path)/gpu/GrBlend.cpp',
73 '<(skia_src_path)/gpu/GrBlurUtils.cpp', 75 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
74 '<(skia_src_path)/gpu/GrBlurUtils.h', 76 '<(skia_src_path)/gpu/GrBlurUtils.h',
75 '<(skia_src_path)/gpu/GrBuffer.h',
76 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 77 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
77 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 78 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
78 '<(skia_src_path)/gpu/GrCaps.cpp', 79 '<(skia_src_path)/gpu/GrCaps.cpp',
79 '<(skia_src_path)/gpu/GrClip.cpp', 80 '<(skia_src_path)/gpu/GrClip.cpp',
80 '<(skia_src_path)/gpu/GrClipMaskManager.h', 81 '<(skia_src_path)/gpu/GrClipMaskManager.h',
81 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 82 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
82 '<(skia_src_path)/gpu/GrContext.cpp', 83 '<(skia_src_path)/gpu/GrContext.cpp',
83 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 84 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
84 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 85 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
85 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 86 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 497 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
497 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 498 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
498 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 499 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
499 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 500 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
500 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 501 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
501 ], 502 ],
502 'skgpu_null_gl_sources': [ 503 'skgpu_null_gl_sources': [
503 ], 504 ],
504 }, 505 },
505 } 506 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698