[Mesa-dev] [Bug 111079] Chromium 5.2-rc7 latest master

2019-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111079 Bug ID: 111079 Summary: Chromium 5.2-rc7 latest master Product: Mesa Version: 19.1 Hardware: ARM OS: Linux (All) Status: NEW Severity: minor Pr

[Mesa-dev] [Bug 111036] 5.2-rc7 19.1.1-1 repetitive error loop

2019-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111036 Stuart Naylor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 111026] TODO 5.2rc6 with mesa 19.1.1 on manjaro SLAVE FAULT

2019-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111026 Stuart Naylor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [PATCH 2/3] android: amd/common/gfx10: add register JSON

2019-07-06 Thread Mauro Rossi
The necessary Android makefile building rules are added and the generation rules are simplified for readability Fixes the following building errors: external/mesa/src/amd/common/ac_llvm_build.c:1496:45: error: use of undeclared identifier 'V_008F0C_IMG_FORMAT_8_UINT' case V_008F0C_BUF_DATA_FOR

[Mesa-dev] [PATCH 3/3] android: amd/addrlib: add gfx10 support

2019-07-06 Thread Mauro Rossi
Fix the following building error: external/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.cpp:35:10: fatal error: 'gfx10_gb_reg.h' file not found ^~~~ 1 error generated. Fixes: 78cdf9a ("amd/addrlib: add gfx10 support") Signed-off-by: Mauro Rossi --- src/amd/Android.addrlib.mk

[Mesa-dev] [PATCH 1/3] android: radeonsi/gfx10: generate gfx10_format_table.h (v2)

2019-07-06 Thread Mauro Rossi
Fix Android building rules for gfx10_format_table.h generated header (v2) Add LOCAL_C_INCLUDES += $(intermediates)/radeonsi to fix error: external/mesa/src/gallium/drivers/radeonsi/si_state.c:46:10: fatal error: 'gfx10_format_table.h' file not found ^~ 1 error generat

Re: [Mesa-dev] [PATCH] android: radeonsi/gfx10: generate gfx10_format_table.h

2019-07-06 Thread Mauro Rossi
Hi, there are more issues to resove with gfx10 new code, this patch does not suffice. I am sending a separate series with updated patches. I added Nicolai and Marek because some of their commits need those fixes. Please follow the new thread Mauro On Sat, Jul 6, 2019 at 4:01 PM Mauro Rossi w

Re: [Mesa-dev] [MR] Update README to recommend MRs instead of `git send-email`

2019-07-06 Thread Ilia Mirkin
I see this as driving away contributions, esp from new people. MR's are annoying to create, since they require dealing with the hosting provider, getting it to host clones, etc. Everyone has email. Cheers, -ilia On Sat, Jul 6, 2019 at 7:41 AM Eric Engestrom wrote: > > Hi, > > I sent an MR to

[Mesa-dev] [PATCH] android: radeonsi/gfx10: generate gfx10_format_table.h

2019-07-06 Thread Mauro Rossi
Fix Android building rules for gfx10_format_table.h generated header Fixes: 0ffa229 ("radeonsi/gfx10: generate gfx10_format_table.h") Signed-off-by: Mauro Rossi --- src/gallium/drivers/radeonsi/Android.mk | 14 ++ 1 file changed, 14 insertions(+) diff --git a/src/gallium/drivers/rad

[Mesa-dev] [MR] Update README to recommend MRs instead of `git send-email`

2019-07-06 Thread Eric Engestrom
Hi, I sent an MR to update the README, but as pointed out there I should make sure people who don't look at MRs are also aware of it, so here is: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1223 ---8<--- diff --git a/README.rst b/README.rst index 4ccd72eca38a0845571c..eba097e652edde4