graphics/mesa-devel: update to 22.1.b.436
Changes: 5af4d0c2dc...2ca8b014d1
This commit is contained in:
parent
736d8ca9be
commit
62850d28ca
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mesa
|
||||
DISTVERSION= 22.1-branchpoint-370
|
||||
DISTVERSIONSUFFIX= -g5af4d0c2dca
|
||||
DISTVERSION= 22.1-branchpoint-436
|
||||
DISTVERSIONSUFFIX= -g2ca8b014d11
|
||||
CATEGORIES= graphics
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1650666071
|
||||
SHA256 (mesa3d-mesa-22.1-branchpoint-370-g5af4d0c2dca_GH0.tar.gz) = 29ce8da4a07cc093c1fac323567c2950e0c72af00895504df6410d9ea91135dc
|
||||
SIZE (mesa3d-mesa-22.1-branchpoint-370-g5af4d0c2dca_GH0.tar.gz) = 24692978
|
||||
TIMESTAMP = 1650932299
|
||||
SHA256 (mesa3d-mesa-22.1-branchpoint-436-g2ca8b014d11_GH0.tar.gz) = ae14bf557e2a9e85eb835ef941b5506b4a20582c9bff7555163506e1331a7574
|
||||
SIZE (mesa3d-mesa-22.1-branchpoint-436-g2ca8b014d11_GH0.tar.gz) = 24731132
|
||||
SHA256 (700efacda59c.patch) = f034cfbe09edff0baba67e46e7e3812fdef73ff3cf3e579050c024c95234c8d5
|
||||
SIZE (700efacda59c.patch) = 981
|
||||
SHA256 (50433886a3e3.patch) = 15af265e9dbb5dec7514062cfa549d1c1053f567395d9d133611c2a5138da470
|
||||
|
|
|
@ -40,9 +40,9 @@ Library selection is handled by libglvnd and/or libmap.conf.
|
|||
endif
|
||||
|
||||
_xa = get_option('gallium-xa')
|
||||
--- src/amd/vulkan/meson.build.orig 2022-02-25 15:38:08 UTC
|
||||
--- src/amd/vulkan/meson.build.orig 2022-04-25 20:18:42 UTC
|
||||
+++ src/amd/vulkan/meson.build
|
||||
@@ -92,7 +92,7 @@ libradv_files = files(
|
||||
@@ -94,7 +94,7 @@ libradv_files = files(
|
||||
'vk_format.h',
|
||||
)
|
||||
|
||||
|
@ -51,14 +51,14 @@ Library selection is handled by libglvnd and/or libmap.conf.
|
|||
|
||||
install_data(files_drirc, install_dir : join_paths(get_option('datadir'), 'drirc.d'))
|
||||
|
||||
@@ -150,7 +150,7 @@ endif
|
||||
vulkan_radv_def = 'vulkan_radv.def'
|
||||
@@ -153,7 +153,7 @@ libvulkan_radeon = shared_library(
|
||||
endif
|
||||
|
||||
libvulkan_radeon = shared_library(
|
||||
- 'vulkan_radeon',
|
||||
+ 'vulkan_radeon' + get_option('egl-lib-suffix'),
|
||||
[libradv_files, radv_entrypoints, sha1_h],
|
||||
vs_module_defs : vulkan_radv_def,
|
||||
[libradv_files, radv_entrypoints, sha1_h, radix_sort_spv],
|
||||
vs_module_defs : vulkan_api_def,
|
||||
include_directories : [
|
||||
--- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC
|
||||
+++ src/egl/meson.build
|
||||
|
|
Loading…
Reference in a new issue