mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
panfrost: Pin an architecture for blending
Need to pick something but it's all the same, even on Valhall. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11785>
This commit is contained in:
parent
86c0073206
commit
8db1c0e509
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
#include "compiler/nir/nir_conversion_builder.h"
|
||||
#include "compiler/nir/nir_lower_blend.h"
|
||||
|
||||
/* Blending is shared across all supported Malis with only minor differences,
|
||||
* so pin a particular version */
|
||||
#define ARCH 7
|
||||
#include <midgard_pack.h>
|
||||
|
||||
/* Fixed function blending */
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue