diff options
author | Kenneth Graunke <[email protected]> | 2016-10-03 21:41:10 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-10-04 17:21:40 -0700 |
commit | 8a484a63f8a7bc6c7b019502769c2adb80267fe9 (patch) | |
tree | c850cd825b43919c13189fab4ce1a7143c130993 /src/intel | |
parent | d3cc3d28bd53f11c5aacef9023dd95a8487c98c4 (diff) |
i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
The atom that uploads push constants listens to _NEW_TRANSFORM for
legacy clip plane handling. On Sandybridge, the gen6_vs_state atom
emits 3DSTATE_CONSTANT_VS as well as 3DSTATE_VS, so it needs to listen
to the same set of conditions.
However, it looks like Gen7 doesn't need this. The push constant atom
emits 3DSTATE_CONSTANT_VS directly, and the gen7_vs_state atom that
emits 3DSTATE_VS doesn't have a dependency on ctx->Transform.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
0 files changed, 0 insertions, 0 deletions