Re: [Mesa-dev] [PATCH] gallium: remove unused function declarations

2015-11-22 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin I can indeed confirm that those functions are nowhere to be found, makes sense to remove the declarations as well. Oded's issue seems likely to stem from some mismatch between the loader and what's being loaded... On Sun, Nov 22, 2015 at 5:45 PM, Emil Velikov wrote: >

[Mesa-dev] [PATCH] gallium: remove unused function declarations

2015-11-22 Thread Emil Velikov
Unused as of commit 23fb11455b4 "{st,targets}/dri: use static/dynamic pipe-loader" Signed-off-by: Emil Velikov --- Noticed when Oded reported missing symbol drisw_create_screen in swrast_dri.so. Still not sure how that's even remotely possible. -Emil src/gallium/include/state_tracker/drisw_a