Revisions of Mesa

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 710853 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 350)
- reverted latest change in specfile; it's not needed; llvm8 is
  already been chosen on factory/TW by default ...

- use llvm8 on factory/TW 

- n_glesv1_cm-glesv2.patch
  * reenables build of GLESv1_CM and GLESv2 ...
- readded pkgconfig files for GLESv1_CM and GLESv2 to filelists
- removed again virtual provides for 
  * pkgconfig(glesv1_cm)
  * pkgconfig(glesv2)

- reenable LTO with Mesa 19.1 (boo#1133265, comment#5) 
- enabled new gallium drivers
  * iris (newer Intel GPUs) 
  * lima, panfrost on ARM64
- virtually provide
  * pkgconfig(glesv1_cm)
  * pkgconfig(glesv2)
  in libGLESv1_CM-devel/libGLESv2-devel packages, since these files
  have been removed from Mesa via git commit #1587586

- Update to 19.1.0:
  * Mesa 19.1.0 implements the OpenGL 4.5 API, but the version
    reported by glGetString(GL_VERSION) or
    glGetIntegerv(GL_MAJOR_VERSION) /
    glGetIntegerv(GL_MINOR_VERSION) depends on the particular
    driver being used. Some drivers don't support all the features
    required in OpenGL 4.5. OpenGL 4.5 is only available if
    requested at context creation. Compatibility contexts may
    report a lower version depending on each driver.
  * The top highlights include:
    - GL_ARB_parallel_shader_compile for all drivers.
    - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
    - GL_EXT_shader_image_load_formatted on radeonsi.
    - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
    - GL_EXT_texture_compression_s3tc_srgb on Gallium and i965
      drivers (ES extension).
    - GL_NV_compute_shader_derivatives on Iris and i965 drivers.
    - GL_KHR_parallel_shader_compile on all drivers.
    - GL_INTEL_conservative_rasterization on Iris.
- Refresh patches with quilt.
- Clean-up spec files for .pc and other files no longer built.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 704704 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 349)
- Update to 19.0.5
  * Things have slowed back down from the last release, which is
    good for this late in the series. No one area has received too
    much work, with a little bit sprinkled in here and there in
    both core code and drivers.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 702828 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 348)
- Update to 19.0.4
  * It's been a pretty active release, especially for how late in
    the cyle we are. Radv was the busiest component, but there
    were also a few changes for intel, radeonsi, some core vulkan
    work, and a little bit of other stuff here and there.
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 698207 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 347)
- Update to 19.0.3
  * quiet release with just 19 patches (excluding release churn)
    since 19.0.2
  * no sub component was touched too much
  * virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm 
    received a few patches

