nvfx: remove src_native_swz, which was a no-op
authorLuca Barbieri <luca@luca-barbieri.com>
Sat, 13 Mar 2010 16:42:57 +0000 (17:42 +0100)
committerYounes Manton <younes.m@gmail.com>
Mon, 15 Mar 2010 04:03:05 +0000 (00:03 -0400)
commit9b3a908736130a62d79305586364f625a88a69ee
treec08d31ecda7e83e176764d094dc22b6bcf89001b
parent49f2a89956203a99be37a6fb18a1fab79c5e5429
nvfx: remove src_native_swz, which was a no-op

src_native_swz was used to translate 0/1 swizzles back when Gallium
supported them.

That support was later removed from Gallium, and the function currently
always returns true.

Remove it.
src/gallium/drivers/nvfx/nvfx_fragprog.c
src/gallium/drivers/nvfx/nvfx_vertprog.c