freedreno/ir3: support glsl linking for cmdline compiler
authorRob Clark <robclark@freedesktop.org>
Fri, 24 Jun 2016 19:17:27 +0000 (15:17 -0400)
committerRob Clark <robdclark@gmail.com>
Sat, 2 Jul 2016 13:00:19 +0000 (09:00 -0400)
commit202710d11057dfe4416770752cf5fd5b3f766999
treee34ec5958b92f1f1b647c1289d5c5e78f0e8a386
parent07cfe4e6aa2af646445c3e0f6be5eea60c721094
freedreno/ir3: support glsl linking for cmdline compiler

For .vert/.frag, now multiple can be specified on the cmdline for
purposes of linking, and the last one specified is the one that is
fed into the ir3 backend (and dumped along the way if --verbose is
specified)

Without this, varyings in frag shaders would appear as undefined.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/drivers/freedreno/ir3/ir3_cmdline.c