i965: Simplify generator code for untyped surface messages.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 22 Apr 2015 18:10:43 +0000 (21:10 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Mon, 4 May 2015 12:05:20 +0000 (15:05 +0300)
commit0519a6259b0e6b83eaeafdf0ed30a67713c4b6ed
treeba1b421edbea8239d9808ee03542b1f91fd2a682
parent2f1c16df3e997771bcedb60ae7f16a21c4c60144
i965: Simplify generator code for untyped surface messages.

The generate_untyped_*() methods do nothing useful other than calling
the corresponding function from brw_eu_emit.c.  The calls to
brw_mark_surface_used() will go away too in a future commit.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_generator.cpp
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_generator.cpp