diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_21.1.2.bb | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 5700cc9673..b3c8c292ff 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -131,6 +131,9 @@ PACKAGECONFIG[v3d] = "" | |||
131 | GALLIUMDRIVERS = "swrast" | 131 | GALLIUMDRIVERS = "swrast" |
132 | # gallium swrast was found to crash Xorg on startup in x32 qemu | 132 | # gallium swrast was found to crash Xorg on startup in x32 qemu |
133 | GALLIUMDRIVERS_x86-x32 = "" | 133 | GALLIUMDRIVERS_x86-x32 = "" |
134 | # Add crocus when 21.2 is out to the list below to support the full range of Intel GPUs | ||
135 | GALLIUMDRIVERS_append_x86_class-target = ",i915,iris" | ||
136 | GALLIUMDRIVERS_append_x86-64_class-target = ",i915,iris" | ||
134 | 137 | ||
135 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}" | 138 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}" |
136 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" | 139 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" |
diff --git a/meta/recipes-graphics/mesa/mesa_21.1.2.bb b/meta/recipes-graphics/mesa/mesa_21.1.2.bb index 1993d6cbd0..28abc91a87 100644 --- a/meta/recipes-graphics/mesa/mesa_21.1.2.bb +++ b/meta/recipes-graphics/mesa/mesa_21.1.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | DRIDRIVERS_append_x86_class-target = ",r100,r200,nouveau,i965,i915" | 3 | DRIDRIVERS_append_x86_class-target = ",r100,r200,nouveau,i965" |
4 | DRIDRIVERS_append_x86-64_class-target = ",r100,r200,nouveau,i965,i915" | 4 | DRIDRIVERS_append_x86-64_class-target = ",r100,r200,nouveau,i965" |
5 | 5 | ||