egl: Add _eglConvertIntsToAttribs()
authorChad Versace <chadversary@chromium.org>
Tue, 27 Sep 2016 20:27:17 +0000 (13:27 -0700)
committerChad Versace <chadversary@chromium.org>
Tue, 4 Oct 2016 21:11:29 +0000 (14:11 -0700)
commit3e0d575a6d727c4334b783c443a5e1980dca43b4
treec21dc7f4afcb30b9a2aed7a0efd2cc83ebeee656
parentf2c2f43d4ea2948e8fd9be1ab192664df262c0f4
egl: Add _eglConvertIntsToAttribs()

This function converts an attribute list from EGLint[] to EGLAttrib[].
Will be used in following patches to cleanup EGLSync attribute parsing.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/egl/main/eglapi.c
src/egl/main/eglapi.h