panfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 23 Jul 2019 23:40:42 +0000 (16:40 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 1 Aug 2019 23:23:01 +0000 (16:23 -0700)
commit39fe9f5e2fcde043f5aaab26e894f6c2e734ba97
tree8a3b355fd44b7fa590add19e06d8a7ee3f01889f
parent1697760e051c70e8d47a10fae93e8fab85bd71b9
panfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS

We *could* expose TGSI as well -- we pipe it through tgsi_to_nir for
Gallium-internal shaders anyway -- but we'd rather not.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_screen.c