icd: stop generating icd-dispatch-entrypoints.c
authorChia-I Wu <olv@lunarg.com>
Sat, 3 Jan 2015 07:27:41 +0000 (15:27 +0800)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:03 +0000 (17:58 -0700)
commitfb743de50680ffea64979aa969efface2beb6ea8
tree20a540b1bde5bc34ae6c73b3c336223c533156dd
parent1e990574a233314781c5b5d168db93ab25171f08
icd: stop generating icd-dispatch-entrypoints.c

Let ICDs define XGL entrypoints directly.  This requires the Intel ICD to
rename intelSomeEntryPoint() to xglSomeEntryPoint().  In addition, the ICD
needs to be linked with -Bsymbolic to make symbol resolving work for
xglGetProcAddr().

v2: use -Bsymbolic-functions
.gitignore
icd/common/CMakeLists.txt
xgl-generate.py