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
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
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
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