anv: Make some bits of anv_extensions module-private
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 1 Aug 2017 17:59:40 +0000 (10:59 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 2 Aug 2017 16:13:13 +0000 (09:13 -0700)
commita25267654b08e2a34c673b905107c3cc3e856d0a
treee3a66ad00d474a42456d1bf940df1ad023805436
parentaab06494873bd9f46e8db960ea1f889701d43400
anv: Make some bits of anv_extensions module-private

This way we can use "from anv_extensions import *" in the entrypoint
generator without worrying too much about pollution

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_entrypoints_gen.py
src/intel/vulkan/anv_extensions.py