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

Unified Diff: gpu/GLES2/gles2_command_buffer.h

Issue 2127001: Makes shader translation a runtime switch.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/GLES2/gles2_command_buffer.h
===================================================================
--- gpu/GLES2/gles2_command_buffer.h (revision 47428)
+++ gpu/GLES2/gles2_command_buffer.h (working copy)
@@ -9,7 +9,11 @@
#define GPU_GLES2_GLES2_COMMAND_BUFFER_H_
// constants for CommandBufferEnable command.
-#define GLES2_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS 0x0001
+#define PEPPER3D_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS \
+ "pepper3d_allow_buffers_on_multiple_targets"
+// TODO(gman): remove this
+#define PEPPER3D_SKIP_GLSL_TRANSLATION \
+ "pepper3d_skip_glsl_translation"
#endif // GPU_GLES2_GLES2_COMMAND_BUFFER_H_
« no previous file with comments | « chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698