Revisions of Mesa
Dominique Leuenberger (dimstar_suse)
accepted
request 746609
from
Stefan Dirsch (sndirsch)
(revision 360)
- Update to version 19.2.3 In this release: iris, meson, radv, anv, turnip, 965, svga, utils, core mesa, glsl, etanviv, and gallium/rbug - This Mesa release includes support for latest GPUs including Intel (jsc#SLE-7962, jsc#SLE-8024, jsc#SLE-8022, jsc#SLE-10182, jsc#SLE-4983, bsc#1137515) and fixes for boo#1127672, bsc#1117365 - Dont conflict with vulkan-devel anymore as there is no file conflict
Dominique Leuenberger (dimstar_suse)
accepted
request 745416
from
Stefan Dirsch (sndirsch)
(revision 359)
Dominique Leuenberger (dimstar_suse)
accepted
request 744800
from
Stefan Dirsch (sndirsch)
(revision 358)
Dominique Leuenberger (dimstar_suse)
accepted
request 740902
from
Stefan Dirsch (sndirsch)
(revision 357)
- let Mesa-libEGL-devel require libX11 devel via "pkgconfig(x11)" since EGL/eglplatform.h includes X11/Xlib.h - Update to version 19.2.1 * fixes all over the tree: intel, amd, nine, nir, egl, gallium, scons, meson, glsl, haiku, android, and nouveau all got fixes. - pickup gl, egl, glesv1_cm and glesv2 pkgconfig files from libglvnd build and add them to the appropriate devel subpackages - reintroduce GL, EGL, GLES* devel subpackages since corresponding header and pkgconfig files from libglvnd didn't work out ... - Rebase n_opencl_dep_libclang.patch after update. - Update to version 19.2.0 including changes to * release-infastructure * the build * drivers: turnip, radv, android, intel and amd common code * new features: check Phoronix https://www.phoronix.com/scan.php?page=news_item&px=Mesa-19.2-Released - supersedes U_llvmpipe-Don-t-use-u_ringbuffer-for-lp_scene_queue.patch - adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch - supersedes n_glesv1_cm-glesv2.patch - no longer build * Mesa-libGL-devel * Mesa-libEGL-devel * Mesa-libGLESv1_CM-devel * Mesa-libGLESv2-devel * Mesa-libGLESv3-devel Instead of requiring these let Mesa-devel package require libglvnd-devel >= 1.2.0, which provides the contents of these packages now (header files for OpenGL, GLES, EGL, and GLX). Adjusted baselibs.conf accordingly. - modified check for llvm version in a way so it works also with older llvm packages (by making use of "llvm-config -version"), where there is %{_llvm_sonum} macro defined yet - moved manual pages to Mesa-devel package - n_opencl_dep_libclang.patch * Link OpenCL library with libclang-cpp.so instead of the component libraries for LLVM >= 9.
Yuchen Lin (maxlin_factory)
accepted
request 731650
from
Stefan Dirsch (sndirsch)
(revision 356)
- Update to version 19.1.7 * another bugfix release .... - Add ppc64 for radeonsi to avoid build error - Update to version 19.1.6 * bugfix release
Dominique Leuenberger (dimstar_suse)
accepted
request 726100
from
Stefan Dirsch (sndirsch)
(revision 355)
- Update to version 19.1.5 * bugfix release - Build radeonsi and libvdpau_radeonsi on ppc64le - Update to version 19.1.4: * Mostly, as usual, in fixes for different drivers (anv, radv, radeon, nv50, nvc0) as well as in backend parts (egl, spirv, nir, ...). * Of those fixes, we could highlight several ones: - Vulkan 24/48 bit formats are now not supported on Ivybridge. - R8G8B8_UNORM_SRGB is not supported on Haswell. - A fix for hair artifacts in Max Payne 3 on AMD/RADV. - Vulkan transform feedback extension is disabled on Intel
Dominique Leuenberger (dimstar_suse)
accepted
request 718183
from
Stefan Dirsch (sndirsch)
(revision 354)
Dominique Leuenberger (dimstar_suse)
accepted
request 717526
from
Stefan Dirsch (sndirsch)
(revision 353)
- n_drirc-disable-rgb10-for-chromium-on-amd.patch * added totem as another affected application (boo#1142270) - Add v3d support (VC5/V6 driver) for %arm and aarch64 - Add kmsro for %arm and aarch64
Dominique Leuenberger (dimstar_suse)
accepted
request 714812
from
Stefan Dirsch (sndirsch)
(revision 352)
- U_llvmpipe-Don-t-use-u_ringbuffer-for-lp_scene_queue.patch * may fix crashes in llvmpipe on SMP systems with LTO enabled builds (boo#1133265) - Update to version 19.1.2: * Different fixes for the Intel and AMD Vulkan drivers, Freedreno, the Meson build system, and some other fixes for other parts and/or drivers. * Worth to mention a fix for a crash in Wolfenstein II with the RADV driver, and another fix relevant for DXVK on Intel gen7 drivers. - Update Source urls from ftp to https.
Dominique Leuenberger (dimstar_suse)
accepted
request 712676
from
Stefan Dirsch (sndirsch)
(revision 351)
Dominique Leuenberger (dimstar_suse)
accepted
request 710853
from
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 (dimstar_suse)
accepted
request 704704
from
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 (dimstar_suse)
accepted
request 702828
from
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 (maxlin_factory)
accepted
request 698207
from
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 (dimstar_suse)
accepted
request 695395
from
Stefan Dirsch (sndirsch)
(revision 346)
Dominique Leuenberger (dimstar_suse)
accepted
request 689350
from
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)
Dominique Leuenberger (dimstar_suse)
accepted
request 687563
from
Stefan Dirsch (sndirsch)
(revision 344)
Dominique Leuenberger (dimstar_suse)
accepted
request 687173
from
Egbert Eich (eeich)
(revision 343)
Dominique Leuenberger (dimstar_suse)
accepted
request 685481
from
Stefan Dirsch (sndirsch)
(revision 342)
Dominique Leuenberger (dimstar_suse)
accepted
request 681542
from
Stefan Dirsch (sndirsch)
(revision 341)
Displaying revisions 161 - 180 of 520