nv50/ir/nir: implement nir_intrinsic_store_(per_vertex_)output
authorKarol Herbst <kherbst@redhat.com>
Mon, 11 Dec 2017 14:46:19 +0000 (15:46 +0100)
committerKarol Herbst <kherbst@redhat.com>
Sun, 17 Mar 2019 09:33:28 +0000 (10:33 +0100)
commit6bc32bf65350daadf382932ad16071489b751a2b
tree7759f5679b2cd19b1552d954e99b7de211f94e02
parent8c257a0201d346e6685dcbb4d38f39779dba6238
nv50/ir/nir: implement nir_intrinsic_store_(per_vertex_)output

v3: add workaround for RA issues
    indirects have to be multiplied by 0x10
    fix indirect access
v4: use smarter getIndirect helper
    use storeTo helper
v5: don't use const_offset directly
v8: don't require C++11 features
v9: convert to C++ style comments
    handle clip planes correctly

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