Re: [Mesa-dev] Initial GS NIR support for radeonsi

2017-11-15 Thread Timothy Arceri
On 15/11/17 22:06, Nicolai Hähnle wrote: On 10.11.2017 04:13, Timothy Arceri wrote: The support is still WIP but the patches as starting to pile up so thought I'd see if I could land these before continuing. Thanks for working on this! Whats missing? Vega support for gs_vtx_offset handling

Re: [Mesa-dev] Initial GS NIR support for radeonsi

2017-11-15 Thread Nicolai Hähnle
On 10.11.2017 04:13, Timothy Arceri wrote: The support is still WIP but the patches as starting to pile up so thought I'd see if I could land these before continuing. Thanks for working on this! Whats missing? Vega support for gs_vtx_offset handling (see patch 3), I don't have one yet for t

[Mesa-dev] Initial GS NIR support for radeonsi

2017-11-09 Thread Timothy Arceri
The support is still WIP but the patches as starting to pile up so thought I'd see if I could land these before continuing. Whats missing? Vega support for gs_vtx_offset handling (see patch 3), I don't have one yet for testing so didn't attempt to adapt the code. Lots of piglit tests still fail.