- Update to 18.0.4
* r600 driver gets a fix for constant buffer boounds, which fixes rendering bugs in Trine and Witcher 1. * Several fixes for RADV driver: fixes around alpha channel in Pre-Vega, fix in multisample image copies, and fixes around multilayer images in compute path. * For the case of ANV/i965 drivers, also a couple of fixes, all of them around ISP. On top, there are a couple of fixes relative to code emission around 16-bit integers, and a a fix for a leak in blorp for Gen4 and Gen5. * Speaking of leaks, there are also fixes for winsys/radeon/amdgpu and pipe-loader.gets a couple of patches to fix a couple of leaks. * SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord. * Mesa core gets a couple of patches to fix error handling in get_framebuffer_parameteriv, and to add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV). OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=742
This commit is contained in:
parent
bf72ff14fb
commit
a92b7c85cc
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 19 14:56:38 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to 18.0.4
|
||||||
|
* r600 driver gets a fix for constant buffer boounds, which
|
||||||
|
fixes rendering bugs in Trine and Witcher 1.
|
||||||
|
* Several fixes for RADV driver: fixes around alpha channel
|
||||||
|
in Pre-Vega, fix in multisample image copies, and fixes
|
||||||
|
around multilayer images in compute path.
|
||||||
|
* For the case of ANV/i965 drivers, also a couple of fixes,
|
||||||
|
all of them around ISP. On top, there are a couple of fixes
|
||||||
|
relative to code emission around 16-bit integers, and a a
|
||||||
|
fix for a leak in blorp for Gen4 and Gen5.
|
||||||
|
* Speaking of leaks, there are also fixes for
|
||||||
|
winsys/radeon/amdgpu and pipe-loader.gets a couple of patches
|
||||||
|
to fix a couple of leaks.
|
||||||
|
* SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord.
|
||||||
|
* Mesa core gets a couple of patches to fix error handling in
|
||||||
|
get_framebuffer_parameteriv, and to add missing support for
|
||||||
|
glFogiv(GL_FOG_DISTANCE_MODE_NV).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 8 12:14:26 UTC 2018 - sndirsch@suse.com
|
Tue May 8 12:14:26 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 18.0.3
|
%define _version 18.0.4
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -113,7 +113,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa-drivers
|
Name: Mesa-drivers
|
||||||
Version: 18.0.3
|
Version: 18.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
|
21
Mesa.changes
21
Mesa.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 19 14:56:38 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to 18.0.4
|
||||||
|
* r600 driver gets a fix for constant buffer boounds, which
|
||||||
|
fixes rendering bugs in Trine and Witcher 1.
|
||||||
|
* Several fixes for RADV driver: fixes around alpha channel
|
||||||
|
in Pre-Vega, fix in multisample image copies, and fixes
|
||||||
|
around multilayer images in compute path.
|
||||||
|
* For the case of ANV/i965 drivers, also a couple of fixes,
|
||||||
|
all of them around ISP. On top, there are a couple of fixes
|
||||||
|
relative to code emission around 16-bit integers, and a a
|
||||||
|
fix for a leak in blorp for Gen4 and Gen5.
|
||||||
|
* Speaking of leaks, there are also fixes for
|
||||||
|
winsys/radeon/amdgpu and pipe-loader.gets a couple of patches
|
||||||
|
to fix a couple of leaks.
|
||||||
|
* SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord.
|
||||||
|
* Mesa core gets a couple of patches to fix error handling in
|
||||||
|
get_framebuffer_parameteriv, and to add missing support for
|
||||||
|
glFogiv(GL_FOG_DISTANCE_MODE_NV).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 8 12:14:26 UTC 2018 - sndirsch@suse.com
|
Tue May 8 12:14:26 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 18.0.3
|
%define _version 18.0.4
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -112,7 +112,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 18.0.3
|
Version: 18.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:099d9667327a76a61741a533f95067d76ea71a656e66b91507b3c0caf1d49e30
|
|
||||||
size 10922936
|
|
Binary file not shown.
3
mesa-18.0.4.tar.xz
Normal file
3
mesa-18.0.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f3bcfe7cef0a5c20dae2b41df5d7e0a985e06be0183fa4d43b6068fcba2920f
|
||||||
|
size 10939356
|
BIN
mesa-18.0.4.tar.xz.sig
Normal file
BIN
mesa-18.0.4.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user