commit | 74eed3110874ef1e45234519a82aab57668dc3dc | [log] [tgz] |
---|---|---|
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | Tue Mar 24 13:12:04 2015 +0100 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Thu Mar 26 09:54:49 2015 +0200 |
tree | c0a72972418ad05c8a74cb169db817fc3ff00352 | |
parent | ace6920912bb96818960f411175de8b52b6b69ce [diff] |
gl-renderer: call supports() automatically in create() This means compositors don't need to call supports() manually and create() will just return -1 in the failure case as before. This also means we can deal with the case of eglGetProcAddress returning non-NULL but not actually being available at runtime. Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>