Make _mesa_swizzle_and_convert argument types in .c match those in .h
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Mon, 16 Feb 2015 00:20:25 +0000 (16:20 -0800)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Wed, 18 Feb 2015 02:16:33 +0000 (18:16 -0800)
commitb7ce7c00e35ceb3518d932359ed52cacd6679acb
tree22d00ed718aa114ad692e289fe307d32a76332f9
parent4671dca0eecf7dbf3e0d0a13111813756722d57d
Make _mesa_swizzle_and_convert argument types in .c match those in .h

Caused Solaris Studio compilers to fail to build with errors about
incompatible function redefinitions.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Cc: "10.5" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/format_utils.c