softpipe: reduce textual differences between exec and sse shader paths
authorKeith Whitwell <keithw@vmware.com>
Tue, 11 Aug 2009 17:06:16 +0000 (18:06 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 11 Aug 2009 17:06:16 +0000 (18:06 +0100)
commitda319095f2ca8869657ebda0db54eb9b2f7393ce
treeff222bc12f097c2fa1116b3a5bfff57701d5cecb
parentb5c389721aec09c260789e6371910937f15ef1a0
softpipe: reduce textual differences between exec and sse shader paths

Unshare one function (setup_pos_vector) as we want to push this code
into the generated shader in the SSE case.
src/gallium/drivers/softpipe/sp_fs_exec.c
src/gallium/drivers/softpipe/sp_fs_sse.c