libnuma support is optional. If sys-process/numactl is installed, it
will be used, if not, not. The check for libnuma happens in CMake, which
is called by the Makefile. But the Makefile also needs to know if it
should link in libnuma or not. No one tells it. I chose the easy way out
of this pickle, made libnuma mandatory and added `-lnuma` to LIBS.
Closes: https://bugs.gentoo.org/781113
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
CMake is called from the Makefile and it can't find the compilers if
there are no `cc` and `cxx` symlinks. Inheriting cmake.eclass would
require us to run cmake_src_prepare which would interfere with
upstream's build system.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
The econf command would only go until `$(use_with openexr OpenEXR)` and
then print the error: “--without-orc: command not found”.
prune_libtool_files is deprecated. Replaced with find.
Closes: https://bugs.gentoo.org/786225
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
It might be unbuildable so I decided to temporary drop keywords
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
2020-12-14 update. Upstream changes:
New feature and improvement
Update Vulkan API version to 1.2.162
Performance tuning for Shadow of the Tomb Raider on Navi21
Enable extension VK_EXT_shader_terminate_invocation
Enable extension VK_KHR_fragment_shading_rate
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
Official changes:
Add support for Navi21
Ebuild changes:
Ebuild no longer installs rule for Xorg.
Added tip for DXVK
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
2020-11-13 update
New feature and improvement
Update Vulkan API version to 1.2.159
Issue fix
Driver does not work with two videocards: radeon+amdgpu
[AMDVLK issue #135]Tropico 4 demo:
Corrpution observed during game play
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
2020-11-5 update
New feature and improvement
Enable VK_EXT_robustness2 for pre GFX9
Update Vulkan API version to 1.2.158
Issue fix
Vulkan apps fails in Wayland on upstream since Mesa 20.1
[GPA] Counter collection hangs RenderDoc
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
Changes:
New feature and improvement
Update Vulkan API version to 1.2.156
Enable extension: VK_EXT_shader_image_atomic_int64
Issue fix
50% performance drop in 4k low for X-plane new update
System hangs while playing Wolfenstein II: The New
Colossus for 5-10 mins
[Regression in v-2020.Q1.2 AMDVLK on Polaris GPU] Some shadow
fails to be rendered
Second Extinction crashes during launch
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
I recover enought to perform maintainership if my
health enables for me.
Changelog:
New feature and improvement
Enable extension VK_EXT_robustness2
Issue fix
Junk Screen is observed during gameplay on Doom VFR Game on Navi10
Baldur's Gate 3 stops responding after enabling Vsync
Flickering corruption visible in shadows in Baldur's Gate 3
Green color corruption flashes and disappears on
launching the jesse-cube demo
Red Dead Redemption 2 game is not launching with LLPC
driver with latest Game update
[AMDVLK issue #170] Blank screen is observed while playing
"Little Witch Nobeta demo" game
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774@gmail.com>
2020-8-6 update
New feature and improvement
Enable pipeline cache
Enable sharing metadata of images.
CmdBufferLogger: Add dump Viewports
Improve the implementation of defer-freeing command chunk in QueueContext
Add support for DispatchMeshIndirectMutli
Issue fix
Fix for memory leak in VaMgr Singleton
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Denis Reva <denis7774@gmail.com>
2020-7-22 update
New feature and improvement
Prefer y-coordinate major swizzle modes for 3D color
attachments on GFX10
Extend “defer reusing command stream chunk” concept to
all scenario
Restrict pipelined cache flush optimization to only
cases where it's definitely legal
Update api version to 1.2.146
Issue fix
Fixing shared metadata bug of gfx6
Don't disable alpha and color RB+ blend opts individually
to fix some 999e5 format failures
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Denis Reva <denis7774@gmail.com>