Re: [Mesa-dev] [PATCH] radv: implement buffer to image operations for R32G32B32

2018-10-15 Thread Bas Nieuwenhuizen
On Mon, Oct 15, 2018 at 12:35 PM Samuel Pitoiset wrote: > > This should fix rendering issues with Batman Arkham City. > We will probably need to implement itob and itoi at some > point, but currently nothing hits these paths. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107765 >

Re: [Mesa-dev] [PATCH] radv: implement buffer to image operations for R32G32B32

2018-10-15 Thread Timothy Arceri
Tested-by: Timothy Arceri ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] radv: implement buffer to image operations for R32G32B32

2018-10-15 Thread Samuel Pitoiset
This should fix rendering issues with Batman Arkham City. We will probably need to implement itob and itoi at some point, but currently nothing hits these paths. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107765 Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_meta_bufimage.c