diff options
author | Kenneth Graunke <[email protected]> | 2014-01-30 15:30:19 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-02-20 15:50:07 -0800 |
commit | dca84b4b5b23b68b3ea9da53d1775fa22cd1aff4 (patch) | |
tree | 09253ef623b6a28f7927d1515e75f666b1645146 /src/mesa/program/prog_parameter.c | |
parent | e643c7d036d322c2898c9e65e466d75d0c708dc2 (diff) |
i965: Use MOV, not OR for setting URB write channel enables on Gen8+.
On Broadwell, g0.5 contains the "Scratch Space Pointer"; using OR
puts some bits of that into "ignored" sections of our message header.
While this doesn't hurt, it's also not terribly /useful/. Using MOV
is sufficient to set the only interesting bits in this part of the
message header.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_parameter.c')
0 files changed, 0 insertions, 0 deletions