Files
mesa/src
Marek Olšák 73abbf1175 radeonsi: rewrite how small prim precision is passed to culling code
Instead of passing 2 different 4-bit precision values via the SGPR, pass
the quant mode enum + log_samples as 3 bits, and 2-bit log_samples
separately. This saves 3 bits in the SGPR, which we'll need for culling
states.

This completely changes how the small prim precision is computed from
the state bits.

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31865>
2024-10-29 16:47:44 +00:00
..
2024-10-21 01:14:35 +00:00
2024-10-17 09:50:19 +00:00
2024-10-24 16:50:44 +00:00
2024-10-29 12:32:04 +00:00
2024-10-17 18:17:18 +00:00
2024-09-06 17:34:17 +00:00