| commit | 334fd9aeacd4221fc8cd1333b2a34fb3b26b3a0d | [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 | fcbd02eb1fc1f304d2a34c0bc3baf271626e4d89 | |
| parent | b9fb90088fee215108f14e202af373813a7ba41f [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/rsAllocation.cpp b/rsAllocation.cpp index bc14eac..c143307 100644 --- a/rsAllocation.cpp +++ b/rsAllocation.cpp
@@ -164,6 +164,7 @@ const Type * type = static_cast<const Type *>(vtype); Allocation * alloc = new Allocation(type); + alloc->incRef(); return alloc; }