diff options
| author | 2013-04-09 21:18:45 +0000 | |
|---|---|---|
| committer | 2013-04-09 21:18:46 +0000 | |
| commit | 4a745e78bb1a3fdb4d28e71ddccd9709df7db4b1 (patch) | |
| tree | c000e2ef47847d18d25f5b51615f979888512d59 /libs/hwui/ProgramCache.cpp | |
| parent | 2355d13154d50687c0d8d74ea1c0e41ab9d88e7e (diff) | |
| parent | 032d47af737d803e841ab79f38ac9068a46c9aeb (diff) | |
Merge "Change the dither texture's swizzling" into jb-mr2-dev
Diffstat (limited to 'libs/hwui/ProgramCache.cpp')
| -rw-r--r-- | libs/hwui/ProgramCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/ProgramCache.cpp b/libs/hwui/ProgramCache.cpp index 2479630daea5..8eb85e5547eb 100644 --- a/libs/hwui/ProgramCache.cpp +++ b/libs/hwui/ProgramCache.cpp @@ -186,7 +186,7 @@ const char* gFS_Main_Dither[2] = { // ES 2.0 "texture2D(ditherSampler, ditherTexCoords).a * " STR(DITHER_KERNEL_SIZE_INV_SQUARE), // ES 3.0 - "texture2D(ditherSampler, ditherTexCoords).r" + "texture2D(ditherSampler, ditherTexCoords).a" }; const char* gFS_Main_AddDitherToGradient = " gradientColor += %s;\n"; |