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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 10797055: gpu in-memory program cache implementation with a memory limit + lru eviction. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: nit fixes Created 8 years, 5 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/tests/gl_manager.cc ('k') | gpu/demos/framework/window.cc » ('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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 '<(DEPTH)/third_party/khronos', 8 '<(DEPTH)/third_party/khronos',
9 ], 9 ],
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'command_buffer/service/gl_utils.h', 50 'command_buffer/service/gl_utils.h',
51 'command_buffer/service/gpu_scheduler.h', 51 'command_buffer/service/gpu_scheduler.h',
52 'command_buffer/service/gpu_scheduler.cc', 52 'command_buffer/service/gpu_scheduler.cc',
53 'command_buffer/service/gpu_scheduler_mock.h', 53 'command_buffer/service/gpu_scheduler_mock.h',
54 'command_buffer/service/gpu_switches.h', 54 'command_buffer/service/gpu_switches.h',
55 'command_buffer/service/gpu_switches.cc', 55 'command_buffer/service/gpu_switches.cc',
56 'command_buffer/service/id_manager.h', 56 'command_buffer/service/id_manager.h',
57 'command_buffer/service/id_manager.cc', 57 'command_buffer/service/id_manager.cc',
58 'command_buffer/service/mailbox_manager.cc', 58 'command_buffer/service/mailbox_manager.cc',
59 'command_buffer/service/mailbox_manager.h', 59 'command_buffer/service/mailbox_manager.h',
60 'command_buffer/service/memory_program_cache.h',
61 'command_buffer/service/memory_program_cache.cc',
60 'command_buffer/service/mocks.h', 62 'command_buffer/service/mocks.h',
61 'command_buffer/service/program_manager.h', 63 'command_buffer/service/program_manager.h',
62 'command_buffer/service/program_manager.cc', 64 'command_buffer/service/program_manager.cc',
63 'command_buffer/service/query_manager.h', 65 'command_buffer/service/query_manager.h',
64 'command_buffer/service/query_manager.cc', 66 'command_buffer/service/query_manager.cc',
65 'command_buffer/service/renderbuffer_manager.h', 67 'command_buffer/service/renderbuffer_manager.h',
66 'command_buffer/service/renderbuffer_manager.cc', 68 'command_buffer/service/renderbuffer_manager.cc',
69 'command_buffer/service/program_cache.h',
70 'command_buffer/service/program_cache.cc',
71 'command_buffer/service/program_cache_lru_helper.h',
72 'command_buffer/service/program_cache_lru_helper.cc',
67 'command_buffer/service/shader_manager.h', 73 'command_buffer/service/shader_manager.h',
68 'command_buffer/service/shader_manager.cc', 74 'command_buffer/service/shader_manager.cc',
69 'command_buffer/service/shader_translator.h', 75 'command_buffer/service/shader_translator.h',
70 'command_buffer/service/shader_translator.cc', 76 'command_buffer/service/shader_translator.cc',
71 'command_buffer/service/shader_translator_cache.h', 77 'command_buffer/service/shader_translator_cache.h',
72 'command_buffer/service/shader_translator_cache.cc', 78 'command_buffer/service/shader_translator_cache.cc',
73 'command_buffer/service/stream_texture.h', 79 'command_buffer/service/stream_texture.h',
74 'command_buffer/service/stream_texture_manager.h', 80 'command_buffer/service/stream_texture_manager.h',
75 'command_buffer/service/texture_definition.cc', 81 'command_buffer/service/texture_definition.cc',
76 'command_buffer/service/texture_definition.h', 82 'command_buffer/service/texture_definition.h',
(...skipping 10 matching lines...) Expand all
87 '../build/linux/system.gyp:gtk', 93 '../build/linux/system.gyp:gtk',
88 ], 94 ],
89 }], 95 }],
90 ['ui_compositor_image_transport==1', { 96 ['ui_compositor_image_transport==1', {
91 'include_dirs': [ 97 'include_dirs': [
92 '<(DEPTH)/third_party/angle/include', 98 '<(DEPTH)/third_party/angle/include',
93 ], 99 ],
94 }], 100 }],
95 ], 101 ],
96 } 102 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/demos/framework/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698