xgl-generate.py: fork _generate_dispatch_entrypoints()
authorChia-I Wu <olv@lunarg.com>
Thu, 1 Jan 2015 16:21:24 +0000 (00:21 +0800)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:02 +0000 (17:58 -0700)
commitacf299cb4386742ca71c12aed9e2cd040c79454e
tree8865b006f92fa8049a7fa0a59468c4037de3f25e
parente0c2c068d6a514becfa36d057d3b13b33aa6b37c
xgl-generate.py: fork _generate_dispatch_entrypoints()

Both LoaderSubcommand and IcdDispatchEntrypointsSubcommand called
_generate_dispatch_entrypoints() yet they have very different needs.  Rename
the function to _generate_loader_dispatch_entrypoints() and make it
LoaderSubcommand specific.  Add a new entrypoint generating function for
IcdDispatchEntrypointsSubcommand.
xgl-generate.py