ir_to_mesa: Remove the "ir_to_mesa_" prefix on src_reg/dst_reg types.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Apr 2011 18:43:21 +0000 (11:43 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Apr 2011 22:29:07 +0000 (15:29 -0700)
commitfc6b4332c32461d0e092c908a0f3d9d44d1452a9
tree504f5e2b5eb1b7e9d71ad17e91ef3c807f348664
parent461273e9105b8d0d53c26854ac5ba68814c31a67
ir_to_mesa: Remove the "ir_to_mesa_" prefix on src_reg/dst_reg types.

Both classes are completely private to ir_to_mesa.cpp, so there won't be
any name conflicts with other parts of Mesa.  The prefix simply makes it
harder to read.

Also, use a class rather than typedef structs.

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