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

Side by Side Diff: gpu/gpu.gyp

Issue 1186393004: gpu: Remove async texture uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « gpu/command_buffer_service.gypi ('k') | mojo/gpu/mojo_gles2_impl_autogen.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 '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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'command_buffer/common/command_buffer_mock.cc', 188 'command_buffer/common/command_buffer_mock.cc',
189 'command_buffer/common/command_buffer_mock.h', 189 'command_buffer/common/command_buffer_mock.h',
190 'command_buffer/common/command_buffer_shared_test.cc', 190 'command_buffer/common/command_buffer_shared_test.cc',
191 'command_buffer/common/debug_marker_manager_unittest.cc', 191 'command_buffer/common/debug_marker_manager_unittest.cc',
192 'command_buffer/common/gles2_cmd_format_test.cc', 192 'command_buffer/common/gles2_cmd_format_test.cc',
193 'command_buffer/common/gles2_cmd_format_test_autogen.h', 193 'command_buffer/common/gles2_cmd_format_test_autogen.h',
194 'command_buffer/common/gles2_cmd_utils_unittest.cc', 194 'command_buffer/common/gles2_cmd_utils_unittest.cc',
195 'command_buffer/common/id_allocator_test.cc', 195 'command_buffer/common/id_allocator_test.cc',
196 'command_buffer/common/trace_event.h', 196 'command_buffer/common/trace_event.h',
197 'command_buffer/common/unittest_main.cc', 197 'command_buffer/common/unittest_main.cc',
198 'command_buffer/service/async_pixel_transfer_delegate_mock.cc',
199 'command_buffer/service/async_pixel_transfer_delegate_mock.h',
200 'command_buffer/service/async_pixel_transfer_manager_mock.cc',
201 'command_buffer/service/async_pixel_transfer_manager_mock.h',
202 'command_buffer/service/buffer_manager_unittest.cc', 198 'command_buffer/service/buffer_manager_unittest.cc',
203 'command_buffer/service/cmd_parser_test.cc', 199 'command_buffer/service/cmd_parser_test.cc',
204 'command_buffer/service/command_buffer_service_unittest.cc', 200 'command_buffer/service/command_buffer_service_unittest.cc',
205 'command_buffer/service/common_decoder_unittest.cc', 201 'command_buffer/service/common_decoder_unittest.cc',
206 'command_buffer/service/context_group_unittest.cc', 202 'command_buffer/service/context_group_unittest.cc',
207 'command_buffer/service/context_state_unittest.cc', 203 'command_buffer/service/context_state_unittest.cc',
208 'command_buffer/service/feature_info_unittest.cc', 204 'command_buffer/service/feature_info_unittest.cc',
209 'command_buffer/service/framebuffer_manager_unittest.cc', 205 'command_buffer/service/framebuffer_manager_unittest.cc',
210 'command_buffer/service/gl_context_mock.cc', 206 'command_buffer/service/gl_context_mock.cc',
211 'command_buffer/service/gl_context_mock.h', 207 'command_buffer/service/gl_context_mock.h',
212 'command_buffer/service/gl_surface_mock.cc', 208 'command_buffer/service/gl_surface_mock.cc',
213 'command_buffer/service/gl_surface_mock.h', 209 'command_buffer/service/gl_surface_mock.h',
214 'command_buffer/service/gles2_cmd_decoder_unittest.cc', 210 'command_buffer/service/gles2_cmd_decoder_unittest.cc',
215 'command_buffer/service/gles2_cmd_decoder_unittest.h', 211 'command_buffer/service/gles2_cmd_decoder_unittest.h',
216 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h', 212 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h',
217 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', 213 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc',
218 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', 214 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h',
219 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', 215 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc',
220 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', 216 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h',
221 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc', 217 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc',
222 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h', 218 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h',
223 'command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc',
224 'command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc', 219 'command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc',
225 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', 220 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc',
226 'command_buffer/service/gles2_cmd_decoder_unittest_base.h', 221 'command_buffer/service/gles2_cmd_decoder_unittest_base.h',
227 'command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc', 222 'command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc',
228 'command_buffer/service/gles2_cmd_decoder_unittest_context_lost.cc', 223 'command_buffer/service/gles2_cmd_decoder_unittest_context_lost.cc',
229 'command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc', 224 'command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc',
230 'command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc', 225 'command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc',
231 'command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc', 226 'command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc',
232 'command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h' , 227 'command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h' ,
233 'command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc', 228 'command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 '../third_party/angle/build/common_defines.gypi', 804 '../third_party/angle/build/common_defines.gypi',
810 ], 805 ],
811 'sources': [ 806 'sources': [
812 'angle_deqp_tests_main.cc', 807 'angle_deqp_tests_main.cc',
813 ], 808 ],
814 }, 809 },
815 ], 810 ],
816 }] 811 }]
817 ], 812 ],
818 } 813 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | mojo/gpu/mojo_gles2_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698