Re: [Mesa-dev] Mesa (master): 29 new commits

2016-04-15 Thread Jay Cornwall
ssues, I'm afraid it may be better to revert this change for now, until we have a better plan for dealing with this. OK. Marek ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/m

[Mesa-dev] radeon cmask sync with EGL/GBM

2016-01-10 Thread Jay Cornwall
ight be handled? -- Jay Cornwall ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] radeonsi/compute: Add Sea Islands support

2013-10-23 Thread Jay Cornwall
by mistake. That's why it the value struck me as odd, because 0x190 is unlikely to be the last wavefront ID. 0x18F perhaps, but I calculate 0x31F for Pitcairn, which is significantly higher. Anyhow, it doesn't this patch. Your patch looks good to me. --

Re: [Mesa-dev] [PATCH] radeonsi/compute: Add Sea Islands support

2013-10-23 Thread Jay Cornwall
). -- Jay Cornwall ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] radeonsi: Optimize out exports to unbound color buffers

2013-10-19 Thread Jay Cornwall
results in writes to every MRT when one or more elements are written in the shader. When these MRTs are unbound and masked out there is still a performance loss equivalent to exports to bound, unmasked MRTs on SI. Signed-off-by: Jay Cornwall --- src/gallium/drivers/radeonsi/radeonsi_pipe.h | 1

[Mesa-dev] [PATCH] radeon/llvm: show LLVM disassembly when available

2013-10-10 Thread Jay Cornwall
With code dump enabled LLVM may generate disassembly during compilation. Show this disassembly when available and prefer it to SI bytecode dump. Signed-off-by: Jay Cornwall --- src/gallium/drivers/radeon/radeon_llvm_emit.c | 7 +++ src/gallium/drivers/radeon/radeon_llvm_emit.h | 1 + src

[Mesa-dev] [PATCH] libdrm: Fix drmOpenByName() udev identification method

2013-09-23 Thread Jay Cornwall
This code incorrectly worked by falling through to /proc/dri method. Now that /proc/dri is removed, drmOpenByName() fails even when udev identification succeeds. Signed-off-by: Jay Cornwall --- xf86drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xf86drm.c b/xf86drm.c