Commit Graph

326 Commits

Author SHA1 Message Date
Rudi Heitbaum
0197483f83 mesa: update to 25.1.5 2025-07-03 08:26:09 +00:00
Rudi Heitbaum
f130035dda mesa: update to 25.1.4 2025-06-19 02:16:33 +00: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
8b6ce3b625 mesa: update to 25.1.2 2025-06-04 22:48:17 +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
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
Rudi Heitbaum
3e410e0b51 mesa: update to 25.1.1 2025-05-21 11:29:15 +00:00
Rudi Heitbaum
be180fa505 mesa: for host builds always build panfrost_compile 2025-05-14 05:26:14 +00:00
Rudi Heitbaum
f239887292 mesa: host builds with shared-llvm=disabled
allows mesa_clc to be portable between build trees and build hosts
2025-05-14 05:18:29 +00:00
Rudi Heitbaum
a29dfdf64e mesa: build panfrost compiler as required by 25.1.0 2025-05-08 16:43:21 +00:00
Rudi Heitbaum
4027215410 mesa: panfrost requires libclc since 25.1.0 2025-05-08 13:12:11 +00:00
Rudi Heitbaum
55ff04c967 mesa: update to 25.1.0
release notes: https://docs.mesa3d.org/relnotes/25.1.0.html
2025-05-08 01:20:48 +00:00
Rudi Heitbaum
d9204a4e36 mesa: update to 25.0.5 2025-04-30 23:35:58 +00:00
Rudi Heitbaum
a94dd45f4a mesa: update to 25.0.4 2025-04-17 09:40:55 +00:00
mglae
fdc2270c78 Merge pull request #9781 from smp79/generic-gl
Generic: switch to OpenGL
2025-04-13 00:07:13 +02:00
Rudi Heitbaum
5cd0c11570 mesa: add av1dec,av1enc,vp9dec for r600 and radeonsi 2025-04-08 10:32:03 +00:00
smp79
9d2001f14e Add Generic-gl device 2025-04-05 08:28:15 +03:00
Rudi Heitbaum
076d88f219 mesa: update to 25.0.3
https://lists.freedesktop.org/archives/mesa-dev/2025-April/226480.html
2025-04-03 14:04:37 +00:00
Rudi Heitbaum
97a87a8547 mesa: update to 25.0.2 2025-03-20 20:15:33 +00:00
Rudi Heitbaum
e6cc326251 mesa: update to 25.0.1 2025-03-05 22:49:50 +00:00
CvH
a98ef89a49 Merge pull request #9737 from heitbaum/mesa
mesa: update to 25.0.0
2025-02-19 21:37:00 +01:00
Rudi Heitbaum
0ee5567616 mesa: update to 25.0.0
- change from intel_clc to mesa_clc
  https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33014/commits
- clover: drop support for nir drivers - was not used
  80c4ffb61a
2025-02-19 20:21:37 +00:00