commit | 32710d7f193fefcf02d4e6f2366115037e31d007 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 20 16:05:22 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 20 16:28:37 2014 +0800 |
tree | 43f8116b6c142c7aeb4d29a36ed0f4ea86337b2a | |
parent | 00a23b28165ac72551d8e051b8502529f0246832 [diff] [blame] |
intel: add functions to ease command buffer IO
diff --git a/icd/intel/cmd.h b/icd/intel/cmd.h index f296195..ec9bef1 100644 --- a/icd/intel/cmd.h +++ b/icd/intel/cmd.h
@@ -37,7 +37,7 @@ XGL_SIZE bo_size; struct intel_bo *bo; - uint32_t *ptr; + void *ptr_opaque; XGL_UINT used, size; XGL_RESULT result;