Files
mesa/src
Erik Faye-Lund 45a61f1782 gallivm: fix texture-mapping with 16-bit result
16bit integer support also implies using 16-bit results when sampling
textures.

Because we're returning the results in float SSA values instead of int,
we need to bitcast back to integers before truncating the values.

Fixes: 00ff60f799 ("gallivm: add 16-bit integer support")
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12413>
2021-08-18 07:55:34 +00:00
..
2021-08-17 09:29:59 +00:00
2021-08-14 21:44:31 +00:00
2021-08-06 13:38:00 +00:00
2021-03-20 10:38:55 +00:00
2021-08-14 21:44:32 +00:00
2021-08-17 22:06:17 +00:00
2021-07-13 11:03:55 +00:00