OSDN Git Service

anv/entrypoints: Run the headers through the preprocessor first
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Dec 2015 06:06:22 +0000 (22:06 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Dec 2015 22:13:55 +0000 (14:13 -0800)
commitfde60c168495ab6a8f1ec3f4c3a41db575cd5d1e
tree3662e4037fc9117a3d96871955084a97c588aebf
parent4c19243562cba8b33e8139c7ac20ba8bef132633
anv/entrypoints: Run the headers through the preprocessor first

This allows us to filter based on preprocessor directives.  We could build
a partial preprocessor into the generator, but we would likely get it
wrong.  This allows us to filter out, for instance, windows-specific WSI
stuff.
src/vulkan/Makefile.am
src/vulkan/anv_entrypoints_gen.py