Re: [Mesa-dev] [PATCH] teximage: ensure that Tex*SubImage* checks format

2019-09-03 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Sep 2, 2019 at 7:40 PM Ilia Mirkin wrote: > We were previously not doing at least some of the checks. This uses the > same logic that is used in glTexImage*. > > Signed-off-by: Ilia Mirkin > --- > > This seems to leave the Intel CI happy - > > >

[Mesa-dev] [Bug 109615] >=19.0.0 fails u_format_test on x86/ppc/ppc64

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109615 erhar...@mailbox.org changed: What|Removed |Added Attachment #143366|0 |1 is obsolete|

[Mesa-dev] [PATCH 1/2] mesa:amd get device name from kernel

2019-09-03 Thread Jiang, Sonny
Signed-off-by: Sonny Jiang --- src/amd/common/ac_gpu_info.c | 72 1 file changed, 64 insertions(+), 8 deletions(-) diff --git a/src/amd/common/ac_gpu_info.c b/src/amd/common/ac_gpu_info.c index 5fb1e26376a..c8bc398319e 100644 ---

[Mesa-dev] [PATCH 2/2] loader: driver name radeonsi chosen from kernel name amdgpu

2019-09-03 Thread Jiang, Sonny
Signed-off-by: Sonny Jiang --- src/loader/loader.c | 8 1 file changed, 8 insertions(+) diff --git a/src/loader/loader.c b/src/loader/loader.c index d8d71c30200..45834aa2082 100644 --- a/src/loader/loader.c +++ b/src/loader/loader.c @@ -457,6 +457,14 @@ loader_get_driver_for_fd(int fd)

[Mesa-dev] 19.2 release train going off the rails

2019-09-03 Thread Matt Turner
What is going on with the 19.2 RCs? I know that we said we would push the releases back a week to let some feature work land, but the last blocker of the feature tracker [0] landed on the 14th and RC1 wasn't until the 20th. Now another two weeks have passed without an RC. RC2 should have been

[Mesa-dev] [Bug 111549] 19.2.0_rc1 fails lp_test_arit, u_format_test, PIPE_FORMAT_DXT5_RGBA (unorm8)

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111549 --- Comment #1 from erhar...@mailbox.org --- I decided to file this as new bug instead of adding my report to #110612, #109615 or #106644. It's a new mesa version, another machine and another arch (apart from #110612). Though feel free to mark

[Mesa-dev] [Bug 106644] [llvmpipe] Mesa 18.3.1 fails lp_test_format, lp_test_arit, lp_test_conv

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106644 erhar...@mailbox.org changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Mesa-dev] [Bug 111549] 19.2.0_rc1 fails lp_test_arit, u_format_test, PIPE_FORMAT_DXT5_RGBA (unorm8)

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111549 Bug ID: 111549 Summary: 19.2.0_rc1 fails lp_test_arit, u_format_test, PIPE_FORMAT_DXT5_RGBA (unorm8) Product: Mesa Version: 19.2 Hardware: x86 (IA32) OS:

[Mesa-dev] [Bug 110612] u_format_test fails on i686

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110612 erhar...@mailbox.org changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Mesa-dev] [Bug 109615] >=19.0.0 fails u_format_test on x86/ppc/ppc64

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109615 erhar...@mailbox.org changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Mesa-dev] [Bug 111125] [RADV] Graphic glitches regression in The Witcher 3 with DXVK on AMD Radeon HD7850

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25 --- Comment #6 from Samuel Pitoiset --- What LLVM/Mesa versions are you using (sha1) ? What game settings are you using? Can you eventually record a capture with renderdoc or upload a savegame? Last time (~2 week ago) I tried, I didn't notice

[Mesa-dev] [ANNOUNCE] Mesa 19.1.6

2019-09-03 Thread Juan A. Suarez Romero
Mesa 19.1.6 is now available. Andres Rodriguez (1): radv: additional query fixes Daniel Schürmann (1): nir/lcssa: handle deref instructions properly Danylo Piliaiev (1): nir/loop_unroll: Prepare loop for unrolling in wrapper_unroll Ian Romanick (2): nir/algrbraic:

[Mesa-dev] [Bug 109615] >=19.0.0 fails u_format_test on x86/ppc/ppc64

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109615 --- Comment #11 from erhar...@mailbox.org --- Created attachment 145251 --> https://bugs.freedesktop.org/attachment.cgi?id=145251=edit Gentoo build.log.xz (19.1.5, x86) -- You are receiving this mail because: You are the QA Contact for the

[Mesa-dev] [Bug 109615] >=19.0.0 fails u_format_test on x86/ppc/ppc64

2019-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109615 erhar...@mailbox.org changed: What|Removed |Added Version|19.0|19.1 Hardware|PowerPC

Re: [Mesa-dev] [PATCH v3] broadcom/vc4: Expand width of dst surface

2019-09-03 Thread apinheiro
Just pushed, thanks for the patch. On 3/9/19 4:58, Zhaowei Yuan wrote: Four bytes of src_surf will be compressed into a 32-bits data and stored into dst_surf, and dst_surf is read as z-order,so its width must be aligned to multiples of 8(4x2) before divided by 2. Signed-off-by: Zhaowei Yuan