commit | d803133d52d4e0c826b1b9aea06a10e310a06896 | [log] [tgz] |
---|---|---|
author | Jon Ashburn <jon@lunarg.com> | Thu Jan 22 10:52:13 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:09 2015 -0700 |
tree | 94e93e359055b86e7b42042c1c878bf5df190bff | |
parent | 3cda13b3adf44cb6af64a18836284af4c4a07a69 [diff] [blame] |
intel: Set the memType in mem_requirements for all objects Conflicts: icd/intel/event.c icd/intel/img.c
diff --git a/icd/intel/query.c b/icd/intel/query.c index 6abfd01..b694b38 100644 --- a/icd/intel/query.c +++ b/icd/intel/query.c
@@ -52,7 +52,7 @@ return ret; mem_req->size = query->slot_stride * query->slot_count; mem_req->alignment = 64; - + mem_req->memType = XGL_MEMORY_TYPE_OTHER; } break; default: