Re: [Mesa-dev] [PATCH] virgl: drop const dimensions on first block.

2017-09-13 Thread Nicolai Hähnle
On 13.09.2017 01:28, Dave Airlie wrote: From: Dave Airlie The virgl protocol version of tgsi doesn't handle this yet, transform it back to the old ways. Fixes: 41e342d5 tgsi/ureg: always emit constants (and their decls) as 2D Signed-off-by: Dave Airlie

Re: [Mesa-dev] [PATCH] virgl: drop const dimensions on first block.

2017-09-13 Thread Rob Herring
On Tue, Sep 12, 2017 at 6:28 PM, Dave Airlie wrote: > From: Dave Airlie > > The virgl protocol version of tgsi doesn't handle this yet, > transform it back to the old ways. > > Fixes: 41e342d5 tgsi/ureg: always emit constants (and their decls) as 2D >

[Mesa-dev] [PATCH] virgl: drop const dimensions on first block.

2017-09-12 Thread Dave Airlie
From: Dave Airlie The virgl protocol version of tgsi doesn't handle this yet, transform it back to the old ways. Fixes: 41e342d5 tgsi/ureg: always emit constants (and their decls) as 2D Signed-off-by: Dave Airlie ---