https://bugs.freedesktop.org/show_bug.cgi?id=98573
Bug ID: 98573 Summary: Mesa build fail since radeonsi: use PS epilog for monolithic shaders Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: adf.lists@gmail.com QA Contact: dri-devel@lists.freedesktop.org
Making all in targets/pipe-loader make[4]: Entering directory '/mnt/sdb1/Gits/mesa/src/gallium/targets/pipe-loader' CXXLD pipe_radeonsi.la ../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(si_shader.o): In function `si_build_wrapper_function': /mnt/sdb1/Gits/mesa/src/gallium/drivers/radeonsi/si_shader.c:6861: undefined reference to `ac_is_sgpr_param' /mnt/sdb1/Gits/mesa/src/gallium/drivers/radeonsi/si_shader.c:6951: undefined reference to `ac_is_sgpr_param' collect2: error: ld returned 1 exit status
commit 7115e56c21ace07cf04f5073ba73a533e2182099 Author: Nicolai Hähnle nicolai.haehnle@amd.com Date: Fri Oct 28 14:45:59 2016 +0200
radeonsi: use PS epilog for monolithic shaders
https://bugs.freedesktop.org/show_bug.cgi?id=98573
--- Comment #1 from Nicolai Hähnle nhaehnle@gmail.com --- Yeah, this has been reported on IRC as well. I don't know why my build setup isn't affected by this. In any case, https://patchwork.freedesktop.org/patch/119816/ should fix it.
https://bugs.freedesktop.org/show_bug.cgi?id=98573
--- Comment #2 from Andy Furniss adf.lists@gmail.com --- (In reply to Nicolai Hähnle from comment #1)
Yeah, this has been reported on IRC as well. I don't know why my build setup isn't affected by this. In any case, https://patchwork.freedesktop.org/patch/119816/ should fix it.
Yea, Ok with that, thanks.
https://bugs.freedesktop.org/show_bug.cgi?id=98573
Nicolai Hähnle nhaehnle@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Nicolai Hähnle nhaehnle@gmail.com --- Fixed in master.
https://bugs.freedesktop.org/show_bug.cgi?id=98573
Mauro Rossi issor.oruam@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |issor.oruam@gmail.com
--- Comment #4 from Mauro Rossi issor.oruam@gmail.com --- Created attachment 127775 --> https://bugs.freedesktop.org/attachment.cgi?id=127775&action=edit Patch for android for the same issue
Hi Nicolai,
please review the attached patch which is necessary fix android build. Tested with nougat-x86 build Kind regards
Mauro Rossi issor.oruam@gmail.com
https://bugs.freedesktop.org/show_bug.cgi?id=98573
--- Comment #5 from Marek Olšák maraeo@gmail.com --- Mauro, I've just pushed your patch.
dri-devel@lists.freedesktop.org