mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 06:58:16 +02:00
RADV_DYNAMIC_RASTERIZATION_SAMPLES triggers the following states: - FS (not needed when FS is NULL) - MSAA (already triggered) - BINNING (use radv_get_ps_iter_samples() on GFX9) - OCCLUSION_QUERY (doesn't use the PS) - DB_SHADER_CONTROL (already triggered) - RAST_SAMPLES (use radv_get_ps_iter_samples()) - NGGC (doesn't use the PS) So this can be simplified to BINNING (gfx9) | RAST_SAMPLES. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36912> |
||
|---|---|---|
| .. | ||
| addrlib | ||
| ci | ||
| common | ||
| compiler | ||
| drm-shim | ||
| gmlib | ||
| lanczoslib | ||
| llvm | ||
| registers | ||
| vpelib | ||
| vulkan | ||
| meson.build | ||