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

Unified Diff: gyp/gpu.gyp

Issue 326223002: Add an LATC compressor to the A8 masks, and hide it behind an ifdef. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove some paranoia Created 6 years, 6 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
« no previous file with comments | « no previous file | src/gpu/GrSWMaskHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gyp
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index f61a5159c16cfa42b18df42aa7195350b2b38b6c..6fbd05aefcf0d081f07d170b115e1eb2576153f8 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -74,6 +74,9 @@
'../include/gpu',
],
},
+ 'defines': [
+ 'GR_COMPRESS_ALPHA_MASK=0',
+ ],
},
'targets': [
{
« no previous file with comments | « no previous file | src/gpu/GrSWMaskHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698