Skip to content

gbm: add missing R16 case in gbm_bo_get_bpp

M. Stoeckl requested to merge mstoeckl/mesa:gbm-r16-bpp into main

This ensures that gbm_bo_get_bpp now returns 16 instead of 0 for buffers with GBM_FORMAT_R16. R16 was the only non-YUV format from gbm.h that was missing.

Merge request reports