Add function to set an icd's dispatch table for subsequently created objects.
authorJon Ashburn <jon@lunarg.com>
Thu, 16 Oct 2014 21:48:50 +0000 (15:48 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 30 Oct 2014 00:01:59 +0000 (18:01 -0600)
commit7cd1a54294e892742128d8b3c465d00c14f8c69c
tree5cc9664cf6642c37b70ed1e5a5d5c116b9ad1797
parent80ddae038ce1d02e35bf26eada99e9500e01fac1
Add function to set an icd's dispatch table for subsequently created objects.

With layers the loaders dispatch table is used instead of the drivers dispatch
table.  The gpu objects were reflecting this change but not subsequent objects.
Tell the icd driver about the loader's dispatch table so it will use it on
object creation rather than the default  driver dispatch table.
loader/loader.c
xgl-generate.py