nouveau: codegen: Disable more old resource handling code
authorHans de Goede <hdegoede@redhat.com>
Wed, 16 Mar 2016 09:10:47 +0000 (10:10 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 21 Mar 2016 11:20:40 +0000 (12:20 +0100)
commit86e444036190fb6215e9365fe4126b420a15784a
treed29f1b29f7d4d9332b39b4fa8340efd3d8f61ce8
parent71e315475c780311fea205ab8c9a898a67da683b
nouveau: codegen: Disable more old resource handling code

Commit c3083c7082 ("nv50/ir: add support for BUFFER accesses") disabled /
commented out some of the old resource handling code, but not all of it.

Effectively all of it is dead already, if we ever enter the old code
paths in handeLOAD / handleSTORE / handleATOM we will get an exception
due to trying to access the now always zero-sized resources vector.

Disable all the dead code.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> (v2)
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp