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

Unified Diff: gpu/command_buffer/client/gles2_implementation.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: '' 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
Index: gpu/command_buffer/client/gles2_implementation.h
===================================================================
--- gpu/command_buffer/client/gles2_implementation.h (revision 110309)
+++ gpu/command_buffer/client/gles2_implementation.h (working copy)
@@ -443,6 +443,9 @@
// unpack yflip as last set by glPixelstorei
bool unpack_flip_y_;
+ // pack yflip as last set by glPixelstorei
+ bool pack_flip_y_;
+
scoped_array<TextureUnit> texture_units_;
// 0 to gl_state_.max_combined_texture_image_units.

Powered by Google App Engine
This is Rietveld 408576698