intel/fs: Delete a TODO about using brw_F32TO16.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 8 Mar 2023 04:42:43 +0000 (20:42 -0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 9 Mar 2023 23:26:17 +0000 (23:26 +0000)
commit78bf53904e85b4578fbd5371efdf57c95ea523e1
tree398466355b2fba18dfc43b0123b0b1c0c79d5a09
parent966995d9117d8d805b1aa992571d076500e3c347
intel/fs: Delete a TODO about using brw_F32TO16.

We can just use the new builder helpers to get the optimization
advantages of a MOV on Gfx8+ while also getting the necessary F32TO16
on Gfx7.x and yet not worry too hard about it.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21783>
src/intel/compiler/brw_fs_nir.cpp