- Disable LTO (boo#1133265).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 689350 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 345)
- Update to 19.0.1
  * "This is the first bug fix release of the 19.0 branch. It's
    been a pretty calm cycle, and there's not too much here. I
    think things are looking pretty good overall."

- baselibs.conf: Mesa-libEGL-devel needs Mesa-KHR-devel (bsc#1117365) 

- Mesa-libEGL-devel needs Mesa-KHR-devel (bsc#1117365)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 677779 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 340)
- remove n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch;
  keeping that one reintroduced render errors and missing screen
  refreshes on GNOME3 in a qemu VM (cirrus emulation); the issue has
  been fixed in a different and better way since 18.3.3; this is
  related to bsc#1118149

- Update to 18.3.4
  * A fix in the XvMC state-tracker, which was causing some video attributes to
    not take affect. On the video front the VAAPI state tracker has seen
    improvements with VP9 streams while the amdgpu driver advertises all available
    profiles.
  * On Intel side we have compiler fixes and extra PCI IDs for Coffee Lake and
    Ice Lake parts. In the Broadcom drivers a couple of memory leaks were
    addressed and the NEON assembly should compile properly on armhf.
  * Other drivers such as radeonsi, nouveau and freedreno have also seen some
    love. The RADV driver has seen addressed to compile correctly with GCC9
    amongst other changes.
  * The Xlib based libGL have been addressed to work with X servers, which lacks
    the MIT-SHM extension such as XMing.
  * To top it up we have a few fixes to the meson build system.

- Update to 18.3.3
  * In this release we have:
    A memory leak fix in the etnaviv driver, better NEON assembly code in vc4 and
    couple of stability improvements to the radeonsi driver. Another memory leak
    affecting all gallium drivers have also been addressed.
  * The time required to compile GLSL shaders with large amount of uniforms, such
    as Godot, has been improved.
  * GLX and swrast have also seen some improvements.
  * On the Vulkan side, the ANV driver adjusted the number of images supported
    for gen8 and earlier to 8, while for newer hardware it remains the same 64.
    The RADV driver has seens a collection of stability improvements and fix for
    the Vulkan version advertised in some corner cases.
  * To top it all up, the meson build system has seen a steady amount of fixes:
    the DSO version for the VDPAU drivers is now included, ICC compatibility
    patches, opencl handling and relaxed handling when building osmesa.
- adjusted n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch

- Build Mesa with meson instead of automake
  + Build classic swrast with Mesa, as its a dependency for osmesa - delete it
    while installing
  + Build egl with Mesa-drivers as it demands one windowing-system - 
    delete it while installing
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 667671 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 339)
- Update to 18.3.2
  * In this release candidate we have added more PCI IDs for AMD
    Vega devices and a number of fixes for the RADV Vulkan drivers.
  * On the Intel side we have a selection ranging from quad swizzles
    support for ICL to compiler fixes.
  * The nine state tracker has also seen some love as do the
    Broadcom drivers.
  * To top it all up, we have a healthy mount of build system fixes.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 664063 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 338)
- Enable the surfaceless platform, which is needed by KDE CI 
  environment for testing (https://phabricator.kde.org/T10245)

- Add etnaviv and imx support for %arm and arch64
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 336)
seems cause several strange issue, not quite confident, revert for checking
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 635013 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 335)
- 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.
      - VK_KHR_maintenance3.
      - VK_KHR_multiview.
      - VK_KHR_relaxed_block_layout.
      - VK_KHR_sampler_ycbcr_conversion.
      - VK_KHR_8bit_storage.
      - VK_KHR_create_renderpass2.
      - VK_KHR_display.
      - VK_KHR_display_swapchain.
      - VK_KHR_external_fence_fd.
      - VK_KHR_external_semaphore_fd.
      - VK_KHR_get_display_properties2.
      - VK_KHR_image_format_list.
    - RADV Extensions:
      - VK_KHR_bind_memory2.
      - VK_KHR_external_fence.
      - VK_KHR_external_fence_capabilities.
      - VK_KHR_maintenance2.
      - VK_KHR_maintenance3.
      - VK_KHR_multiview.
      - VK_KHR_relaxed_block_layout.
      - VK_KHR_create_renderpass2.
      - VK_KHR_display.
      - VK_KHR_display_swapchain.
      - VK_KHR_draw_indirect_count.
      - VK_KHR_external_fence_fd.
      - VK_KHR_get_display_properties2.
      - VK_KHR_get_surface_capabilities2.
      - VK_KHR_image_format_list.
    - New GL extensions supported by all drivers:
      - GL_OES_EGL_image_external.
      - GL_OES_EGL_image_external_essl3.
    - freedreno:
      - GL 3.0's multisample anti-aliasing support on a5xx.
      - GL_ARB_texture_multisample support on a5xx.
      - GLES3.1's GS5 Packing/bitfield/conversion functions support on a5xx.
      - Dynamically uniform UBO array indices.
      - Packing/bitfield/conversion functions.
      - Enhanced textureGather.
      - GL_OES_texture_buffer.
      - GL_ARB_seamless_cubemap_per_texture.
    - i965:
      - GL_OES_texture_view on gen8+.
      - GL_EXT_texture_norm16.
    - nouveau:
      - GL_ARB_post_depth_coverage.
      - GL_ARB_sample_locations.
      - GL_EXT_texture_norm16.
    - r600:
      - GL_EXT_texture_norm16.
    - radeonsi:
      - GL_EXT_texture_norm16.
    - virgl:
      - GL_ARB_seamless_cubemap_per_texture.
      - GL_ARB_shader_stencil_export.
- supersedes u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch,
  u_intel_anv-make-scripts-python-2-3-compat.patch
- U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch,
  U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch,
  U_python-Fix-rich-comparisons.patch,
  U_python-Use-key-functions-when-sorting-containers.patch
  * buildfixes ...
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 631796 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 334)
- update to 18.1.7
  * Mesa 18.1.7 is now available for general consumption. This
    release has been rather small compared to the last few
    release, There's just a handful of fixes in total. Meson,
    radv, anv, gallium winsys, intel, i965, and r600 were the
    only recipients of fixs this go around.

- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 629933 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 333)
- update to 18.1.6
  * autotools fixes for libglvnd, libgl naming, and pkgconfig
  * meson fixed its handling of stale symlinks wrt megadrivers
  * windows relaged fixes
  * some bug fixes for clover
  * plenty of egl, wayland, glx, and dri3 fixes
  * a couple of nir fixes
  * and on the driver side, radv, intel, vc4, etnaviv, swr, r600, amd, and
    nouveau all had a few fixes
- supersedes archlinux_glvnd-fix-gl-dot-pc.patch

- disabled build of libwayland-egl for factory/sle16/Leap 16 now
  being provided by Wayland itself and probably be removed from
  Mesa soon; see also https://build.opensuse.org/request/show/613048
Displaying revisions 161 - 180 of 511
openSUSE Build Service is sponsored by