mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 00:10:10 +01:00
gitlab-ci: add meson glvnd build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
5459900f38
commit
ba26bc4ef0
2 changed files with 20 additions and 0 deletions
|
|
@ -165,6 +165,25 @@ build:meson-loader-classic-dri:
|
||||||
-D gallium-nine=false
|
-D gallium-nine=false
|
||||||
-D gallium-opencl=disabled
|
-D gallium-opencl=disabled
|
||||||
|
|
||||||
|
build:meson-glvnd:
|
||||||
|
extends: .meson-build
|
||||||
|
variables:
|
||||||
|
UNWIND: "true"
|
||||||
|
DRI_LOADERS: >
|
||||||
|
-D glvnd=true
|
||||||
|
-D egl=true
|
||||||
|
-D gbm=true
|
||||||
|
-D glx=dri
|
||||||
|
DRI_DRIVERS: "i965"
|
||||||
|
GALLIUM_ST: >
|
||||||
|
-D gallium-vdpau=false
|
||||||
|
-D gallium-xvmc=false
|
||||||
|
-D gallium-omx=disabled
|
||||||
|
-D gallium-va=false
|
||||||
|
-D gallium-xa=false
|
||||||
|
-D gallium-nine=false
|
||||||
|
-D gallium-opencl=disabled
|
||||||
|
|
||||||
# NOTE: Building SWR is 2x (yes two) times slower than all the other
|
# NOTE: Building SWR is 2x (yes two) times slower than all the other
|
||||||
# gallium drivers combined.
|
# gallium drivers combined.
|
||||||
# Start this early so that it doesn't hunder the run time.
|
# Start this early so that it doesn't hunder the run time.
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ RUN apt-get install -y \
|
||||||
x11proto-xf86vidmode-dev \
|
x11proto-xf86vidmode-dev \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
libunwind8-dev \
|
libunwind8-dev \
|
||||||
|
libglvnd-dev \
|
||||||
python2.7 \
|
python2.7 \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-setuptools \
|
python-setuptools \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue