commit | 958d1b72d4882d8236ea58b54169d25ca58fa802 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Thu Aug 21 11:28:11 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Thu Aug 21 11:28:21 2014 +0800 |
tree | b75a4829b7d67e75f57ee89844a0673f3fe88aff | |
parent | 73e326fc4e82fb5525754fb5cb0731d75e6370aa [diff] [blame] |
intel: hide intel_cmd_reloc And mark intel_mem in it const.
diff --git a/icd/intel/cmd_pipeline.c b/icd/intel/cmd_pipeline.c index f49dbb8..ca3c2db 100644 --- a/icd/intel/cmd_pipeline.c +++ b/icd/intel/cmd_pipeline.c
@@ -113,7 +113,7 @@ } static void gen6_3DSTATE_INDEX_BUFFER(struct intel_cmd *cmd, - struct intel_mem *mem, + const struct intel_mem *mem, XGL_GPU_SIZE offset, XGL_INDEX_TYPE type, bool enable_cut_index)