nv50/ir/nir: parse NIR shader info
authorKarol Herbst <kherbst@redhat.com>
Fri, 15 Dec 2017 16:40:15 +0000 (17:40 +0100)
committerKarol Herbst <kherbst@redhat.com>
Sun, 17 Mar 2019 09:33:28 +0000 (10:33 +0100)
commit88c909e9a767b89bbee8d5072c93bec551b2b058
treeaeff2b649d75f7590c3fa86952048fdca1a05144
parente8d9be40cbaf4922adec34a2e8106c04e2c7660d
nv50/ir/nir: parse NIR shader info

v2: parse a few more fields
v3: add special handling for GL_ISOLINES
v8: set info->prop.fp.readsSampleLocations
    don't require C++11 features
v9: replace '(*it).' with 'it->'
    convert to C++ style comments

Signed-off-by: Karol Herbst <kherbst@redhat.com>
src/gallium/drivers/nouveau/codegen/nv50_ir_from_nir.cpp