mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 01:10:16 +01:00
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:
parent
d938c28c31
commit
83f97cd0be
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue