commit | 331e5f105eb42862e10f39ea5d702dd55139b887 | [log] [tgz] |
---|---|---|
author | Tapani Pälli <tapani.palli@intel.com> | Fri Aug 28 13:04:21 2020 +0300 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Sep 08 05:06:53 2020 +0000 |
tree | 145d2b49e13aeb1bac4aa2d03014c692023d00a0 | |
parent | bb42deee362c8dcdeca2212567aba945cd3f4116 [diff] |
mesa: refactor floating point texture fbo completeness check on gles Patch introduces a helper function for checking the completeness and fixes some of the existing checking in is_format_color_renderable. This is done as preparation for EXT_color_buffer_half_float support. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6491>