intel: an XGL_INSTANCE is not an XGL_OBJECT
authorChia-I Wu <olv@lunarg.com>
Fri, 20 Feb 2015 19:26:08 +0000 (12:26 -0700)
committerChia-I Wu <olv@lunarg.com>
Thu, 26 Feb 2015 05:49:06 +0000 (13:49 +0800)
commit94ae71a9862cfb409347d6b8e708425a53e87c6a
treee266b60213d1bbedd2e5ab8ee332a2a6cba7338f
parent80792d90370997298ccb2cbe2658177dc3e56e73
intel: an XGL_INSTANCE is not an XGL_OBJECT

It should not embed an intel_obj nor be created by intel_base_create().  Note
that there is an issue with both the old and new code: the allocation of
intel_instance uses the default allocator instead of the app-provided
allocator.  It will be fixed later.
icd/intel/instance.c
icd/intel/instance.h [new file with mode: 0644]
icd/intel/intel.h