commit | 741a6100a0de3cbbbb44c4e6ecc8be770e684a1e | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Oct 15 18:45:45 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Oct 15 18:45:45 2009 -0700 |
tree | 128171563c94ed0925c0ade0936cacdc77317781 | |
parent | 41c19db90e250e2b7cb438904f0e96a0ef455d6d [diff] [blame] |
Fix bug where dirty messages for allocations attached to programVertex objects could be lost.
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp index 2b3d076..cc39dac 100644 --- a/libs/rs/rsContext.cpp +++ b/libs/rs/rsContext.cpp
@@ -438,6 +438,7 @@ } else { mVertex.set(pv); } + mVertex->forceDirty(); } void Context::assignName(ObjectBase *obj, const char *name, uint32_t len)