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

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

Issue 16240016: gpu: Make pack/unpack alignment part of autogenerated state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/command_buffer/service/context_state.h
diff --git a/gpu/command_buffer/service/context_state.h b/gpu/command_buffer/service/context_state.h
index 47f180ae03b6b793d20231235d862e0a4fdc693f..6bb555827fcb2928cdf3596025d11ce1ac040892 100644
--- a/gpu/command_buffer/service/context_state.h
+++ b/gpu/command_buffer/service/context_state.h
@@ -124,12 +124,6 @@ struct GPU_EXPORT ContextState {
EnableFlags enable_flags;
- // pack alignment as last set by glPixelStorei
- GLint pack_alignment;
-
- // unpack alignment as last set by glPixelStorei
- GLint unpack_alignment;
-
// Current active texture by 0 - n index.
// In other words, if we call glActiveTexture(GL_TEXTURE2) this value would
// be 2.

Powered by Google App Engine
This is Rietveld 408576698