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

Side by Side Diff: gyp/gpu.gypi

Issue 2251573002: Implement difference clip rects with window rectangles (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: return type Created 4 years, 4 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/GrClip.h » ('j') | src/gpu/GrCaps.cpp » ('J')
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '<(skia_include_path)/gpu/gl/GrGLTypes.h', 60 '<(skia_include_path)/gpu/gl/GrGLTypes.h',
61 61
62 # Private includes 62 # Private includes
63 '<(skia_include_path)/private/GrAuditTrail.h', 63 '<(skia_include_path)/private/GrAuditTrail.h',
64 '<(skia_include_path)/private/GrInstancedPipelineInfo.h', 64 '<(skia_include_path)/private/GrInstancedPipelineInfo.h',
65 '<(skia_include_path)/private/GrSingleOwner.h', 65 '<(skia_include_path)/private/GrSingleOwner.h',
66 '<(skia_include_path)/private/GrRenderTargetProxy.h', 66 '<(skia_include_path)/private/GrRenderTargetProxy.h',
67 '<(skia_include_path)/private/GrSurfaceProxy.h', 67 '<(skia_include_path)/private/GrSurfaceProxy.h',
68 '<(skia_include_path)/private/GrTextureProxy.h', 68 '<(skia_include_path)/private/GrTextureProxy.h',
69 69
70 '<(skia_src_path)/gpu/GrAppliedClip.h',
70 '<(skia_src_path)/gpu/GrAuditTrail.cpp', 71 '<(skia_src_path)/gpu/GrAuditTrail.cpp',
71 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 72 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
72 '<(skia_src_path)/gpu/GrAllocator.h', 73 '<(skia_src_path)/gpu/GrAllocator.h',
73 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 74 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
74 '<(skia_src_path)/gpu/GrBatchAtlas.h', 75 '<(skia_src_path)/gpu/GrBatchAtlas.h',
75 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 76 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
76 '<(skia_src_path)/gpu/GrBatchFlushState.h', 77 '<(skia_src_path)/gpu/GrBatchFlushState.h',
77 '<(skia_src_path)/gpu/GrBatchTest.cpp', 78 '<(skia_src_path)/gpu/GrBatchTest.cpp',
78 '<(skia_src_path)/gpu/GrBatchTest.h', 79 '<(skia_src_path)/gpu/GrBatchTest.h',
79 '<(skia_src_path)/gpu/GrBlend.cpp', 80 '<(skia_src_path)/gpu/GrBlend.cpp',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', 194 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
194 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', 195 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
195 '<(skia_src_path)/gpu/GrTexturePriv.h', 196 '<(skia_src_path)/gpu/GrTexturePriv.h',
196 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 197 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
197 '<(skia_src_path)/gpu/GrTextureProxy.cpp', 198 '<(skia_src_path)/gpu/GrTextureProxy.cpp',
198 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp', 199 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp',
199 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h', 200 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h',
200 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 201 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
201 '<(skia_src_path)/gpu/GrTRecorder.h', 202 '<(skia_src_path)/gpu/GrTRecorder.h',
202 '<(skia_src_path)/gpu/GrUserStencilSettings.h', 203 '<(skia_src_path)/gpu/GrUserStencilSettings.h',
204 '<(skia_src_path)/gpu/GrWindowRectangles.h',
203 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 205 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
204 '<(skia_src_path)/gpu/GrYUVProvider.cpp', 206 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
205 '<(skia_src_path)/gpu/GrYUVProvider.h', 207 '<(skia_src_path)/gpu/GrYUVProvider.h',
206 208
207 # Batches 209 # Batches
208 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', 210 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
209 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h', 211 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
210 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp', 212 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp',
211 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h', 213 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h',
212 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp', 214 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 525 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
524 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 526 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
525 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 527 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
526 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 528 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
527 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 529 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
528 ], 530 ],
529 'skgpu_null_gl_sources': [ 531 'skgpu_null_gl_sources': [
530 ], 532 ],
531 }, 533 },
532 } 534 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrClip.h » ('j') | src/gpu/GrCaps.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698