intel: use intel_alloc()/intel_free() everywhere
authorChia-I Wu <olv@lunarg.com>
Sun, 22 Feb 2015 06:09:00 +0000 (14:09 +0800)
committerChia-I Wu <olv@lunarg.com>
Thu, 5 Mar 2015 21:20:31 +0000 (14:20 -0700)
commitf13ed3cc8c886d30a1f55a783112d072621717b2
treef7d682b5d7e3529e77d969a3bd510b5dd0a6f65d
parentf9c81ef6b349eec46dfb041c091b8a8e0c0c34e3
intel: use intel_alloc()/intel_free() everywhere

Make intel_handle available in the functions that icd_alloc()/icd_free() is
still called, and convert them to use intel_alloc()/intel_free().
17 files changed:
icd/intel/compiler/pipeline/pipeline_compiler_interface.cpp
icd/intel/compiler/pipeline/pipeline_compiler_interface.h
icd/intel/compiler/pipeline/pipeline_compiler_interface_meta.cpp
icd/intel/desc.c
icd/intel/desc.h
icd/intel/dev.c
icd/intel/gpu.c
icd/intel/instance.c
icd/intel/intel.h
icd/intel/kmd/winsys.h
icd/intel/kmd/winsys_drm.c
icd/intel/obj.c
icd/intel/obj.h
icd/intel/pipeline.c
icd/intel/pipeline.h
icd/intel/wsi_x11.c
icd/intel/wsi_x11.h