mesa/st: emit tgsi vertex shader directly for drawpixels
authorKeith Whitwell <keithw@vmware.com>
Sun, 15 Nov 2009 18:26:35 +0000 (10:26 -0800)
committerKeith Whitwell <keithw@vmware.com>
Sun, 15 Nov 2009 19:23:29 +0000 (11:23 -0800)
commit1454f20a991ddda35f1a2ffda953012078b407ba
treefa5fa10e2a4b08a146243a3069383c0654fe595a
parent9953fe4cb48b02a0d75735b88173f0ed170a77f2
mesa/st: emit tgsi vertex shader directly for drawpixels

One of several cases where we build mesa shaders and then translate
them to tgsi.  Many of those cases it's because we're combining two
mesa programs and there are helpers for that, but in this case at
least can go straight to tgsi.
src/mesa/state_tracker/st_cb_drawpixels.c