commit | a06461be26c0807fdf3cbdf25a7e7c2d92fac96b | [log] [tgz] |
---|---|---|
author | jon.parr <[email protected]> | Thu May 08 15:09:15 2014 +0100 |
committer | jon.parr <[email protected]> | Thu May 08 15:09:15 2014 +0100 |
tree | 4b3a9041da8f5a5efea70b217350f2ed3d0daace | |
parent | 9bd08e84ba2c9bd0708de5600877162126c4467c [diff] |
Specify EGL_PBUFFER_BIT when selecting EGL configuration. Change the EGL config selection so that it sets the EGL_PBUFFER_BIT in the EGL_SURFACE_TYPE attribute. The library makes use of pbuffers, so needs to request a context that is guaranteed to support them. Without this attribute, the returned context may not support pbuffers and the application will fail. Change-Id: I7ef408578e8d7ec58086c9baaf3a16371051fd79 Signed-off-by: jon.parr <[email protected]>