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

Side by Side Diff: gyp/gpu.gypi

Issue 24853002: Make GPU coord transforms automatic (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Include this gypi to include all 'gpu' files 1 # Include this gypi to include all 'gpu' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'variables': { 9 'variables': {
10 'skgpu_sources': [ 10 'skgpu_sources': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '<(skia_src_path)/gpu/GrAtlas.cpp', 52 '<(skia_src_path)/gpu/GrAtlas.cpp',
53 '<(skia_src_path)/gpu/GrAtlas.h', 53 '<(skia_src_path)/gpu/GrAtlas.h',
54 '<(skia_src_path)/gpu/GrBinHashKey.h', 54 '<(skia_src_path)/gpu/GrBinHashKey.h',
55 '<(skia_src_path)/gpu/GrBlend.cpp', 55 '<(skia_src_path)/gpu/GrBlend.cpp',
56 '<(skia_src_path)/gpu/GrBlend.h', 56 '<(skia_src_path)/gpu/GrBlend.h',
57 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 57 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
58 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 58 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
59 '<(skia_src_path)/gpu/GrCacheID.cpp', 59 '<(skia_src_path)/gpu/GrCacheID.cpp',
60 '<(skia_src_path)/gpu/GrClipData.cpp', 60 '<(skia_src_path)/gpu/GrClipData.cpp',
61 '<(skia_src_path)/gpu/GrContext.cpp', 61 '<(skia_src_path)/gpu/GrContext.cpp',
62 '<(skia_src_path)/gpu/GrCoordTransform.h',
62 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 63 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
63 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
64 '<(skia_src_path)/gpu/GrDrawState.cpp', 65 '<(skia_src_path)/gpu/GrDrawState.cpp',
65 '<(skia_src_path)/gpu/GrDrawState.h', 66 '<(skia_src_path)/gpu/GrDrawState.h',
66 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 67 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
67 '<(skia_src_path)/gpu/GrDrawTarget.h', 68 '<(skia_src_path)/gpu/GrDrawTarget.h',
68 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', 69 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
69 '<(skia_src_path)/gpu/GrEffect.cpp', 70 '<(skia_src_path)/gpu/GrEffect.cpp',
70 '<(skia_src_path)/gpu/GrGeometryBuffer.cpp', 71 '<(skia_src_path)/gpu/GrGeometryBuffer.cpp',
71 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 72 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h', 145 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h',
145 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 146 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
146 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 147 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
147 148
148 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 149 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
149 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 150 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
150 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 151 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
151 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 152 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
152 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 153 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
153 '<(skia_src_path)/gpu/gl/GrGLContext.h', 154 '<(skia_src_path)/gpu/gl/GrGLContext.h',
155 '<(skia_src_path)/gpu/gl/GrGLCoordTransform.cpp',
156 '<(skia_src_path)/gpu/gl/GrGLCoordTransform.h',
154 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 157 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
155 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 158 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
156 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 159 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
157 '<(skia_src_path)/gpu/gl/GrGLEffect.cpp', 160 '<(skia_src_path)/gpu/gl/GrGLEffect.cpp',
158 '<(skia_src_path)/gpu/gl/GrGLEffect.h', 161 '<(skia_src_path)/gpu/gl/GrGLEffect.h',
159 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 162 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
160 '<(skia_src_path)/gpu/gl/GrGLEffectMatrix.cpp',
161 '<(skia_src_path)/gpu/gl/GrGLEffectMatrix.h',
162 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 163 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
163 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 164 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
164 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 165 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
165 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 166 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
166 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 167 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
167 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 168 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
168 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 169 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
169 '<(skia_src_path)/gpu/gl/GrGLPath.h', 170 '<(skia_src_path)/gpu/gl/GrGLPath.h',
170 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 171 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
171 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 172 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
280 ], 281 ],
281 }, 282 },
282 } 283 }
283 284
284 # Local Variables: 285 # Local Variables:
285 # tab-width:2 286 # tab-width:2
286 # indent-tabs-mode:nil 287 # indent-tabs-mode:nil
287 # End: 288 # End:
288 # vim: set expandtab tabstop=2 shiftwidth=2: 289 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrBackendEffectFactory.h » ('j') | include/gpu/GrBackendEffectFactory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698