mesa/src/gbm/main
Daniel Stone 5e1fe240c4 gbm: Clarify acceptable formats for gbm_bo
gbm_bo_create() was presumably meant to originally accept gbm_bo_format
enums, but it's accepted GBM_FORMAT_* tokens since the dawn of time.
This is good, since gbm_bo_format is rarely used and covers a lot less
ground than GBM_FORMAT_*.

Change the documentation to refer to both; this involves removing a 'see
also' for gbm_bo_format, since we can't also use \sa to refer to a
family of anonymous #defines.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reported-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Eric Anholt <eric@anholt.net>
2018-11-16 09:40:46 +00:00
..
backend.c mesa/gbm: Resolve GCC sign-compare warning. 2015-08-18 11:34:43 -07:00
backend.h
gbm.c gbm: Clarify acceptable formats for gbm_bo 2018-11-16 09:40:46 +00:00
gbm.h gbm: Introduce a helper function for printing GBM format names. 2018-11-12 15:20:23 -08:00
gbm.pc.in automake: src/gbm 2012-01-23 15:18:12 -05:00
gbmint.h gbm: Move gbm_format_canonicalize() to the core. 2018-11-12 15:20:23 -08:00