gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Apr 2008 21:27:00 +0000 (15:27 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Apr 2008 21:27:00 +0000 (15:27 -0600)
commit593cf5a6b55eb9b490a2aee2c3850d2d493fc4df
treec902fad039c686cc54ef8faec5e7ddd02a2b3cce
parent7c2416f06e518bc1491fe13e145dcc9487d75449
gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.

The two functions were mostly the same.  We can look at the shader header
info to determine if it's a vertex or fragment shader.
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
src/gallium/drivers/softpipe/sp_fs_sse.c