mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 02:48:07 +02:00
Older drivers will not expect any flags from the
GBM front-end when modifiers are in use, and will
likely fail the allocation or handle them
incorrectly as a result. Only specify usage flags
when allocating from a backend with an ABI >= 1,
as that's the ABI version that added support for
specifying usage flags along with modifiers.
Fixes:
|
||
|---|---|---|
| .. | ||
| backend.c | ||
| backend.h | ||
| gbm.c | ||
| gbm.h | ||
| gbm_abi_check.c | ||
| gbm_backend_abi.h | ||
| gbmint.h | ||