commit | c3fba3be74669d59141a25b36e3a07a8e2605144 | [log] [tgz] |
---|---|---|
author | Michael I. Gold <gold@nvidia.com> | Thu Dec 23 13:51:36 2010 -0800 |
committer | Jamie Gennis <jgennis@google.com> | Tue Mar 29 13:43:54 2011 -0700 |
tree | 85d9ff7e9d82d11b5031f137de442ef62ca632e1 | |
parent | 322891c689c845b5aa63dbca606967eb9f8f900b [diff] |
egl: fixes for object refcounts eglMakeCurrent() would only deref the previous surfaces if the old and new contexts were the same. eglTerminate() should not touch TLS. eglReleaseThread() needs to unbind the current context. Change-Id: I7f4c090a287ee1e29e4708ae10679fb9d7d8c8c5 Related-Bug: 2964479