commit | c94f3e52cfb4ccdfa5d131e81100b585c4006fc6 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Oct 07 14:45:05 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Oct 07 15:08:48 2014 +0800 |
tree | a8721a3ec53acb4e20d7dfa00a961651593b0615 | |
parent | fc05a2e0b26c18ab52b683f047ec95950e000e25 [diff] [blame] |
intel: disable HiZ We are not quite there yet.
diff --git a/icd/intel/layout.h b/icd/intel/layout.h index 473aa32..fb36ee6 100644 --- a/icd/intel/layout.h +++ b/icd/intel/layout.h
@@ -124,7 +124,7 @@ }; void intel_layout_init(struct intel_layout *layout, - const struct intel_dev *dev, + struct intel_dev *dev, const XGL_IMAGE_CREATE_INFO *info, bool scanout);