Re: [Mesa-dev] [PATCH 03/10] gbm: use the loader util lib

2014-01-16 Thread Emil Velikov
On 16/01/14 23:45, Emil Velikov wrote: >> > They were exported so that external gbm modules could call them. >> > Today we compile the gbm dri backend into libgbm, so it's not an >> > issue. Nothing outside mesa should use it. >> > > If that's the case I think you won't mind if I follow up with a

Re: [Mesa-dev] [PATCH 03/10] gbm: use the loader util lib

2014-01-16 Thread Emil Velikov
On 16/01/14 23:03, Kristian Høgsberg wrote: > On Sat, Jan 11, 2014 at 04:54:44PM +, Emil Velikov wrote: >> Additionally this commit removes the following exported functions >> >>_gbm_udev_device_new_from_fd() >>_gbm_fd_get_device_name() >>_gbm_log() >> >> All three were erroneously

Re: [Mesa-dev] [PATCH 03/10] gbm: use the loader util lib

2014-01-16 Thread Kristian Høgsberg
On Sat, Jan 11, 2014 at 04:54:44PM +, Emil Velikov wrote: > Additionally this commit removes the following exported functions > >_gbm_udev_device_new_from_fd() >_gbm_fd_get_device_name() >_gbm_log() > > All three were erroneously marked as exported since their inception. > Neither

[Mesa-dev] [PATCH 03/10] gbm: use the loader util lib

2014-01-11 Thread Emil Velikov
Additionally this commit removes the following exported functions _gbm_udev_device_new_from_fd() _gbm_fd_get_device_name() _gbm_log() All three were erroneously marked as exported since their inception. Neither of them has ever been a part of the API thus there should be no users of them