i965/fs: Clean up the emit calls by introducing emit() overload helpers.
authorEric Anholt <eric@anholt.net>
Sun, 13 Mar 2011 08:23:40 +0000 (00:23 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 24 Mar 2011 18:31:36 +0000 (11:31 -0700)
commit53d78be3bde68bfb6416fb9c1abfbc24030f390e
treee4f019c7b797024e5ced784c6827c3a319e6a2e8
parent82dd62fb22c8f88d62e3c77666c6805a2ac6ecd3
i965/fs: Clean up the emit calls by introducing emit() overload helpers.

I think the code ends up a lot more legible this way, though we've
still got the overloads in the fs_inst as well (even though there's
only one caller left currently).
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h