maybe also move the declaration of ret closer to the actual usage in
anv_wait_for_bo_fences?
Reviewed-by: Tapani Pälli
On 9/30/18 9:12 PM, Bas Nieuwenhuizen wrote:
All three are only used in asserts, so this silences release build
warnings.
---
src/intel/vulkan/anv_blorp.c | 3 ++-
s
https://bugs.freedesktop.org/show_bug.cgi?id=107991
--- Comment #9 from kyle.de...@mykolab.com ---
Hi Rob,
You can capture a dolphin-emu apitrace with:
MESA_EXTENSION_OVERRIDE="-GL_AMD_pinned_memory -GL_ARB_buffer_storage" apitrace
trace dolphin-emu
You need to override these because apitrace d
https://bugs.freedesktop.org/show_bug.cgi?id=107991
--- Comment #8 from kyle.de...@mykolab.com ---
That's right. Thanks for reminding me...
I attached an apitrace for the OpenGL backend, however the issue also happens
on RADV, so this cannot be a RadeonSI-specific issue.
In other threads on the
https://bugs.freedesktop.org/show_bug.cgi?id=107991
kyle.de...@mykolab.com changed:
What|Removed |Added
Summary|RX580 ~ ring gfx timeout ~ |RX580 ~ ring gfx timeout ~
https://bugs.freedesktop.org/show_bug.cgi?id=107991
kyle.de...@mykolab.com changed:
What|Removed |Added
Summary|RX580 ~ ring gfx timeout ~ |RX580 ~ ring gfx timeout ~
https://bugs.freedesktop.org/show_bug.cgi?id=107991
kyle.de...@mykolab.com changed:
What|Removed |Added
Component|Drivers/Gallium/radeonsi|Other
QA Contact|dri-de
Daniel Stone writes:
> Hi all,
>
> On Fri, 21 Sep 2018 at 20:59, Daniel Stone wrote:
>> On Wed, 29 Aug 2018 at 11:13, Juan A. Suarez Romero
>> wrote:
>> > This is a first part, version 2, of a more complete proposal to use GitLab
>> > CI to
>> > build and test Mesa. This first part just adds
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #10 from Thomas Crider ---
tried to make a renderdoc capture but pressing f12 or prntscrn to do so crashes
the game
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.__
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #9 from Thomas Crider ---
Created attachment 141817
--> https://bugs.freedesktop.org/attachment.cgi?id=141817&action=edit
Renderdoc log
renderdoc log attached
--
You are receiving this mail because:
You are the QA Contact for th
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #8 from Thomas Crider ---
ah I also forgot to mention for the game you will need d3dcompiler_47 set to
native
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #7 from Thomas Crider ---
(In reply to Bas Nieuwenhuizen from comment #6)
> I was already using the TKG winetricks as per your comment 2. Looking at it
> now though, you're sure it is dotnet472, not 471 (since 471 has a patch in
> th
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #6 from Bas Nieuwenhuizen ---
I was already using the TKG winetricks as per your comment 2. Looking at it now
though, you're sure it is dotnet472, not 471 (since 471 has a patch in the tkg
winetricks)?
--
You are receiving this mai
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #5 from Thomas Crider ---
(In reply to Thomas Crider from comment #4)
> TKG's winetricks has a fix for that, doesn't work currently with standard
> winetricks
>
> https://github.com/Tk-Glitch/PKGBUILDS/tree/master/winetricks-tkg-git
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #4 from Thomas Crider ---
TKG's winetricks has a fix for that, doesn't work currently with standard
winetricks
https://github.com/Tk-Glitch/PKGBUILDS/tree/master/winetricks-tkg-git
will see if I can generate a renderdoc trace
--
https://bugs.freedesktop.org/show_bug.cgi?id=108105
Bas Nieuwenhuizen changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Bas Ni
https://bugs.freedesktop.org/show_bug.cgi?id=99553
Bug 99553 depends on bug 108099, which changed state.
Bug 108099 Summary: [polaris10] clinfo report an llvm error: Intrinsic has
incorrect return type! i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
https://bugs.freedesktop.org/show_bug.cgi?id=10
https://bugs.freedesktop.org/show_bug.cgi?id=99553
Jan Vesely changed:
What|Removed |Added
Depends on||108099
Referenced Bugs:
https://bugs.free
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #2 from Thomas Crider ---
Notes on getting the game working:
use TKG's winetricks to get dotnet472 installed:
https://github.com/Tk-Glitch/PKGBUILDS/tree/master/winetricks-tkg-git
winetricks -q dotnet472 vcrun2015 win7
make sure ip
https://bugs.freedesktop.org/show_bug.cgi?id=108105
--- Comment #1 from Thomas Crider ---
Created attachment 141811
--> https://bugs.freedesktop.org/attachment.cgi?id=141811&action=edit
helmet working on amdvlk
--
You are receiving this mail because:
You are the QA Contact for the bug.
You ar
https://bugs.freedesktop.org/show_bug.cgi?id=108105
Bug ID: 108105
Summary: [DXVK] Dauntless Helmets rendering incorrectly on
Vega, works in AMDVLK
Product: Mesa
Version: git
Hardware: Other
OS: All
All three are only used in asserts, so this silences release build
warnings.
---
src/intel/vulkan/anv_blorp.c | 3 ++-
src/intel/vulkan/anv_queue.c | 2 +-
src/intel/vulkan/genX_cmd_buffer.c | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/intel/vulkan/anv_blo
---
src/amd/vulkan/radv_device.c | 27 +++
src/amd/vulkan/radv_extensions.py | 1 +
2 files changed, 28 insertions(+)
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index f7752eac83b..fe7e7f7f6ac 100644
--- a/src/amd/vulkan/radv_device.c
+++
On Sat, Sep 29, 2018 at 4:40 PM Jason Ekstrand wrote:
>
> ---
> src/intel/vulkan/anv_device.c | 27 +++
> src/intel/vulkan/anv_extensions.py | 1 +
> 2 files changed, 28 insertions(+)
>
> diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
> in
23 matches
Mail list logo