meta-agl-bsp/core: mesa: generic patches should be y-c-l safe
[AGL/meta-agl.git] / meta-agl-bsp / meta-core / recipes-graphics / mesa / mesa_agl.inc
1 SRC_URI += "file://0001-virgl-don-t-a-use-staging-when-a-resources-created-w.patch"
2
3 # The gallium-llvm is recommended as software 3D graphics renderer
4 GALLIUM_LLVM = "gallium-llvm"
5 PACKAGECONFIG:append:qemux86 = " gallium ${GALLIUM_LLVM}"
6 PACKAGECONFIG:append:qemux86-64 = " gallium ${GALLIUM_LLVM}"
7 PACKAGECONFIG:append:intel-corei7-64 = " gallium ${GALLIUM_LLVM}"
8
9 DRIDRIVERS:append:intel-corei7-64 = ",i965"