commit | 7fabe1a3bf8de37d86021bb7f744c791db81aed3 | [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 | b10755cc39b73cd7a16d2d96c1734b6fab0c51be | |
parent | 4e17e0e765c3a03c8d5065b8830e6dd8822f2c6a [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/rs.spec b/rs.spec index 10e5285..89d9d5e 100644 --- a/rs.spec +++ b/rs.spec
@@ -113,6 +113,7 @@ AllocationUploadToTexture { param RsAllocation alloc + param bool genMipMaps param uint32_t baseMipLevel }