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

Unified Diff: cc/cc.gyp

Issue 1096703002: Reland: Add ETC1 powered SSE encoder for tile texture compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Instantiating new class based on CPU; removing SSE4.1 functions and falling back to SSE2 Created 5 years, 8 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: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index aeea01861d2ddf3def9fef729e6beab473b21f60..bb41e21ed3cc408eb837c4ff5047e307ae3621af 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -487,6 +487,8 @@
'resources/texture_compressor.h',
'resources/texture_compressor_etc1.cc',
'resources/texture_compressor_etc1.h',
+ 'resources/texture_compressor_etc1_sse.cc',
robert.bradford 2015/04/17 16:20:08 These files need to be conditional on the arch.
+ 'resources/texture_compressor_etc1_sse.h',
'resources/texture_mailbox.cc',
'resources/texture_mailbox.h',
'resources/texture_mailbox_deleter.cc',

Powered by Google App Engine
This is Rietveld 408576698