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

Side by Side Diff: gyp/gpu.gypi

Issue 2262233002: Make GrTextureStripAtlas flush pending IO on newly acquired texture (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Address comments 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/GrContext.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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 59 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
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 '<(skia_include_path)/private/GrTextureStripAtlas.h',
69 70
70 '<(skia_src_path)/gpu/GrAppliedClip.h', 71 '<(skia_src_path)/gpu/GrAppliedClip.h',
71 '<(skia_src_path)/gpu/GrAuditTrail.cpp', 72 '<(skia_src_path)/gpu/GrAuditTrail.cpp',
72 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 73 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
73 '<(skia_src_path)/gpu/GrAllocator.h', 74 '<(skia_src_path)/gpu/GrAllocator.h',
74 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 75 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
75 '<(skia_src_path)/gpu/GrBatchAtlas.h', 76 '<(skia_src_path)/gpu/GrBatchAtlas.h',
76 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 77 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
77 '<(skia_src_path)/gpu/GrBatchFlushState.h', 78 '<(skia_src_path)/gpu/GrBatchFlushState.h',
78 '<(skia_src_path)/gpu/GrBatchTest.cpp', 79 '<(skia_src_path)/gpu/GrBatchTest.cpp',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', 300 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
300 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 301 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
301 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 302 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
302 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 303 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
303 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 304 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
304 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 305 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
305 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 306 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
306 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 307 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
307 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 308 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
308 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 309 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
309 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
310 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', 310 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
311 '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp', 311 '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp',
312 '<(skia_src_path)/gpu/effects/GrYUVEffect.h', 312 '<(skia_src_path)/gpu/effects/GrYUVEffect.h',
313 313
314 '<(skia_src_path)/gpu/instanced/InstancedRendering.cpp', 314 '<(skia_src_path)/gpu/instanced/InstancedRendering.cpp',
315 '<(skia_src_path)/gpu/instanced/InstancedRendering.h', 315 '<(skia_src_path)/gpu/instanced/InstancedRendering.h',
316 '<(skia_src_path)/gpu/instanced/InstancedRenderingTypes.h', 316 '<(skia_src_path)/gpu/instanced/InstancedRenderingTypes.h',
317 '<(skia_src_path)/gpu/instanced/InstanceProcessor.cpp', 317 '<(skia_src_path)/gpu/instanced/InstanceProcessor.cpp',
318 '<(skia_src_path)/gpu/instanced/InstanceProcessor.h', 318 '<(skia_src_path)/gpu/instanced/InstanceProcessor.h',
319 '<(skia_src_path)/gpu/instanced/GLInstancedRendering.cpp', 319 '<(skia_src_path)/gpu/instanced/GLInstancedRendering.cpp',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 526 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
527 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 527 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
528 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 528 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
529 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 529 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
530 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 530 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
531 ], 531 ],
532 'skgpu_null_gl_sources': [ 532 'skgpu_null_gl_sources': [
533 ], 533 ],
534 }, 534 },
535 } 535 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698