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

Side by Side Diff: gpu/gpu_common.gypi

Issue 10388131: Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 # Library emulates GLES2 using command_buffers. 8 # Library emulates GLES2 using command_buffers.
9 'target_name': 'gles2_implementation', 9 'target_name': 'gles2_implementation',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'command_buffer/service/framebuffer_manager_unittest.cc', 169 'command_buffer/service/framebuffer_manager_unittest.cc',
170 'command_buffer/service/gles2_cmd_decoder_unittest.cc', 170 'command_buffer/service/gles2_cmd_decoder_unittest.cc',
171 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', 171 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc',
172 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', 172 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h',
173 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', 173 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc',
174 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', 174 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h',
175 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc', 175 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc',
176 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h', 176 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h',
177 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', 177 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc',
178 'command_buffer/service/gles2_cmd_decoder_unittest_base.h', 178 'command_buffer/service/gles2_cmd_decoder_unittest_base.h',
179 'command_buffer/service/gl_surface_mock.cc',
180 'command_buffer/service/gl_surface_mock.h',
179 'command_buffer/service/gpu_scheduler_unittest.cc', 181 'command_buffer/service/gpu_scheduler_unittest.cc',
180 'command_buffer/service/id_manager_unittest.cc', 182 'command_buffer/service/id_manager_unittest.cc',
181 'command_buffer/service/mocks.cc', 183 'command_buffer/service/mocks.cc',
182 'command_buffer/service/mocks.h', 184 'command_buffer/service/mocks.h',
183 'command_buffer/service/program_manager_unittest.cc', 185 'command_buffer/service/program_manager_unittest.cc',
184 'command_buffer/service/query_manager_unittest.cc', 186 'command_buffer/service/query_manager_unittest.cc',
185 'command_buffer/service/renderbuffer_manager_unittest.cc', 187 'command_buffer/service/renderbuffer_manager_unittest.cc',
186 'command_buffer/service/shader_manager_unittest.cc', 188 'command_buffer/service/shader_manager_unittest.cc',
187 'command_buffer/service/shader_translator_unittest.cc', 189 'command_buffer/service/shader_translator_unittest.cc',
188 'command_buffer/service/stream_texture_mock.cc', 190 'command_buffer/service/stream_texture_mock.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ], 248 ],
247 'sources': [ 249 'sources': [
248 'command_buffer/common/gl_mock.h', 250 'command_buffer/common/gl_mock.h',
249 'command_buffer/common/gl_mock.cc', 251 'command_buffer/common/gl_mock.cc',
250 'command_buffer/service/gles2_cmd_decoder_mock.cc', 252 'command_buffer/service/gles2_cmd_decoder_mock.cc',
251 'command_buffer/service/gles2_cmd_decoder_mock.cc', 253 'command_buffer/service/gles2_cmd_decoder_mock.cc',
252 ], 254 ],
253 }, 255 },
254 ], 256 ],
255 } 257 }
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/egl/display.cc ('k') | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698