commit | 480d33b8a21182ad0be54e6e1f0dd01accc698f3 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Fri Aug 29 10:26:14 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Fri Aug 29 10:28:50 2014 +0800 |
tree | a7c33df02a8027eec1d6a26ab674763a4ae2eca3 | |
parent | ef12c1ae1c4096847e879bf4515f0308fbe5de7a [diff] [blame] |
intel: fix assertion failures on Haswell
diff --git a/icd/intel/cmd_pipeline.c b/icd/intel/cmd_pipeline.c index bccd4a4..58b6d5d 100644 --- a/icd/intel/cmd_pipeline.c +++ b/icd/intel/cmd_pipeline.c
@@ -1001,7 +1001,7 @@ const struct intel_shader_cso *cso; uint32_t dw2, dw4, dw5; - CMD_ASSERT(cmd, 7, 7); + CMD_ASSERT(cmd, 7, 7.5); if (cmd->bind.gs.shader == NULL) { cmd_batch_reserve(cmd, cmd_len);