Re: [Mesa-dev] [PATCH 1/2] i965: Make inline function static

2016-07-05 Thread Pohjolainen, Topi
On Tue, Jul 05, 2016 at 11:21:21AM +0200, Iago Toral Quiroga wrote: > Without this the i965 driver fails to load. > --- > src/mesa/drivers/dri/i965/brw_blorp.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h > b/src/mesa/drivers/dri/

[Mesa-dev] [PATCH 1/2] i965: Make inline function static

2016-07-05 Thread Iago Toral Quiroga
Without this the i965 driver fails to load. --- src/mesa/drivers/dri/i965/brw_blorp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h index 751e082..cf1ba63 100644 --- a/src/mesa/drivers/dri/i965/brw