commit | 1456ed85f0ed8b9c9f0abd6bd389a089fa3824b2 | [log] [tgz] |
---|---|---|
author | Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> | Fri Feb 07 14:44:04 2014 +0200 |
committer | Brian Paul <brianp@vmware.com> | Fri Feb 07 08:14:05 2014 -0700 |
tree | 7c3538e69078fc760508bd1e6a7dfbfc6ae3ed9c | |
parent | d530745169282469b2dd8221629ef948ff31bcf3 [diff] |
egl: Unhide functionality in _eglInitContext() _eglInitResource() was used to memset entire _EGLContext by writing more than size of pointed target. This does work as long as Resource is the first element in _EGLContext, this patch fixes such dependency. Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>