Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

Implement buffer API autodetection #248

Closed vially closed 7 years ago

vially commented 7 years ago

Implement buffer API auto-detection as discussed in #247

For the auto-detection logic I've used the drmGetVersion function which seems to return the driver used by the DRM device.

vially commented 7 years ago

@Cloudef Pushed another version which addressed your comments

vially commented 7 years ago

Pushed another version which addressed latest feedback.

Cloudef commented 7 years ago

Looks ok to me, thanks.