Describe your feature request
On integrated GPUs, the compositor might be able to import the buffer created by foot directly and display it without any additional copies compared to dmabuf.
However, AMD hardware requires images to have a stride that is a multiple of 256 which means that this zerocopy path fails for most window sizes because foot uses a tightly packed stride at the moment.
### Describe your feature request
On integrated GPUs, the compositor might be able to import the buffer created by foot directly and display it without any additional copies compared to dmabuf.
However, AMD hardware requires images to have a stride that is a multiple of 256 which means that this zerocopy path fails for most window sizes because foot uses a tightly packed stride at the moment.