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

Unified Diff: gpu/command_buffer/service/gl_utils.h

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/gl_utils.h
diff --git a/gpu/command_buffer/service/gl_utils.h b/gpu/command_buffer/service/gl_utils.h
index ccd96f33e93279b9197f1d7d85b01b895fd1f131..2c2f86d5f30a3b3b74f902383b889e7ef854fb83 100644
--- a/gpu/command_buffer/service/gl_utils.h
+++ b/gpu/command_buffer/service/gl_utils.h
@@ -92,6 +92,9 @@
/* GL_CHROMIUM_command_buffer_latency_query */
#define GL_LATENCY_QUERY_CHROMIUM 0x84F4
+/* GL_CHROMIUM_async_texture_uploads */
+#define GL_ASYNC_TASKS_COMPLETED_CHROMIUM 0x84F5
+
// GL_OES_texure_3D
#define GL_SAMPLER_3D_OES 0x8B5F

Powered by Google App Engine
This is Rietveld 408576698