diff options
author | Paul Berry <[email protected]> | 2012-05-09 17:14:56 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-05-25 08:45:11 -0700 |
commit | f2cdfa4c8522b6b0f5d1b0a6c42ed39e0d47c876 (patch) | |
tree | 15b22fe4475494f4a52d6f26979096901e50afec /include | |
parent | f7df7917e050b90df69c888e1f2ea0482ddd6b1d (diff) |
i965/blorp: Use 16 pixel dispatch on Gen7.
Gen7 hardware requires us to enable at least one WM dispatch mode,
even if there is no program being dispatched to. When this code was
only used for HiZ operations (which don't use a WM program), we used
32-pixel dispatch, because it didn't matter. But blit programs are
compiled for 16-pixel dispatch. So just enable 16-wide dispatch
unconditionally.
Reviewed-by: Chad Versace <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
v2: Enable 16-wide dispatch unconditionally rather than add the
unnecessary complication of using 32-wide dispatch when there is no WM
program.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions