Skip to content

Commit 86a1917

Browse files
committed
update Ubuntu 24.04
1 parent 39050b3 commit 86a1917

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Scripts/Ubuntu_24_04/build_install_mesa.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ ninja install
144144
cd /root
145145

146146
# Build and install mesa
147-
git clone --depth=1 --branch mesa-24.2.0 https://gitlab.freedesktop.org/mesa/mesa.git
147+
git clone --depth=1 --branch mesa-24.3.3 https://gitlab.freedesktop.org/mesa/mesa.git
148148
cd mesa
149149
mkdir Build
150150
mkdir Build_x86
@@ -166,7 +166,7 @@ cd Build
166166
-Dgallium-drivers=$GALLIUM_DRIVERS \
167167
-Dvulkan-drivers=$VULKAN_DRIVERS \
168168
-Dplatforms=x11,wayland \
169-
-Dfreedreno-kmds=msm,virtio \
169+
-Dfreedreno-kmds=msm,virtio,kgsl \
170170
-Dglvnd=enabled \
171171
-Dc_args="-mfpmath=sse -msse -msse2 -mstackrealign" \
172172
-Dcpp_args="-mfpmath=sse -msse -msse2 -mstackrealign" \
@@ -198,7 +198,7 @@ export VULKAN_DRIVERS="amd,broadcom,freedreno,panfrost,swrast,virtio"
198198
-Dgallium-drivers=$GALLIUM_DRIVERS \
199199
-Dvulkan-drivers=$VULKAN_DRIVERS \
200200
-Dplatforms=x11,wayland \
201-
-Dfreedreno-kmds=msm,virtio \
201+
-Dfreedreno-kmds=msm,virtio,kgsl \
202202
-Dglvnd=enabled \
203203
-Dc_args="-mfpmath=sse -msse -msse2 -mstackrealign" \
204204
-Dcpp_args="-mfpmath=sse -msse -msse2 -mstackrealign" \

0 commit comments

Comments
 (0)