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

Re: [Mesa-dev] [PATCH] pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabled

2015-02-25 Thread Emil Velikov
On 25 February 2015 at 00:43, Tom Stellard wrote: > Configure arguments: > > ./configure --disable-dri3 --disable-xvmc --enable-opencl > --with-gallium-drivers=r300,r600,radeonsi > --with-egl-platforms=drm > > Build error: > I was thinking about it yesterday but could not r

Re: [Mesa-dev] [PATCH] pipe-loader: Fix build

2014-01-19 Thread Emil Velikov
On 19/01/14 14:09, Armin K wrote: > pipe_loader_drm.c: In function 'pipe_loader_drm_probe_fd': > pipe_loader_drm.c:120:4: error: implicit declaration of function > 'loader_get_pci_id_for_fd' [-Werror=implicit-function-declaration] > --- Reviewed-by: Emil Velikov Seems like I failed at git rebase

[Mesa-dev] [PATCH] pipe-loader: Fix build

2014-01-19 Thread Armin K
pipe_loader_drm.c: In function 'pipe_loader_drm_probe_fd': pipe_loader_drm.c:120:4: error: implicit declaration of function 'loader_get_pci_id_for_fd' [-Werror=implicit-function-declaration] --- src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 1 + 1 file changed, 1 insertion(+) diff --git