i965: Remove catch-all nir_lower_io call with specific cases.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 25 Feb 2016 05:50:42 +0000 (21:50 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 26 Feb 2016 23:55:59 +0000 (15:55 -0800)
commitd33c478bedc6ac0b2bd2646e443e690cdfb2b640
treec977c3c7713876e4652d3da7115061a073218432
parent51f87979934100af8c40cfa17f670bc38417ddc0
i965: Remove catch-all nir_lower_io call with specific cases.

Most cases already call nir_lower_io explicitly for input and output
lowering.  This catch all isn't very useful anymore - we can just add it
to the remaining cases.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/mesa/drivers/dri/i965/brw_nir.c