OSDN Git Service

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)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 24 Feb 2015 12:28:39 +0000 (12:28 +0000)
commit3e513ea65c72ee08416ac8b82c6403b4c0c4096f
tree040b27029549fdb7a1b572db0b3cd82526739973
parent2f8e96f71d038c9bde49549a3cb812d63cad9384
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>
(cherry picked from commit b7ce7c00e35ceb3518d932359ed52cacd6679acb)
src/mesa/main/format_utils.c