commit | c9d43db4d216b01b13aebfdb31d5615909591b33 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Jul 28 12:02:16 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Jul 28 12:02:16 2009 -0700 |
tree | 9ee46dee265ddee2a10c624e10ee6f2a50a8c2df | |
parent | 5e172b0817603d4ef0d7e80221a2cc4ecea1fb1b [diff] [blame] |
Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smallest larger pow texture. The added space is filled black.
diff --git a/rsContext.cpp b/rsContext.cpp index 78b8bf8..e52b0e0 100644 --- a/rsContext.cpp +++ b/rsContext.cpp
@@ -79,8 +79,7 @@ mFragment.set(frag); mVertex.set(vtx); mFragmentStore.set(store); - return true; - + return ret; }