Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2366)

Unified Diff: gyp/common.gypi

Issue 5758043: Blend alpha correctly for ARGB32, ARGB16 (4444), and A8 modes. Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: don't include 5752045 in this CL Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/tests.gyp » ('j') | include/core/SkBlitRow.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common.gypi
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 30424de9fd8b452b66d6a838af3f0ea83c4adc57..5348bd615b546fd4fe3b168db9c5260a9734d30a 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -46,6 +46,16 @@
],
},
}],
+ [ 'skia_blend_correctly', {
+ 'defines': [
+ 'SK_BLEND_CORRECTLY',
+ ],
+ 'direct_dependent_settings': {
Stephen White 2012/05/08 14:50:49 Just wondering: is this necessary? Are there oth
+ 'defines': [
+ 'SK_BLEND_CORRECTLY',
+ ],
+ },
+ }],
],
'configurations': {
'Debug': {
« no previous file with comments | « no previous file | gyp/tests.gyp » ('j') | include/core/SkBlitRow.h » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b