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

Side by Side Diff: gyp/gpu.gypi

Issue 695813003: Add class GrGLTextureRenderTarget for GL texture/rendertarget objects (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: forgot to save file Created 6 years, 1 month 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/GrGpuResource.h » ('j') | include/gpu/GrRenderTarget.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 240 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
241 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 241 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
242 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 242 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
243 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', 243 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
244 '<(skia_src_path)/gpu/gl/GrGLSL.h', 244 '<(skia_src_path)/gpu/gl/GrGLSL.h',
245 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', 245 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
246 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', 246 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
247 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', 247 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
248 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 248 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
249 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 249 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
250 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
250 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 251 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
251 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 252 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
252 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 253 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
253 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 254 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
254 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 255 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
255 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 256 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
256 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 257 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
257 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', 258 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
258 '<(skia_src_path)/gpu/gl/GrGpuGL.h', 259 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
259 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', 260 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 ], 354 ],
354 'skgpu_null_gl_sources': [ 355 'skgpu_null_gl_sources': [
355 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 356 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
356 357
357 # Sk files 358 # Sk files
358 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 359 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
359 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 360 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
360 ], 361 ],
361 }, 362 },
362 } 363 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrGpuResource.h » ('j') | include/gpu/GrRenderTarget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698