diff options
author | 2010-07-30 19:18:16 -0700 | |
---|---|---|
committer | 2010-07-30 19:18:16 -0700 | |
commit | 06f96e2652e4855b6520ad9dd70583677605b79a (patch) | |
tree | 7d0e3709c8a400e264f37206eb27a286ee50d64b /libs/hwui/ProgramCache.h | |
parent | 42272759e4c3c406977187fd2b4df8739edccde8 (diff) |
Refactor Skia shaders handling.
With this change, Skia shaders can easily be applied to any mesh. This change also
supports ComposeShader. For instance, this can be used to blend a gradient and a
bitmap togehter and paint a string of text with the result.
Change-Id: I701c2f9cf7f89b2ff58005e8a1d0d80ccf4a4aea
Diffstat (limited to 'libs/hwui/ProgramCache.h')
-rw-r--r-- | libs/hwui/ProgramCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index 5a6ec33c3b77..d60f6cefc240 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -19,6 +19,7 @@ #include <utils/KeyedVector.h> #include <utils/Log.h> +#include <utils/String8.h> #include <GLES2/gl2.h> |