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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer_service.gypi
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index 4fbd06f92eba587eccd9aaeb541353fa0e27cbb9..46ffcf09bfd5cf1114bc170f31aab6b11720ec18 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -57,6 +57,8 @@
'command_buffer/service/id_manager.cc',
'command_buffer/service/mailbox_manager.cc',
'command_buffer/service/mailbox_manager.h',
+ 'command_buffer/service/memory_program_cache.h',
+ 'command_buffer/service/memory_program_cache.cc',
'command_buffer/service/mocks.h',
'command_buffer/service/program_manager.h',
'command_buffer/service/program_manager.cc',
@@ -64,6 +66,10 @@
'command_buffer/service/query_manager.cc',
'command_buffer/service/renderbuffer_manager.h',
'command_buffer/service/renderbuffer_manager.cc',
+ 'command_buffer/service/program_cache.h',
+ 'command_buffer/service/program_cache.cc',
+ 'command_buffer/service/program_cache_lru_helper.h',
+ 'command_buffer/service/program_cache_lru_helper.cc',
'command_buffer/service/shader_manager.h',
'command_buffer/service/shader_manager.cc',
'command_buffer/service/shader_translator.h',
« 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