mesa/st: fix formats required for EXT_texture_norm16
authorTapani Pälli <tapani.palli@intel.com>
Thu, 27 Feb 2020 08:33:33 +0000 (10:33 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 2 Mar 2020 10:53:44 +0000 (10:53 +0000)
commitfbd61b3fb66bcc3eb0f65da2c869046c24c35dc8
treec35d208bb3209deea6f606a758bf2fdeb95b6ef4
parente58bb417b57243d9bf0faa0995522dde5bf3fbfb
mesa/st: fix formats required for EXT_texture_norm16

Earlier commit did not take in to account that lists required for
rendering and texturing are parsed separately. This commit simply
removes formats added to the other list.

Fixes: de4eb9a3bb9 ("mesa/st: toggle EXT_texture_norm16 based on format support")
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3961>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3961>
src/mesa/state_tracker/st_extensions.c