mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()
authorAnuj Phogat <anuj.phogat@gmail.com>
Mon, 3 Mar 2014 19:40:31 +0000 (11:40 -0800)
committerAnuj Phogat <anuj.phogat@gmail.com>
Tue, 4 Mar 2014 19:22:58 +0000 (11:22 -0800)
commit0f6f92e284cb5e72c1534477c1a947c94cfbe1f7
tree3388233e83d467a0e3abc0d225671009a75274e2
parent063980151e801fca6c314e14c82e9a7b8c04a4d2
mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()

This patch makes no functional changes to the code.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/teximage.c