commit | f0c3a1c112f41b69adf7e90513e4e7d3345f9765 | [log] [tgz] |
---|---|---|
author | Emil Velikov <emil.velikov@collabora.com> | Mon Jul 04 15:34:18 2016 +0100 |
committer | Daniel Stone <daniels@collabora.com> | Fri Jul 22 15:28:32 2016 +0100 |
tree | 1e984704fd3a875b2b4cfc3341172291a81b020a | |
parent | cbcf545fd92f3b03849369e3905f8d538716bfba [diff] |
gl-renderer: move check_extension() to shared/ ... prefixing it with a "weston_". This way we can reuse it across the board, instead of the current strstr. The latter of which can give us false positives, thus it will be resolved with next commit(s). Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com>