SHA256
1
0
forked from pool/Mesa
Go to file
Stefan Dirsch dbe2ec5f48 Accepting request 637103 from home:mimi_vx:branches:X11:XOrg
- update to 18.2.1
  * Lot of fixes for Vulkan drivers.

- get rid of libwayland-egl1/libwayland-egl-devel completely; also
  for older Leap versions

- update to 18.2.0
  * This release consists of nearly 2200 commits from approximately
    130 developers.
  * The top highlights include:
    - OpenGL 4.3 on virgl.
    - OpenGL 4.4 Compatibility profile on radeonsi.
    - OpenGL ES 3.2 on radeonsi and virgl.
    - GL_ARB_ES3_2_compatibility on radeonsi.
    - GL_ARB_fragment_shader_interlock on i965.
    - GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+).
    - GL_ANDROID_extension_pack_es31a on radeonsi.
    - GL_KHR_texture_compression_astc_ldr on radeonsi.
    - GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on
      nvc0 (GM200+).
    - GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+).
    - multisampled images on nvc0 (GM107+) (now supported on GF100+).
  * Additional features:
    - ANV Extensions:
      - VK_KHR_bind_memory2.
      - VK_KHR_external_fence.
      - VK_KHR_external_fence_capabilities.
      - VK_KHR_external_semaphore.
      - VK_KHR_external_semaphore_capabilities.
      - VK_KHR_maintenance2.

OBS-URL: https://build.opensuse.org/request/show/637103
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=774
2018-09-23 10:25:38 +00:00
_constraints Accepting request 566887 from home:michel_mno:branches:X11:XOrg 2018-01-18 08:36:05 +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
archlinux_0001-Fix-linkage-against-shared-glapi.patch Accepting request 610642 from home:mimi_vx:branches:X11:XOrg 2018-05-22 08:42:37 +00:00
baselibs.conf Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
mako_4_radv.patch Accepting request 617323 from home:mimi_vx:branches:X11:XOrg 2018-06-18 02:01:43 +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-18.2.1.tar.xz Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
mesa-18.2.1.tar.xz.sha1sum Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
Mesa-drivers-rpmlintrc - merge content of new rpmlintrc into existing Mesa-rpmlintrc file 2018-02-27 09:59:23 +00:00
Mesa-drivers.changes Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
Mesa-drivers.spec Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +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 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
Mesa.keyring Accepting request 610642 from home:mimi_vx:branches:X11:XOrg 2018-05-22 08:42:37 +00:00
Mesa.spec Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch Accepting request 610642 from home:mimi_vx:branches:X11:XOrg 2018-05-22 08:42:37 +00:00
pre_checkin.sh Accepting request 561802 from home:michalsrb:branches:bnc1071297:X11:XOrg 2018-01-05 09:08:37 +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
U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
U_python-Fix-rich-comparisons.patch Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
U_python-Use-key-functions-when-sorting-containers.patch Accepting request 637103 from home:mimi_vx:branches:X11:XOrg 2018-09-23 10:25:38 +00:00
u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch Accepting request 587882 from home:michalsrb:branches:fdo104926:X11:XOrg 2018-03-16 13:14:29 +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.