commit | c2908e60c9b021fb4bb69acff8d49981dd4dade8 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Feb 23 17:44:28 2010 -0800 |
committer | Jason Sams <rjsams@android.com> | Tue Feb 23 17:44:28 2010 -0800 |
tree | 7b719d7ca8dc804e2906df1d38022ea4f9c22c50 | |
parent | 7eecbf2085bcfe475daf68090a1a4f47fbb6ec72 [diff] [blame] |
Support defered generation of mipmaps. With this change we support mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain.
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index 10e5285..89d9d5e 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec
@@ -113,6 +113,7 @@ AllocationUploadToTexture { param RsAllocation alloc + param bool genMipMaps param uint32_t baseMipLevel }