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

Side by Side Diff: gpu/gpu.gyp

Issue 11428140: gpu: Add async pixel transfer interface, stub and tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move BindFinishedTransfers to MakeCurrent. Rebase again. Created 8 years 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
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 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'command_buffer/common/command_buffer_mock.cc', 148 'command_buffer/common/command_buffer_mock.cc',
149 'command_buffer/common/command_buffer_mock.h', 149 'command_buffer/common/command_buffer_mock.h',
150 'command_buffer/common/command_buffer_shared_test.cc', 150 'command_buffer/common/command_buffer_shared_test.cc',
151 'command_buffer/common/debug_marker_manager_unittest.cc', 151 'command_buffer/common/debug_marker_manager_unittest.cc',
152 'command_buffer/common/gles2_cmd_format_test.cc', 152 'command_buffer/common/gles2_cmd_format_test.cc',
153 'command_buffer/common/gles2_cmd_format_test_autogen.h', 153 'command_buffer/common/gles2_cmd_format_test_autogen.h',
154 'command_buffer/common/gles2_cmd_utils_unittest.cc', 154 'command_buffer/common/gles2_cmd_utils_unittest.cc',
155 'command_buffer/common/id_allocator_test.cc', 155 'command_buffer/common/id_allocator_test.cc',
156 'command_buffer/common/trace_event.h', 156 'command_buffer/common/trace_event.h',
157 'command_buffer/common/unittest_main.cc', 157 'command_buffer/common/unittest_main.cc',
158 'command_buffer/service/async_pixel_transfer_delegate_mock.h',
159 'command_buffer/service/async_pixel_transfer_delegate_mock.cc',
158 'command_buffer/service/buffer_manager_unittest.cc', 160 'command_buffer/service/buffer_manager_unittest.cc',
159 'command_buffer/service/cmd_parser_test.cc', 161 'command_buffer/service/cmd_parser_test.cc',
160 'command_buffer/service/command_buffer_service_unittest.cc', 162 'command_buffer/service/command_buffer_service_unittest.cc',
161 'command_buffer/service/common_decoder_unittest.cc', 163 'command_buffer/service/common_decoder_unittest.cc',
162 'command_buffer/service/context_group_unittest.cc', 164 'command_buffer/service/context_group_unittest.cc',
163 'command_buffer/service/feature_info_unittest.cc', 165 'command_buffer/service/feature_info_unittest.cc',
164 'command_buffer/service/framebuffer_manager_unittest.cc', 166 'command_buffer/service/framebuffer_manager_unittest.cc',
165 'command_buffer/service/gles2_cmd_decoder_unittest.cc', 167 'command_buffer/service/gles2_cmd_decoder_unittest.cc',
166 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h', 168 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h',
167 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', 169 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'configurations': { 427 'configurations': {
426 'Common_Base': { 428 'Common_Base': {
427 'msvs_target_platform': 'x64', 429 'msvs_target_platform': 'x64',
428 }, 430 },
429 }, 431 },
430 }, 432 },
431 ], 433 ],
432 }], 434 }],
433 ], 435 ],
434 } 436 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698