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

Unified Diff: gpu/command_buffer/service/BUILD.gn

Issue 1922633002: Implement TransformFeedbackManager in GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: gpu/command_buffer/service/BUILD.gn
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
index 2bc778f066cef7735ec726b7ab3f29ece09024cf..7dd6ea433c2ffa408af7da556e08a08b67529ea0 100644
--- a/gpu/command_buffer/service/BUILD.gn
+++ b/gpu/command_buffer/service/BUILD.gn
@@ -81,6 +81,8 @@ source_set("service_sources") {
"image_manager.h",
"in_process_command_buffer.cc",
"in_process_command_buffer.h",
+ "indexed_buffer_binding_host.cc",
+ "indexed_buffer_binding_host.h",
"logger.cc",
"logger.h",
"mailbox_manager.cc",
@@ -117,6 +119,8 @@ source_set("service_sources") {
"texture_manager.h",
"transfer_buffer_manager.cc",
"transfer_buffer_manager.h",
+ "transform_feedback_manager.cc",
+ "transform_feedback_manager.h",
"vertex_array_manager.cc",
"vertex_array_manager.h",
"vertex_attrib_manager.cc",
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h ('k') | gpu/command_buffer/service/buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698