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

Unified Diff: gpu/command_buffer/common/capabilities.h

Issue 470233003: Restrict ETC1 power-of-two rounding to old IMG drivers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 4 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/common/capabilities.h
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
index 9e38f5c00bcb6c19210011ddb34d4f236ce5dff4..60f7b0d44c3b78606a9a0ce84e5798c2850c5ef2 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -14,6 +14,7 @@ struct GPU_EXPORT Capabilities {
bool egl_image_external;
bool texture_format_bgra8888;
bool texture_format_etc1;
+ bool texture_format_etc1_npot;
bool texture_rectangle;
bool iosurface;
bool texture_usage;

Powered by Google App Engine
This is Rietveld 408576698