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

Side by Side Diff: gpu/command_buffer_common.gypi

Issue 2061993003: Pass responsibility for IOSurface-texture reuse to the gpu process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp85_query_in_use
Patch Set: Rebase. 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
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 'dependencies': [ 6 'dependencies': [
7 '../third_party/khronos/khronos.gyp:khronos_headers', 7 '../third_party/khronos/khronos.gyp:khronos_headers',
8 ], 8 ],
9 'sources': [ 9 'sources': [
10 'command_buffer/common/bitfield_helpers.h', 10 'command_buffer/common/bitfield_helpers.h',
(...skipping 17 matching lines...) Expand all
28 'command_buffer/common/gpu_memory_buffer_support.h', 28 'command_buffer/common/gpu_memory_buffer_support.h',
29 'command_buffer/common/id_allocator.cc', 29 'command_buffer/common/id_allocator.cc',
30 'command_buffer/common/id_allocator.h', 30 'command_buffer/common/id_allocator.h',
31 'command_buffer/common/id_type.h', 31 'command_buffer/common/id_type.h',
32 'command_buffer/common/mailbox.cc', 32 'command_buffer/common/mailbox.cc',
33 'command_buffer/common/mailbox.h', 33 'command_buffer/common/mailbox.h',
34 'command_buffer/common/mailbox_holder.cc', 34 'command_buffer/common/mailbox_holder.cc',
35 'command_buffer/common/mailbox_holder.h', 35 'command_buffer/common/mailbox_holder.h',
36 'command_buffer/common/sync_token.cc', 36 'command_buffer/common/sync_token.cc',
37 'command_buffer/common/sync_token.h', 37 'command_buffer/common/sync_token.h',
38 'command_buffer/common/texture_in_use_response.h',
38 'command_buffer/common/thread_local.h', 39 'command_buffer/common/thread_local.h',
39 'command_buffer/common/time.h', 40 'command_buffer/common/time.h',
40 ], 41 ],
41 } 42 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/texture_in_use_response.h ('k') | gpu/ipc/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698