commit | 900364b6c3e7f6c3017aafd58dd4771303fa4be1 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Sat Jan 03 13:55:22 2015 +0800 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:03 2015 -0700 |
tree | bf9c6a8105672872f19c202354dee8a571b35d53 | |
parent | a89167cea5af25a807777706afc807a498874873 [diff] [blame] |
icd: clean up alloc functions Clean up and move alloc functions to icd-alloc.[ch].
diff --git a/icd/intel/intel.c b/icd/intel/intel.c index 538a482..15d126d 100644 --- a/icd/intel/intel.c +++ b/icd/intel/intel.c
@@ -92,7 +92,7 @@ intel_debug_init(); - ret = icd_set_allocator(pAllocCb); + ret = icd_allocator_init(pAllocCb); if (ret != XGL_SUCCESS) return ret;