mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Also renamed `drmmode_create_bo` to `drmmode_create_front_bo`, better reflecting how it is used. According to the mesa docs: https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/gbm/main/gbm.h : ``` /** * The buffer will be used for front buffer rendering. On some * platforms this may (for example) disable framebuffer compression * to avoid problems with compression flags data being out of sync * with pixel data. */ GBM_BO_USE_FRONT_RENDERING = (1 << 6), ``` Signed-off-by: stefan11111 <stefan11111@shitposting.expert>