Commit Graph

2545 Commits

Author SHA1 Message Date
Rudi Heitbaum
21b24058cd libjpeg-turbo: update to 3.1.1
release notes: https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.1.1
2025-06-13 10:13:45 +00:00
Rudi Heitbaum
211ce34480 libpng: update to 1.6.49 2025-06-13 10:10:45 +00:00
Christian Hewitt
aa107605b0 Merge pull request #10134 from heitbaum/pkg
Package updates
2025-06-09 09:47:18 +04:00
Rudi Heitbaum
dd413ef8a5 assimp: update to 6.0.2 2025-06-09 03:01:24 +00:00
Rudi Heitbaum
c32b0a9f45 libdrm: update to 2.4.125 2025-06-09 03:01:24 +00:00
Christian Hewitt
d3aa356c73 Merge pull request #10129 from heitbaum/vulkan
Vulkan update to 1.4.317
2025-06-08 12:46:13 +04:00
Matthias Reichl
89121b9fbc Merge pull request #10132 from heitbaum/cleanup
mesa: drop deprecated options
2025-06-07 17:09:15 +02:00
Rudi Heitbaum
76d4f5c327 mesa: drop deprecated options
The following options are now deprecated:
- DEPRECATION: Option 'gallium-nine' is deprecated
  - was false and defaults to false
- DEPRECATION: Option 'gallium-opencl' is deprecated
  - was false and defaults to false
- DEPRECATION: Option 'shared-glapi' is deprecated
  - option now does nothing
- DEPRECATION: Option 'osmesa' is deprecated
  - option now does nothing

- DEPRECATION: Option 'gallium-xa' is deprecated
  - this deprecated option has been left as-is until it is removed by upstream.
    this is expected in mesa 25.2
    is set to true for vmware otherwise was false and defaults to false
2025-06-07 14:43:05 +00:00
Rudi Heitbaum
841404d40b mesa: update to 25.1.3 2025-06-07 14:02:35 +00:00
Rudi Heitbaum
a96e60113c vulkan-tools: update to 1.4.317 2025-06-07 00:22:24 +00:00
Rudi Heitbaum
407f3723a4 vulkan-loader: update to 1.4.317 2025-06-07 00:22:24 +00:00
Rudi Heitbaum
b27db53c10 vulkan-headers: update to 1.4.317 2025-06-07 00:22:24 +00:00
Rudi Heitbaum
5bf10c67f2 assimp: update to 6.0.1 2025-06-06 09:16:41 +00:00
Christian Hewitt
20473c430b Merge pull request #10098 from heitbaum/pkg
Package updates
2025-06-06 12:55:02 +04:00
Rudi Heitbaum
31fecab9da spirv-llvm-translator: update to 20.1.3 2025-06-06 07:35:38 +00:00
Rudi Heitbaum
8b6ce3b625 mesa: update to 25.1.2 2025-06-04 22:48:17 +00:00
CvH
485fb56d5e Merge pull request #10049 from heitbaum/mesa-host
Allow build of compiled mesa reusable host tools
2025-05-31 15:27:29 +02:00
Rudi Heitbaum
1d4ccb9c5d vulkan-tools: update to 1.4.316 2025-05-30 23:17:55 +00:00
Rudi Heitbaum
5e50579efb vulkan-loader: update to 1.4.316 2025-05-30 23:17:55 +00:00
Rudi Heitbaum
7bde205e70 vulkan-headers: update to 1.4.316 2025-05-30 23:17:55 +00:00
Rudi Heitbaum
c49b231ea5 nvidia: update to 575.57.08 2025-05-30 07:29:50 +00:00
Rudi Heitbaum
1c2dc44437 mesa: allow use of mesa-reusable host tools 2025-05-24 07:34:12 +00:00
Rudi Heitbaum
5b2ceba7f2 mesa: host: enable build of reusable tools
strip the tools and apply upx
create a tar file of the reusable mesa:host tools
2025-05-22 09:20:10 +00:00
Rudi Heitbaum
fe32a44be5 mesa-reusable: initial release 2025-05-21 23:23:20 +00:00
Matthias Reichl
3e60f458d4 mesa: fix logic error in glvnd selection
Commit 9d2001f14e ("Add Generic-gl device") introduced a subtle error
in the glvnd enablement logic that lead to the Generic-Legacy image
being built without glvnd which breaks nvidia support.

Unlike most programming languages "||" and "&&" have the same precedence
in shell and "A || B && C" get evaluated as "(A || B) && C" instead of
the intended "A || (B && C)".

Fix this by moving the "AND not-X11" check into the "GL" test and
adjust formatting to make the intention clear.

Signed-off-by: Matthias Reichl <hias@horus.com>
2025-05-21 17:52:55 +02:00