SHA256
1
0
forked from pool/Mesa

- update to 21.1.0

* bunch of work here, lots of zink and softpipe, but bits and
    pieces of other things: tgsi, freddreno, nir, panfrost, intel, 
    spirv, core gallium, radv, aco, r600, and core mesa.
- supersedes patches U_clover-Fix-build-with-llvm-12.patch,
  U_clover-Add-missing-include-for-llvm-12-build-fix.patch

- update to 21.0.3
  * fixes in haiku, core mesa, radeonsi, lavapipe, nir, radv, anv,
    freedreno and turnip, etniviv, iris, egl, lima, core gallium,
    spriv, v3d, meson

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1034
This commit is contained in:
2021-05-06 12:24:11 +00:00
committed by Git OBS Bridge
parent 8969889762
commit 13f39fa26f
10 changed files with 43 additions and 133 deletions

View File

@@ -40,7 +40,7 @@
%define glamor 1
%define _name_archive mesa
%define _version 21.0.2
%define _version 21.1.0
%define with_opencl 0
%define with_vulkan 0
%define with_llvm 0
@@ -108,7 +108,7 @@
%endif
Name: Mesa
Version: 21.0.2
Version: 21.1.0
Release: 0
Summary: System for rendering 3-D graphics
License: MIT
@@ -127,8 +127,6 @@ Patch2: n_add-Mesa-headers-again.patch
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
Patch58: u_dep_xcb.patch
Patch100: U_fix-mpeg1_2-decode-mesa-20.2.patch
Patch101: U_clover-Fix-build-with-llvm-12.patch
Patch102: U_clover-Add-missing-include-for-llvm-12-build-fix.patch
BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
@@ -715,8 +713,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch54 -p1
%patch58 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1
# Remove requires to vulkan libs from baselibs.conf on platforms
# where vulkan build is disabled; ugly ...