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

Side by Side Diff: ui/gl/gl.gyp

Issue 12040049: gpu: Implement idle async pixel transfers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DCHECKs to ensure idle async uploads are only used with GL_TEXTURE_2D target Created 7 years, 9 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
« no previous file with comments | « ui/gl/async_pixel_transfer_delegate_stub.cc ('k') | no next file » | 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 23 matching lines...) Expand all
34 'direct_dependent_settings': { 34 'direct_dependent_settings': {
35 'include_dirs': [ 35 'include_dirs': [
36 '<(gl_binding_output_dir)', 36 '<(gl_binding_output_dir)',
37 ], 37 ],
38 }, 38 },
39 'export_dependent_settings': [ 39 'export_dependent_settings': [
40 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', 40 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers',
41 ], 41 ],
42 'sources': [ 42 'sources': [
43 'async_pixel_transfer_delegate.h', 43 'async_pixel_transfer_delegate.h',
44 'async_pixel_transfer_delegate_idle.cc',
45 'async_pixel_transfer_delegate_idle.h',
44 'async_pixel_transfer_delegate_stub.cc', 46 'async_pixel_transfer_delegate_stub.cc',
45 'async_pixel_transfer_delegate_stub.h', 47 'async_pixel_transfer_delegate_stub.h',
46 'gl_bindings.h', 48 'gl_bindings.h',
47 'gl_bindings_skia_in_process.cc', 49 'gl_bindings_skia_in_process.cc',
48 'gl_bindings_skia_in_process.h', 50 'gl_bindings_skia_in_process.h',
49 'gl_context.cc', 51 'gl_context.cc',
50 'gl_context.h', 52 'gl_context.h',
51 'gl_context_android.cc', 53 'gl_context_android.cc',
52 'gl_context_linux.cc', 54 'gl_context_linux.cc',
53 'gl_context_mac.mm', 55 'gl_context_mac.mm',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 ], 291 ],
290 }, 292 },
291 'sources': [ 293 'sources': [
292 'gl_mock.h', 294 'gl_mock.h',
293 'gl_mock.cc', 295 'gl_mock.cc',
294 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', 296 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
295 ], 297 ],
296 }, 298 },
297 ], 299 ],
298 } 300 }
OLDNEW
« no previous file with comments | « ui/gl/async_pixel_transfer_delegate_stub.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698