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

Unified Diff: src/gpu/effects/GrConfigConversionEffect.h

Issue 277323002: Make GrGLConfigConversionEffect work for Imagination and some other GPUs. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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: src/gpu/effects/GrConfigConversionEffect.h
diff --git a/src/gpu/effects/GrConfigConversionEffect.h b/src/gpu/effects/GrConfigConversionEffect.h
index 169c3d7db8fabc7e19480e4554550be8a09f4b02..20667e0bd251f065830f5983f50da7b011b16dae 100644
--- a/src/gpu/effects/GrConfigConversionEffect.h
+++ b/src/gpu/effects/GrConfigConversionEffect.h
@@ -30,6 +30,10 @@ public:
kMulByAlpha_RoundDown_PMConversion,
kDivByAlpha_RoundUp_PMConversion,
kDivByAlpha_RoundDown_PMConversion,
+ kMulByAlpha_RoundUp_HIGHP_PMConversion,
+ kMulByAlpha_RoundDown_HIGHP_PMConversion,
+ kDivByAlpha_RoundUp_HIGHP_PMConversion,
+ kDivByAlpha_RoundDown_HIGHP_PMConversion,
kPMConversionCnt
};
« no previous file with comments | « no previous file | src/gpu/effects/GrConfigConversionEffect.cpp » ('j') | src/gpu/effects/GrConfigConversionEffect.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698