Re: [Mesa-dev] [PATCH] gm107/ir: avoid using kepler instruction capabilities

2018-02-12 Thread Karol Herbst
On Sat, Feb 10, 2018 at 7:41 PM, Ilia Mirkin wrote: > Split up the op properties table into generation-specific bits, and only > use the kepler ones on kepler. Fixes some CTS images tests. > > Signed-off-by: Ilia Mirkin thanks! Reviewed-by: Karol Herbst > --- > .../nouveau/codegen/nv50_ir_ta

[Mesa-dev] [PATCH] gm107/ir: avoid using kepler instruction capabilities

2018-02-10 Thread Ilia Mirkin
Split up the op properties table into generation-specific bits, and only use the kepler ones on kepler. Fixes some CTS images tests. Signed-off-by: Ilia Mirkin --- .../nouveau/codegen/nv50_ir_target_nvc0.cpp| 62 ++ .../drivers/nouveau/codegen/nv50_ir_target_nvc0.h |