We started using it in the btoi paths for r32g32b32, and the LLVM IR
checker will complain about it because we end up with intrinsics with
the wrong type extension in the name.
Fixes: 593996bc02 ("radv: implement buffer to image operations for R32G32B32")
---
src/amd/common/ac_nir_to_llvm.c | 19
On Thu, 2018-12-13 at 16:05 +, Emil Velikov wrote:
> From: Emil Velikov
>
> Swap '..' with the symbolic inc_glx and add glproto as dependency. That
> will pull the correct include, effectively fixing the tests on macOS.
>
> Fixes: a47c525f328 ("meson: build glx")
> Signed-off-by: Emil Veliko
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/50
Hi all,
We're having issues with clear color resolves when image views & images
have different formats (for example image R8G8B8A8_UNORM & view
R8G8B8A8_SRGB see https://bugs.freedesktop.org/show_bug.cgi?id=108911).
Jason suggested we
On Fri, 2018-12-21 at 09:38 -0800, Kristian Høgsberg wrote:
> This regresses at least
> dEQP-GLES3.functional.shaders.functions.control_flow.return_in_loop_vertex
> on freedreno:
>
> Test case
> 'dEQP-GLES3.functional.shaders.functions.control_flow.return_in_loop_vertex'..
> deqp-gles3: ../../../
On Sun, 2018-12-23 at 15:35 +, Eric Engestrom wrote:
> On Sunday, 2018-12-23 12:31:20 +0100, Jan Vesely wrote:
> > From: Jan Vesely
> >
> > intel_vulkan.h uses '#include "vulkan.h"' so the file needs to be in
> > include path.
> > Fixes meson build of anv
>
> Hmm, that doesn't look?
>
> inc
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/49
A small series of fixes & 2 small improvement for the aub viewer.
Cheers,
-
Lionel
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/48
Hi all,
Error states generated by the i915 driver expose a lot of different buffers.
This include context image, ring buffer as well as the user submitted
buffers.
This series updates the error2aub tool to generate a more comprehensive