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

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

Issue 8513017: Add GL_ANGLE_pack_reverse_row_order to command buffer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebaseline Created 9 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
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils.cc ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/feature_info.h
===================================================================
--- gpu/command_buffer/service/feature_info.h (revision 112221)
+++ gpu/command_buffer/service/feature_info.h (working copy)
@@ -26,6 +26,7 @@
chromium_webglsl(false),
chromium_stream_texture(false),
angle_translated_shader_source(false),
+ angle_pack_reverse_row_order(false),
arb_texture_rectangle(false) {
}
@@ -38,6 +39,7 @@
bool chromium_webglsl;
bool chromium_stream_texture;
bool angle_translated_shader_source;
+ bool angle_pack_reverse_row_order;
bool arb_texture_rectangle;
};
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils.cc ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698