mesa: Drop incorrect statement about Z unpack behavior.

We pass z32f pixels through without clamping, as one would expect.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6297>
This commit is contained in:
Eric Anholt 2019-11-07 13:27:04 -08:00 committed by Marge Bot
parent d938c28c31
commit 83f97cd0be

View file

@ -516,10 +516,6 @@ unpack_float_z_Z32X24S8(uint32_t n, const void *src, float *dst)
/**
* Unpack Z values.
* The returned values will always be in the range [0.0, 1.0].
*/
void
_mesa_unpack_float_z_row(mesa_format format, uint32_t n,
const void *src, float *dst)