lima: enable lower_bitops in ppir
authorErico Nunes <nunes.erico@gmail.com>
Thu, 18 Jul 2019 19:13:19 +0000 (21:13 +0200)
committerErico Nunes <nunes.erico@gmail.com>
Wed, 31 Jul 2019 21:06:26 +0000 (23:06 +0200)
commit82bf5a8aac3425701cbf7e15063967d53f8b452f
treee032efc67fa458261081f1d23d31e8eb49a7b823
parentb3676a65488e4d47596000c260f7872cfed78688
lima: enable lower_bitops in ppir

The mali pp doesn't support integers and some nir_algebraic
optimizations may result in ops that are not easily lowerable to floats,
so disable optimizations resulting in bitops.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Jonathan Marek <jonathan@marek.ca>
src/gallium/drivers/lima/lima_program.c