commit | 4244afa87edf8f2dde0f053f31f39f54c0fa1783 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Jul 02 15:09:27 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Jul 02 15:09:27 2009 -0700 |
tree | 473fd78029bb27ef6aa5ee8c67e39d6356cb0454 | |
parent | aabd00960f3b98c3c5636d99212343d71956a1d1 [diff] [blame] |
Add support for multitexture and fix allocation ref counting bug in RS. Add plaque to rollo and leave it disabled due to ugly appearance.
diff --git a/libs/rs/rsAllocation.cpp b/libs/rs/rsAllocation.cpp index bc14eac..c143307 100644 --- a/libs/rs/rsAllocation.cpp +++ b/libs/rs/rsAllocation.cpp
@@ -164,6 +164,7 @@ const Type * type = static_cast<const Type *>(vtype); Allocation * alloc = new Allocation(type); + alloc->incRef(); return alloc; }