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

Unified Diff: include/gpu/GrBackendEffectFactory.h

Issue 12431018: Increase bits for effect attribute key (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | src/gpu/gl/GrGLEffect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrBackendEffectFactory.h
===================================================================
--- include/gpu/GrBackendEffectFactory.h (revision 8137)
+++ include/gpu/GrBackendEffectFactory.h (working copy)
@@ -41,7 +41,7 @@
* automatically with the bits produced by GrGLEffect::GenKey().
*/
kTextureKeyBits = 6,
- kAttribKeyBits = 4
+ kAttribKeyBits = 6
};
virtual EffectKey glEffectKey(const GrEffectStage&, const GrGLCaps&) const = 0;
« no previous file with comments | « no previous file | src/gpu/gl/GrGLEffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698