i965/blorp: Use the return value of brw_emit_reloc.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 23 Apr 2017 03:00:14 +0000 (20:00 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 18 Jul 2017 22:53:33 +0000 (15:53 -0700)
commitd9015b1eab66afd8c53cbd35e6e946e041848727
tree2ce34eac1c20c1f6f8861b39532dcddcc2d6a1e2
parent77844406d56a62408ced3b996ff7c85880cdb4b6
i965/blorp: Use the return value of brw_emit_reloc.

This guarantees that the value written in the batch matches the
value recorded in the relocation entry.

(Chris Wilson wrote an identical patch as well.)
src/mesa/drivers/dri/i965/genX_blorp_exec.c