SHA256
1
0
forked from pool/Mesa
Go to file
Ana Guerrero 9014baf88d Accepting request 1182863 from X11:XOrg
- Specfile cleanup
  * copy rust crate sources into subprojects folder
  * remove supplements. nvk is still new
- Specfile changes for Rust crates. Also added this to README-suse-maintenance.md
  * Since Rust crates are not installed or discouraged to be installed
    as system dependencies because of the maintenance burden of being the
    next crates.io, we will have to download the following crates as vendored
    dependencies. Hence, do not be scared if the dependencies are done like
    this To check new crates or update the versions, just go to the subprojects
    folder and run `grep -r crates .` then set versions appropriately.
- Update baselibs.conf
- Build requires rust-cbindgen >= 0.25. However, this means
  we cannot build libvulkan_nouveau on Leap.
- Enable libvulkan_nouveau including the following depencencies
  * add rust crate paste-1.0.14.tar.gz
  * add rust crate proc-macro2-1.0.70.tar.gz
  * add rust crate quote-1.0.33.tar.gz
  * add rust crate syn-2.0.39.tar.gz
  * add rust crate unicode-ident-1.0.12.tar.gz
- Update to bugfix release 24.1.2
  --> https://docs.mesa3d.org/relnotes/24.1.2

OBS-URL: https://build.opensuse.org/request/show/1182863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=510
2024-06-24 18:50:23 +00:00
_constraints let's request 20G of physical memory via _constraints file instead 2022-11-16 15:28:26 +00:00
_multibuild Accepting request 969915 from home:dirkmueller:Factory 2022-04-13 21:39:55 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
baselibs.conf Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00
manual-pages.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
mesa-24.1.2.tar.xz - Update to bugfix release 24.1.2 2024-06-20 14:25:18 +00:00
mesa-24.1.2.tar.xz.sig - Update to bugfix release 24.1.2 2024-06-20 14:25:18 +00:00
Mesa-rpmlintrc - merge content of new rpmlintrc into existing Mesa-rpmlintrc file 2018-02-27 09:59:23 +00:00
Mesa.changes Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00
Mesa.keyring - update to 20.1.0 2020-06-03 14:28:40 +00:00
Mesa.spec Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00
n_add-Mesa-headers-again.patch - Update to new feature release 24.0.3 2024-03-19 01:27:41 +00:00
n_drirc-disable-rgb10-for-chromium-on-amd.patch - adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch 2023-09-25 11:28:45 +00:00
n_stop-iris-flicker.patch Accepting request 1180929 from home:sndirsch:branches:X11:XOrg 2024-06-14 13:57:58 +00:00
paste-1.0.14.tar.gz Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00
proc-macro2-1.0.70.tar.gz Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00
python36-buildfix1.patch Accepting request 1180929 from home:sndirsch:branches:X11:XOrg 2024-06-14 13:57:58 +00:00
python36-buildfix2.patch - split python36-buildfix.patch into two patches python36-buildfix1.patch 2024-01-22 14:46:34 +00:00
quote-1.0.33.tar.gz Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00
README-suse-maintenance.md Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00
README.updates OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=5 2007-03-15 00:44:44 +00:00
syn-2.0.39.tar.gz Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00
u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch - python36-buildfix.patch 2024-01-20 13:49:19 +00:00
u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch - python36-buildfix.patch 2024-01-20 13:49:19 +00:00
u_dep_xcb.patch - Update to new feature release 24.0.3 2024-03-19 01:27:41 +00:00
U_fix-mpeg1_2-decode-mesa-20.2.patch Accepting request 1130356 from home:iznogood:factory 2023-12-08 17:49:35 +00:00
unicode-ident-1.0.12.tar.gz Accepting request 1182705 from home:uncomfyhalomacro:branches:X11:XOrg 2024-06-23 08:17:18 +00:00

DRI Driver update mechanism
---------------------------

If any corresponding DRI driver is found in "/usr/lib/dri/updates/"
it will be favored over the one in "/usr/lib/dri/" and will be used
for 32/64 bit applications.

On 32/64 bit biarch platforms additionally a corresponding DRI driver
in "/usr/lib64/dri/updates/" will be favored over the one in 
"/usr/lib64/dri/" and will be used for 64bit applications.