commit | d75c13eb4d0a3f3f03a26e9df1677fd89fd6926d | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Fri Jan 02 14:07:20 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:03 2015 -0700 |
tree | 35a7f5a692f72b0a187456fcf9ba26d00a2f7c23 | |
parent | 7c76f300907eebebb469c9beb3205395ba7982e0 [diff] [blame] |
intel: Write zero to uninitialized generic FS inputs
diff --git a/icd/intel/pipeline.h b/icd/intel/pipeline.h index ab0bb46..aaea2aa 100644 --- a/icd/intel/pipeline.h +++ b/icd/intel/pipeline.h
@@ -105,6 +105,7 @@ uint64_t inputs_read; uint64_t outputs_written; XGL_UINT outputs_offset; + XGL_UINT generic_input_start; XGL_BOOL enable_user_clip; XGL_BOOL reads_user_clip;