https://bugs.freedesktop.org/show_bug.cgi?id=70106
Priority: medium Bug ID: 70106 Keywords: regression CC: brianp@vmware.com Assignee: dri-devel@lists.freedesktop.org Summary: si_state.c:2776:13: error: conflicting types for 'si_bind_sampler_states' Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: vlee@freedesktop.org Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/Gallium/radeonsi Product: Mesa
mesa: 757ec72b23bac52052c2fb98105b52699e265a24 (master)
CC si_state.lo si_state.c:2776:13: error: conflicting types for 'si_bind_sampler_states' static void si_bind_sampler_states(struct pipe_context *ctx, unsigned shader, ^ si_state.c:2681:29: note: previous definition of 'si_bind_sampler_states' was here static struct si_pm4_state *si_bind_sampler_states(struct r600_context *rctx, unsigned count, ^
https://bugs.freedesktop.org/show_bug.cgi?id=70106
--- Comment #1 from Brian Paul brianp@vmware.com --- Created attachment 87097 --> https://bugs.freedesktop.org/attachment.cgi?id=87097&action=edit patch to try
Can you try the attached patch? I can't build radeonsi ATM. I guess nobody tested my branch.
https://bugs.freedesktop.org/show_bug.cgi?id=70106
Tom Stellard tstellar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Tom Stellard tstellar@gmail.com --- This patch works for me, and I've pushed it. Thanks.
dri-devel@lists.freedesktop.org