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

Unified Diff: gpu/command_buffer_service.gypi

Issue 1498033003: Implement SamplerManager in the command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unnessecary state initialization Created 5 years 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/service/sampler_manager.cc ('k') | no next file » | 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 4735332f0dae13b3e4d8270e6610fcb7c61cfa66..7fc7de2645755e3d4c0d0774465603de22a677f3 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -102,6 +102,8 @@
'command_buffer/service/query_manager.h',
'command_buffer/service/renderbuffer_manager.cc',
'command_buffer/service/renderbuffer_manager.h',
+ 'command_buffer/service/sampler_manager.cc',
+ 'command_buffer/service/sampler_manager.h',
'command_buffer/service/shader_manager.cc',
'command_buffer/service/shader_manager.h',
'command_buffer/service/shader_translator.cc',
« no previous file with comments | « gpu/command_buffer/service/sampler_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698