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

Unified Diff: cc/base/tile_compression_method.h

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « cc/base/switches.cc ('k') | cc/cc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/tile_compression_method.h
diff --git a/cc/base/tile_compression_method.h b/cc/base/tile_compression_method.h
new file mode 100644
index 0000000000000000000000000000000000000000..e8aeb5a3617a492c4f7a2120c93d20056a4ede99
--- /dev/null
+++ b/cc/base/tile_compression_method.h
@@ -0,0 +1,21 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CC_BASE_TILE_COMPRESSION_METHOD_H_
+#define CC_BASE_TILE_COMPRESSION_METHOD_H_
+
+namespace cc {
+
+enum TileCompressionMethod {
+ TILE_COMPRESSION_METHOD_AUTOMATIC,
+ TILE_COMPRESSION_METHOD_ATC,
+ TILE_COMPRESSION_METHOD_DXT,
+ TILE_COMPRESSION_METHOD_ETC,
+
+ TILE_COMPRESSION_METHOD_COUNT
+};
+
+} // namespace cc
+
+#endif // CC_BASE_TILE_COMPRESSION_METHOD_H_
« no previous file with comments | « cc/base/switches.cc ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698