commit | 000747de0333cf8bc95c13493a973c4a7654425c | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 20 15:39:36 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 20 15:59:44 2014 +0800 |
tree | 0850317d0588483bf14b1bd3f3cbc524e01f0b6c | |
parent | 049667050951aa0570587860c588874176047cf8 [diff] [blame] |
intel: remember intel_mem allocation size
diff --git a/icd/intel/mem.h b/icd/intel/mem.h index 59f1f4d..7522794 100644 --- a/icd/intel/mem.h +++ b/icd/intel/mem.h
@@ -32,6 +32,7 @@ struct intel_base base; struct intel_bo *bo; + XGL_GPU_SIZE size; }; XGL_RESULT intel_mem_alloc(struct intel_dev *dev,