meta: fix incorrect argument order in setup_texture_coords() call
authorBrian Paul <brianp@vmware.com>
Thu, 12 Jan 2012 16:50:27 +0000 (09:50 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Jan 2012 20:01:59 +0000 (13:01 -0700)
commit2f0fa456e31a7030c911a563b62c84d448b09800
treecc4f60cccbc2e00abd8168a366dff35c586a85a7
parent36ede89687fe2de213f2637ab7acfb80cfd856cd
meta: fix incorrect argument order in setup_texture_coords() call

And pass integer width, height values.

NOTE: This is a candidate for the 8.0 branch.

Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/mesa/drivers/common/meta.c