commit | 39026c9234adfd81b366562aea124cb411d83a8c | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Sep 02 10:03:19 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Sep 02 13:06:50 2014 +0800 |
tree | 6650ca6e1f444020ab0fe82676854a195a61c629 | |
parent | a6d50aa6feee84d428c6696af3fc824651ff74bd [diff] [blame] |
intel: clean up pipeline shader building a bit
diff --git a/icd/intel/cmd_pipeline.c b/icd/intel/cmd_pipeline.c index 3bc9ce7..eaded57 100644 --- a/icd/intel/cmd_pipeline.c +++ b/icd/intel/cmd_pipeline.c
@@ -1654,7 +1654,7 @@ gen6_3DSTATE_WM(cmd); } - emit_ps_resources(cmd, cmd->bind.pipeline.graphics->fs_rmap); + emit_ps_resources(cmd, cmd->bind.pipeline.graphics->intel_fs.rmap); cmd_wa_gen6_pre_depth_stall_write(cmd); cmd_wa_gen6_pre_multisample_depth_flush(cmd);