mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965: valid message length includes message header.
This commit is contained in:
parent
fc81f42817
commit
da60fd1291
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