aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar twiz@google.com <twiz@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-18 21:41:50 +0000
committerGravatar twiz@google.com <twiz@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-18 21:41:50 +0000
commit580711694654b8edc70028d09c4211445b661466 (patch)
tree91c7c37f5019f2d6c5a4f954c0a845054c01e650 /include/gpu
parent855cd7aa5e42b5b2c163e14dfefd22fe039127ba (diff)
This CL implements the Ganesh path for the SkTable_ColorFilter color transformation.
A new texture stage dedicated to color transforms has been added, along with the new custom stage implementing the LUT. Review URL: https://codereview.appspot.com/6351081 git-svn-id: http://skia.googlecode.com/svn/trunk@4663 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrPaint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h
index 8b1bf2c51e..fc2fce5875 100644
--- a/include/gpu/GrPaint.h
+++ b/include/gpu/GrPaint.h
@@ -24,7 +24,7 @@
class GrPaint {
public:
enum {
- kMaxTextures = 1,
+ kMaxTextures = 2,
kMaxMasks = 1,
};