Skip to content

Dynamically generate format lookup table from drm_fourcc header

Scott Moreau requested to merge github/fork/soreau/dynamic-formats into master

This eliminates the need to maintain a list of formats used for converting from fourcc codes to the prettier version by parsing drm_fourcc.h directly and building a header for use in pretty.c

Merge request reports