commit | 0f50ba8dc57fa5068468de1769842a54213ab577 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Sep 09 10:25:46 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Sep 09 12:01:11 2014 +0800 |
tree | ade31aec2b39b81ebcafd4ebb15624d80e4d40dc | |
parent | 68f319d79b5018c50a9f6e7bdd8200fda8db42a4 [diff] [blame] |
intel: rename ptr_opaque to ptr It is void * and is opqaue already.
diff --git a/icd/intel/cmd.h b/icd/intel/cmd.h index 698f1b8..4d9daf7 100644 --- a/icd/intel/cmd.h +++ b/icd/intel/cmd.h
@@ -200,7 +200,7 @@ struct intel_cmd_writer { struct intel_bo *bo; - void *ptr_opaque; + void *ptr; /* in DWords */ XGL_UINT size;