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)
commit815bddd0fdbcd050c5d67a1fe7363ba09dc5eaa4
tree4eba22615e67fa0910920f0f08fd188c874fe75f
parent96f28fcc48d555e0ba2b76fb1f042371bdad226b
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.
icd/intel/dispatch.c
icd/intel/dispatch.h
icd/intel/intel.c
loader/loader.c
xgl-generate.py