iris: fix EmitNoIndirect
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 20 Jul 2018 08:18:57 +0000 (01:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:07 +0000 (10:26 -0800)
commita12a370d7b1adf0ffe3d956e15a1eb338ada3b21
treee7b6801653bc25a0d4ed7dcb4c6dd83c47c2dee5
parent5bd861de8bbbadf9f0094eb61575a57269fe643f
iris: fix EmitNoIndirect

we were using pipe stages, which are ordered dumbly for historical
reasons.  we want gl_shader_stage here.  this got us the wrong options
src/gallium/drivers/iris/iris_screen.c