diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 95cdf99..5704526 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jun 11 20:06:36 UTC 2019 - Bjørn Lie + +- 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. + ------------------------------------------------------------------- Wed May 22 10:21:16 UTC 2019 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 2b764c6..3254207 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.0.5 +%define _version 19.1.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -110,7 +110,7 @@ %endif Name: Mesa-drivers -Version: 19.0.5 +Version: 19.1.0 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -1003,7 +1003,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGLESv1_CM.so %endif -%{_libdir}/pkgconfig/glesv1_cm.pc %files libGLESv2-2 %if 0%{?libglvnd} == 0 @@ -1015,12 +1014,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGLESv2.so %endif -%{_libdir}/pkgconfig/glesv2.pc %files libGLESv3-devel %{_includedir}/GLES3 -#%%_libdir/libGLESv3.so -#%%_libdir/pkgconfig/glesv3.pc %files -n libOSMesa8 %{_libdir}/libOSMesa.so.8.0.0 @@ -1054,15 +1050,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if %{xvmc_support} %files -n libXvMC_nouveau %{_libdir}/libXvMCnouveau.so -#%{_libdir}/libXvMCnouveau.so.1 -#%{_libdir}/libXvMCnouveau.so.1.0 -#%{_libdir}/libXvMCnouveau.so.1.0.0 %files -n libXvMC_r600 %{_libdir}/libXvMCr600.so -#%{_libdir}/libXvMCr600.so.1 -#%{_libdir}/libXvMCr600.so.1.0 -#%{_libdir}/libXvMCr600.so.1.0.0 %endif %if %{vdpau_nouveau} @@ -1152,7 +1142,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %files -n Mesa-libd3d %dir %{_libdir}/d3d/ %{_libdir}/d3d/*.so.* -#%%{_sysconfdir}/OpenCL/vendors/mesa.icd %files -n Mesa-libd3d-devel %{_libdir}/pkgconfig/d3d.pc diff --git a/Mesa.changes b/Mesa.changes index 95cdf99..5704526 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jun 11 20:06:36 UTC 2019 - Bjørn Lie + +- 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. + ------------------------------------------------------------------- Wed May 22 10:21:16 UTC 2019 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index ccac928..cbd2211 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.0.5 +%define _version 19.1.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -109,7 +109,7 @@ %endif Name: Mesa -Version: 19.0.5 +Version: 19.1.0 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -1002,7 +1002,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGLESv1_CM.so %endif -%{_libdir}/pkgconfig/glesv1_cm.pc %files libGLESv2-2 %if 0%{?libglvnd} == 0 @@ -1014,12 +1013,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGLESv2.so %endif -%{_libdir}/pkgconfig/glesv2.pc %files libGLESv3-devel %{_includedir}/GLES3 -#%%_libdir/libGLESv3.so -#%%_libdir/pkgconfig/glesv3.pc %files -n libOSMesa8 %{_libdir}/libOSMesa.so.8.0.0 @@ -1053,15 +1049,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if %{xvmc_support} %files -n libXvMC_nouveau %{_libdir}/libXvMCnouveau.so -#%{_libdir}/libXvMCnouveau.so.1 -#%{_libdir}/libXvMCnouveau.so.1.0 -#%{_libdir}/libXvMCnouveau.so.1.0.0 %files -n libXvMC_r600 %{_libdir}/libXvMCr600.so -#%{_libdir}/libXvMCr600.so.1 -#%{_libdir}/libXvMCr600.so.1.0 -#%{_libdir}/libXvMCr600.so.1.0.0 %endif %if %{vdpau_nouveau} @@ -1151,7 +1141,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %files -n Mesa-libd3d %dir %{_libdir}/d3d/ %{_libdir}/d3d/*.so.* -#%%{_sysconfdir}/OpenCL/vendors/mesa.icd %files -n Mesa-libd3d-devel %{_libdir}/pkgconfig/d3d.pc diff --git a/mesa-19.0.5.tar.xz b/mesa-19.0.5.tar.xz deleted file mode 100644 index 099328f..0000000 --- a/mesa-19.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aecb7f67c136768692fb3c33a54196186c6c4fcafab7973516a355e1a54f831 -size 11967816 diff --git a/mesa-19.0.5.tar.xz.sig b/mesa-19.0.5.tar.xz.sig deleted file mode 100644 index d007b42..0000000 Binary files a/mesa-19.0.5.tar.xz.sig and /dev/null differ diff --git a/mesa-19.1.0.tar.xz b/mesa-19.1.0.tar.xz new file mode 100644 index 0000000..2cea929 --- /dev/null +++ b/mesa-19.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 +size 10926676 diff --git a/mesa-19.1.0.tar.xz.sig b/mesa-19.1.0.tar.xz.sig new file mode 100644 index 0000000..57d500a Binary files /dev/null and b/mesa-19.1.0.tar.xz.sig differ diff --git a/n_drirc-disable-rgb10-for-chromium-on-amd.patch b/n_drirc-disable-rgb10-for-chromium-on-amd.patch index 281fdf5..29e1a87 100644 --- a/n_drirc-disable-rgb10-for-chromium-on-amd.patch +++ b/n_drirc-disable-rgb10-for-chromium-on-amd.patch @@ -1,10 +1,10 @@ -Index: mesa-19.0.0/src/util/00-mesa-defaults.conf +Index: mesa-19.1.0/src/util/00-mesa-defaults.conf =================================================================== ---- mesa-19.0.0.orig/src/util/00-mesa-defaults.conf -+++ mesa-19.0.0/src/util/00-mesa-defaults.conf -@@ -412,6 +412,11 @@ TODO: document the other workarounds. - -