commit | c47af8b95f26bd83efe322ff0baa52263fb8625e | [log] [tgz] |
---|---|---|
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | Thu Jun 06 19:47:23 2019 -0400 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Wed Jul 31 09:50:06 2019 -0700 |
tree | 8ae920087dbefb8edde7bbfd4297a0d26d72b4ad | |
parent | 7404833c2e3227b61f53ad93b0e3a1a4d545c05f [diff] |
st/dri: simplify dri_get_egl_image by reusing dri2_format_table this makes dri2_get_mapping_by_fourcc accessible from dri_helpers.h and does a direct lookup on the fourcc id to match the pipe format Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>