SHA256
1
0
forked from pool/Mesa
Ana Guerrero 403ddb935c Accepting request 1140618 from X11:XOrg
- split python36-buildfix.patch into two patches python36-buildfix1.patch 
  and python36-buildfix2.patch; apply the latter only on sle15-sp6/Leap 15.6
  since on newer python releases than 3.6 it changes behaviour to 
  remove required=True option

- python36-buildfix.patch
  * src/freedreno/registers/gen_header.py: hopefully fixes aarch64
    build

- u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch
  u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch
  python36-buildfix.patch
  * fixes build against python 3.6 

- let Mesa-dri require libvulkan1 to get zink/swrast driver
  fallbacks working (hopefully); probably related:
  2a71f06f29

-  Update to bugfix release 23.3.3
  --> https://docs.mesa3d.org/relnotes/23.3.3.html

- Update to bugfix release 23.3.2
  --> https://docs.mesa3d.org/relnotes/23.3.2.html 

- Update to version 23.3.0:
  * It includes NVK, a new reverse-engineered Vulkan driver for
    Nvidia hardware. This driver is still in experimental phase,
    not quite ready for prime time yet, but adventurous users can
    give it a go!
  * New extensions & features (in no particular order):
    - VK_EXT_pipeline_robustness on ANV
    - VK_KHR_maintenance5 on RADV
    - OpenGL ES 3.1 on Asahi
    - GL_ARB_compute_shader on Asahi
    - GL_ARB_shader_atomic_counters on Asahi
    - GL_ARB_shader_image_load_store on Asahi
    - GL_ARB_shader_image_size on Asahi
    - GL_ARB_shader_storage_buffer_object on Asahi
    - GL_ARB_sample_shading on Asahi
    - GL_OES_sample_variables on Asahi
    - GL_OES_shader_multisample_interpolation on Asahi
    - GL_OES_gpu_shader5 on Asahi
    - EGL_ANDROID_blob_cache works when disk caching is disabled
    - VK_KHR_cooperative_matrix on RADV/GFX11+
- Drop patches fixed upstream:
  * U_clover-llvm-move-to-modern-pass-manager.patch
  * U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
- Refresh patches with quilt.
- Use %patch -p N instead of deprecated %patchN.

- enable rusticl on sle15-sp6

OBS-URL: https://build.opensuse.org/request/show/1140618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=492
2024-01-24 18:03:53 +00:00
2020-06-03 14:28:40 +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.
Description
No description provided
Readme 22 MiB
Languages
Standard ML 100%