mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
i965: valid message length includes message header.
This commit is contained in:
parent
4b4c131cd0
commit
5a7feb8ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ void brw_clip_kill_thread(struct brw_clip_compile *c)
|
|||
c->reg.R0,
|
||||
0, /* allocate */
|
||||
0, /* used */
|
||||
0, /* msg len */
|
||||
1, /* msg len */
|
||||
0, /* response len */
|
||||
1, /* eot */
|
||||
1, /* writes complete */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue