Kenneth Graunke writes:
> Broadwell's 3DSTATE_CLEAR_PARAMS packet expects a floating point value
> regardless of format. This means we need to stop converting it to
> UNORM.
>
> Storing the value as float would make sense, but since we already have a
> uint32_t field, this patch continues shoeho
Broadwell's 3DSTATE_CLEAR_PARAMS packet expects a floating point value
regardless of format. This means we need to stop converting it to
UNORM.
Storing the value as float would make sense, but since we already have a
uint32_t field, this patch continues shoehorning it into that. In a
sense, this