Re: [Mesa-dev] [PATCH] ac/nir: for ubo load use correct num_components

2017-11-02 Thread Nicolai Hähnle
On 31.10.2017 02:33, Dave Airlie wrote: From: Dave Airlie I was hacking something stupid in doom, and hit an assert for the bitcast following this, it definitely looks like this should be the number of 32-bit components, not the instr level ones. Agreed. Reviewed-by: Nicolai Hähnle Signe

[Mesa-dev] [PATCH] ac/nir: for ubo load use correct num_components

2017-10-30 Thread Dave Airlie
From: Dave Airlie I was hacking something stupid in doom, and hit an assert for the bitcast following this, it definitely looks like this should be the number of 32-bit components, not the instr level ones. Signed-off-by: Dave Airlie --- src/amd/common/ac_nir_to_llvm.c | 2 +- 1 file changed,