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

Side by Side Diff: gyp/gpu.gypi

Issue 1313743002: Add onMemoryDump to GrContext (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Tweaks to GrGLRenderTarget Created 5 years, 3 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') | src/gpu/gl/GrGLRenderTarget.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '<(skia_src_path)/gpu/GrPendingProgramElement.h', 129 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
130 '<(skia_src_path)/gpu/GrPipeline.cpp', 130 '<(skia_src_path)/gpu/GrPipeline.cpp',
131 '<(skia_src_path)/gpu/GrPipeline.h', 131 '<(skia_src_path)/gpu/GrPipeline.h',
132 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', 132 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
133 '<(skia_src_path)/gpu/GrPipelineBuilder.h', 133 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
134 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', 134 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', 135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
136 '<(skia_src_path)/gpu/GrProgramDesc.h', 136 '<(skia_src_path)/gpu/GrProgramDesc.h',
137 '<(skia_src_path)/gpu/GrProgramElement.cpp', 137 '<(skia_src_path)/gpu/GrProgramElement.cpp',
138 '<(skia_src_path)/gpu/GrProcessor.cpp', 138 '<(skia_src_path)/gpu/GrProcessor.cpp',
139 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', 139 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
ericrk 2015/09/14 21:55:54 unintentional rebase damage.
140 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp', 140 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp',
141 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 141 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
142 '<(skia_src_path)/gpu/GrProcOptInfo.h', 142 '<(skia_src_path)/gpu/GrProcOptInfo.h',
143 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 143 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
144 '<(skia_src_path)/gpu/GrQuad.h', 144 '<(skia_src_path)/gpu/GrQuad.h',
145 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 145 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
146 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 146 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
147 '<(skia_src_path)/gpu/GrRectanizer.h', 147 '<(skia_src_path)/gpu/GrRectanizer.h',
148 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 148 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
149 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 149 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
330 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 330 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
331 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 331 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
332 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 332 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
333 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 333 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
334 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 334 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
335 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 335 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
336 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 336 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
337 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 337 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
338 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 338 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
339 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
339 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 340 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
340 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 341 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
341 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 342 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
342 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 343 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
343 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 344 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
344 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 345 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
345 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 346 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
346 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp', 347 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp',
347 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h', 348 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
348 349
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
450 ], 451 ],
451 'skgpu_null_gl_sources': [ 452 'skgpu_null_gl_sources': [
452 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 453 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
453 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 454 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
454 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 455 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
455 ], 456 ],
456 }, 457 },
457 } 458 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | src/gpu/gl/GrGLRenderTarget.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698