ir_to_mesa: Rename ir_to_mesa_emit_*_opX methods to emit_*.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Apr 2011 19:16:57 +0000 (12:16 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Apr 2011 22:31:58 +0000 (15:31 -0700)
commit01e19fcf1f36cea40cc5efc48796d4e153a20f2f
tree9d379616efffbffc77fba046a4bb39d2ac95b64f
parentcb21fa91b8e8f46d7d27604b9cb77fba031567f4
ir_to_mesa: Rename ir_to_mesa_emit_*_opX methods to emit_*.

There's really no need for a prefix on member functions, and overloading
takes care of the _op1/_op2 distinction quite nicely.  Eric already made
a similar change in the i965 FS backend.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/program/ir_to_mesa.cpp