tnl: replace __FUNCTION__ with __func__
authorMarius Predut <marius.predut@intel.com>
Fri, 3 Apr 2015 13:11:57 +0000 (16:11 +0300)
committerMatt Turner <mattst88@gmail.com>
Tue, 14 Apr 2015 19:23:41 +0000 (12:23 -0700)
commitf0e693efb393f1135702c80a64f8733adc922db1
tree8c266fb784c46ef00bb09c3617015e5dfaa4aed4
parent3ca17e75e4fe129511a4dcad47e139485beef880
tnl: replace __FUNCTION__ with __func__

Consistently just use C99's __func__ everywhere.
The patch was verified with Microsoft Visual studio 2013
redistributable package(RTM version number: 18.0.21005.1)
Next MSVC versions intends to support __func__.
No functional changes.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Signed-off-by: Marius Predut <marius.predut@intel.com>
src/mesa/tnl/t_draw.c
src/mesa/tnl/t_vb_lighttmp.h
src/mesa/tnl/t_vertex_generic.c
src/mesa/tnl_dd/t_dd_dmatmp.h
src/mesa/tnl_dd/t_dd_dmatmp2.h
src/mesa/tnl_dd/t_dd_triemit.h
src/mesa/tnl_dd/t_dd_tritmp.h
src/mesa/tnl_dd/t_dd_unfilled.h