Re: [Mesa-dev] [PATCH] pipe-loader: fix build of dynamic pipe-drivers

2017-08-03 Thread Michel Dänzer
On 03/08/17 09:43 PM, Nicolai Hähnle wrote: > On 03.08.2017 04:09, Michel Dänzer wrote: >> On 03/08/17 01:14 AM, Nicolai Hähnle wrote: >>> On 02.08.2017 18:04, Emil Velikov wrote: On 2 August 2017 at 16:29, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Fixes: bc7f41e11d3 ("gal

Re: [Mesa-dev] [PATCH] pipe-loader: fix build of dynamic pipe-drivers

2017-08-03 Thread Nicolai Hähnle
On 03.08.2017 04:09, Michel Dänzer wrote: On 03/08/17 01:14 AM, Nicolai Hähnle wrote: On 02.08.2017 18:04, Emil Velikov wrote: On 2 August 2017 at 16:29, Nicolai Hähnle wrote: From: Nicolai Hähnle Fixes: bc7f41e11d3 ("gallium: add pipe_screen_config to screen_create functions") Bugzilla: ht

Re: [Mesa-dev] [PATCH] pipe-loader: fix build of dynamic pipe-drivers

2017-08-02 Thread Michel Dänzer
On 03/08/17 01:14 AM, Nicolai Hähnle wrote: > On 02.08.2017 18:04, Emil Velikov wrote: >> On 2 August 2017 at 16:29, Nicolai Hähnle wrote: >>> From: Nicolai Hähnle >>> >>> Fixes: bc7f41e11d3 ("gallium: add pipe_screen_config to screen_create >>> functions") >>> Bugzilla: https://bugs.freedesktop.

Re: [Mesa-dev] [PATCH] pipe-loader: fix build of dynamic pipe-drivers

2017-08-02 Thread Emil Velikov
On 2 August 2017 at 17:14, Nicolai Hähnle wrote: > On 02.08.2017 18:04, Emil Velikov wrote: >> >> On 2 August 2017 at 16:29, Nicolai Hähnle wrote: >>> >>> From: Nicolai Hähnle >>> >>> Fixes: bc7f41e11d3 ("gallium: add pipe_screen_config to screen_create >>> functions") >>> Bugzilla: https://bugs

Re: [Mesa-dev] [PATCH] pipe-loader: fix build of dynamic pipe-drivers

2017-08-02 Thread Nicolai Hähnle
On 02.08.2017 18:04, Emil Velikov wrote: On 2 August 2017 at 16:29, Nicolai Hähnle wrote: From: Nicolai Hähnle Fixes: bc7f41e11d3 ("gallium: add pipe_screen_config to screen_create functions") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102014 Seems like my s/flags/config->flags/

Re: [Mesa-dev] [PATCH] pipe-loader: fix build of dynamic pipe-drivers

2017-08-02 Thread Emil Velikov
On 2 August 2017 at 16:29, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Fixes: bc7f41e11d3 ("gallium: add pipe_screen_config to screen_create > functions") > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102014 Seems like my s/flags/config->flags/ suggestion was way off. Thanks for

[Mesa-dev] [PATCH] pipe-loader: fix build of dynamic pipe-drivers

2017-08-02 Thread Nicolai Hähnle
From: Nicolai Hähnle Fixes: bc7f41e11d3 ("gallium: add pipe_screen_config to screen_create functions") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102014 --- src/gallium/targets/pipe-loader/pipe_r300.c | 2 +- src/gallium/targets/pipe-loader/pipe_r600.c | 2 +- src/gallium/ta