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

Unified Diff: gpu/command_buffer/service/feature_info.cc

Issue 11412232: gpu: Add async upload functions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@ASYNC_uploads
Patch Set: Just a name change Created 8 years, 1 month 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/feature_info.cc
diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc
index 3c2365e3dc4075215866ba2ae58479f6abd5338c..e89908113db7d9e52fbcecf6b8aaa7ab30c9b614 100644
--- a/gpu/command_buffer/service/feature_info.cc
+++ b/gpu/command_buffer/service/feature_info.cc
@@ -235,6 +235,7 @@ void FeatureInfo::AddFeatures(const char* desired_features) {
bool npot_ok = false;
AddExtensionString("GL_ANGLE_translated_shader_source");
+ AddExtensionString("GL_CHROMIUM_async_tasks");
greggman 2012/11/29 02:18:18 Seems like this should maybe be more specific. Lik
epennerAtGoogle 2012/11/29 03:47:23 It was like that before, but I plan to add Async r
reveman 2012/11/29 04:13:32 "task" is a bit ambiguous. if use one extension ma
epennerAtGoogle 2012/11/29 19:28:43 I like async-pixel-transfer the most, so I'll use
AddExtensionString("GL_CHROMIUM_bind_uniform_location");
AddExtensionString("GL_CHROMIUM_command_buffer_query");
AddExtensionString("GL_CHROMIUM_command_buffer_latency_query");

Powered by Google App Engine
This is Rietveld 408576698