mesa/main: Add python code to generate the format_info structure
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Aug 2014 18:24:09 +0000 (11:24 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 5 Aug 2014 17:56:15 +0000 (10:56 -0700)
commit342056531053bf929cb9f0e24e2121ffa52c80b2
tree7407eb62b2a1f98d9068cb7a35c9f6a9d992da17
parentd4c780e052c9cc361bed5958b72b42d8151800c2
mesa/main: Add python code to generate the format_info structure

This adds a python script called format_info.py that is used to generate a
single format_info.c file that contains the filled-out format_info array.

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/format_info.py [new file with mode: 0644]