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

Unified Diff: gpu/command_buffer/client/gles2_implementation.h

Issue 1541283002: Remove ANGLE_pack_reverse_row_order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FINAL Created 5 years 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 | « no previous file | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_implementation.h
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
index eb55550b634a2e342226e5c528bfbbf3432192b8..5750766957c2ba6966672ae814c9dae56e278271 100644
--- a/gpu/command_buffer/client/gles2_implementation.h
+++ b/gpu/command_buffer/client/gles2_implementation.h
@@ -420,8 +420,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation
int32_t GetResultShmId();
uint32_t GetResultShmOffset();
- // Lazily determines if GL_ANGLE_pack_reverse_row_order is available
- bool IsAnglePackReverseRowOrderAvailable();
bool IsChromiumFramebufferMultisampleAvailable();
bool IsExtensionAvailableHelper(
@@ -707,7 +705,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation
std::queue<int32_t> swap_buffers_tokens_;
std::queue<int32_t> rate_limit_tokens_;
- ExtensionStatus angle_pack_reverse_row_order_status_;
ExtensionStatus chromium_framebuffer_multisample_;
GLStaticState static_state_;
@@ -743,9 +740,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation
// unpack skip images as last set by glPixelStorei
GLint unpack_skip_images_;
- // pack reverse row order as last set by glPixelstorei
- bool pack_reverse_row_order_;
-
scoped_ptr<TextureUnit[]> texture_units_;
// 0 to gl_state_.max_combined_texture_image_units.
« no previous file with comments | « no previous file | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698