commit | fa6cac730ca48f6202a8f35d79db34cb3f3b9df8 | [log] [tgz] |
---|---|---|
author | Tony Barbour <tony@LunarG.com> | Fri Jan 16 14:27:35 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:08 2015 -0700 |
tree | acc97b58dbc55b81da493567adb2a35b20e06abe | |
parent | 5f5a618fd212f104d7fc1e0907612b4c9196f6db [diff] [blame] |
driver:implement changes for Dynamic State
diff --git a/icd/intel/mem.c b/icd/intel/mem.c index d8c2f8a..47f312d 100644 --- a/icd/intel/mem.c +++ b/icd/intel/mem.c
@@ -36,7 +36,7 @@ if ((info->alignment != 0) && (4096 % info->alignment)) return XGL_ERROR_INVALID_ALIGNMENT; - if (info->heapCount != 1 || info->heaps[0] != 0) + if (info->heapCount != 1 || info->pHeaps[0] != 0) return XGL_ERROR_INVALID_POINTER; mem = (struct intel_mem *) intel_base_create(dev, sizeof(*mem),