Louis-Francis Ratté-Boulianne 6f59e4858e renderer/native: Don't use modifiers to import linear DMA buffer
When the buffer modifier is DRM_FORMAT_MOD_LINEAR, we can use the
old code path. That means not specifying any modifier parameter.

It was an issue when the primary GPU was creating a linear GBM surface
and that a secondary GPU (not supporting modifiers) was trying to
import it. It was failing because the driver could not use the
import_modifiers extension even though it could in theory easily
import the buffer.

https://gitlab.gnome.org/GNOME/mutter/issues/18
2018-02-22 14:01:48 +08:00
2018-02-09 14:01:12 +01:00
2018-02-17 15:01:10 +00:00
2017-05-11 13:45:44 +02:00
2018-02-21 01:09:22 +01:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%