Skip to content

Commit

Permalink
mesa: Update to 23.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 31, 2024
1 parent 5f4a3d8 commit 367796c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified m/mesa/manifest.x86_64.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions m/mesa/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@
}
},
"source-name": "mesa",
"source-release": "8",
"source-version": "23.1.3"
"source-release": "9",
"source-version": "23.3.4"
}
8 changes: 4 additions & 4 deletions m/mesa/stone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : mesa
version : 23.1.3
release : 8
version : 23.3.4
release : 9
homepage : https://mesa3d.org/
upstreams :
- https://archive.mesa3d.org/mesa-23.1.3.tar.xz : 2f6d7381bc10fbd2d6263ad1022785b8b511046c1a904162f8f7da18eea8aed9
- https://archive.mesa3d.org/mesa-23.3.4.tar.xz : df12d765be4650fe532860b18aa18e6da1d0b07d1a21dfdfe04660e6b7bac39a
summary : Mesa 3D graphics library
description : |
The Mesa project began as an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. Over the years the project has grown to implement more graphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL. A variety of device drivers allows the Mesa libraries to be used in many different environments ranging from software emulation to complete hardware acceleration for modern GPUs. Mesa ties into several other open-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGL support on Linux, FreeBSD, and other operating systems.
Expand Down Expand Up @@ -57,7 +57,7 @@ setup : |
-Dshared-llvm=enabled \
-Dosmesa=true \
-Dplatforms=x11,wayland \
-Dvulkan-drivers=amd,intel,intel_hasvk,swrast,virtio-experimental \
-Dvulkan-drivers=amd,intel,intel_hasvk,swrast,virtio \
-Dvulkan-layers=device-select,overlay
build : |
Expand Down

0 comments on commit 367796c

Please sign in to comment.