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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 2055713003: gpu: Implement GL_INTEL_framebuffer_CMAA via shaders in the GPU Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix component & windows build. Created 4 years, 6 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 | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | ui/gl/gl_switches.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'all_dependent_settings': { 9 'all_dependent_settings': {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "command_buffer/service/framebuffer_completeness_cache.cc", 51 "command_buffer/service/framebuffer_completeness_cache.cc",
52 "command_buffer/service/framebuffer_completeness_cache.h", 52 "command_buffer/service/framebuffer_completeness_cache.h",
53 'command_buffer/service/framebuffer_manager.cc', 53 'command_buffer/service/framebuffer_manager.cc',
54 'command_buffer/service/framebuffer_manager.h', 54 'command_buffer/service/framebuffer_manager.h',
55 'command_buffer/service/gl_context_virtual.cc', 55 'command_buffer/service/gl_context_virtual.cc',
56 'command_buffer/service/gl_context_virtual.h', 56 'command_buffer/service/gl_context_virtual.h',
57 'command_buffer/service/gl_state_restorer_impl.cc', 57 'command_buffer/service/gl_state_restorer_impl.cc',
58 'command_buffer/service/gl_state_restorer_impl.h', 58 'command_buffer/service/gl_state_restorer_impl.h',
59 'command_buffer/service/gl_utils.cc', 59 'command_buffer/service/gl_utils.cc',
60 'command_buffer/service/gl_utils.h', 60 'command_buffer/service/gl_utils.h',
61 'command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc ',
62 'command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.h' ,
61 'command_buffer/service/gles2_cmd_clear_framebuffer.cc', 63 'command_buffer/service/gles2_cmd_clear_framebuffer.cc',
62 'command_buffer/service/gles2_cmd_clear_framebuffer.h', 64 'command_buffer/service/gles2_cmd_clear_framebuffer.h',
63 'command_buffer/service/gles2_cmd_copy_tex_image.cc', 65 'command_buffer/service/gles2_cmd_copy_tex_image.cc',
64 'command_buffer/service/gles2_cmd_copy_tex_image.h', 66 'command_buffer/service/gles2_cmd_copy_tex_image.h',
65 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', 67 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc',
66 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', 68 'command_buffer/service/gles2_cmd_copy_texture_chromium.h',
67 'command_buffer/service/gles2_cmd_decoder.cc', 69 'command_buffer/service/gles2_cmd_decoder.cc',
68 'command_buffer/service/gles2_cmd_decoder.h', 70 'command_buffer/service/gles2_cmd_decoder.h',
69 'command_buffer/service/gles2_cmd_decoder_autogen.h', 71 'command_buffer/service/gles2_cmd_decoder_autogen.h',
70 'command_buffer/service/gles2_cmd_decoder_passthrough.cc', 72 'command_buffer/service/gles2_cmd_decoder_passthrough.cc',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 # Required by gles2_cmd_decoder.cc on Mac. 151 # Required by gles2_cmd_decoder.cc on Mac.
150 'link_settings': { 152 'link_settings': {
151 'libraries': [ 153 'libraries': [
152 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 154 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
153 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 155 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
154 ], 156 ],
155 }, 157 },
156 }], 158 }],
157 ], 159 ],
158 } 160 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | ui/gl/gl_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698