OSDN Git Service

i965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_urb_writes().
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 30 May 2015 06:02:56 +0000 (23:02 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 1 Jun 2015 19:45:41 +0000 (12:45 -0700)
commita2655e0dd422599c07c572472855abd98d20d21a
tree89b086964e9f254f80ce7a888ec05f1aee4b1d93
parent386bf336c400104fbc80bf8a21f745eca5771ec1
i965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_urb_writes().

Now that Jason's LOAD_PAYLOAD improvements have landed, we don't need
this.  Passing 1 for the number of header registers already takes care
of setting force_writemask_all on the header copy.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp