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

2017-12-01 Thread Marek Olšák
Commit "radeonsi: enable gs support for nir backend" also modifies st/mesa. If there are no piglit regressions for TGSI, all ac and radeonsi patches are: Reviewed-by: Marek Olšák Marek On Thu, Nov 30, 2017 at 5:47 AM, Timothy Arceri wrote: > On 30/11/17 14:00, Dieter Nützel wrote: >> >> Hello

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

2017-11-29 Thread Timothy Arceri
On 30/11/17 14:00, Dieter Nützel wrote: Hello Timo, do you have a V3 handy...? ;-) I haven't run piglit yet after rebasing so run at your own risk. https://github.com/tarceri/Mesa.git radeonsi_nir_final Greetings, Dieter Am 23.11.2017 06:31, schrieb Timothy Arceri: On 23/11/17 15:09, Di

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

2017-11-29 Thread Dieter Nützel
Hello Timo, do you have a V3 handy...? ;-) Greetings, Dieter Am 23.11.2017 06:31, schrieb Timothy Arceri: On 23/11/17 15:09, Dieter Nützel wrote: Am 22.11.2017 10:29, schrieb Timothy Arceri: This series depends on [1] and [2]. V2  - use driver_location as per Nicolais suggestion  - tidy ups

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

2017-11-29 Thread Nicolai Hähnle
On 22.11.2017 11:29, Timothy Arceri wrote: This series depends on [1] and [2]. V2 - use driver_location as per Nicolais suggestion - tidy ups as per Mareks suggestions - bug fixes (many more piglit tests now passing) Thanks again for doing this, and my apologies for taking so long to fi

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

2017-11-22 Thread Timothy Arceri
On 23/11/17 15:09, Dieter Nützel wrote: Am 22.11.2017 10:29, schrieb Timothy Arceri: This series depends on [1] and [2]. V2  - use driver_location as per Nicolais suggestion  - tidy ups as per Mareks suggestions  - bug fixes (many more piglit tests now passing) [1] https://patchwork.freedeskto

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

2017-11-22 Thread Dieter Nützel
Am 22.11.2017 10:29, schrieb Timothy Arceri: This series depends on [1] and [2]. V2 - use driver_location as per Nicolais suggestion - tidy ups as per Mareks suggestions - bug fixes (many more piglit tests now passing) [1] https://patchwork.freedesktop.org/series/34131/ [2] https://patchwork

[Mesa-dev] V2 Initial GS NIR support for radeonsi

2017-11-22 Thread Timothy Arceri
This series depends on [1] and [2]. V2 - use driver_location as per Nicolais suggestion - tidy ups as per Mareks suggestions - bug fixes (many more piglit tests now passing) [1] https://patchwork.freedesktop.org/series/34131/ [2] https://patchwork.freedesktop.org/series/34132/ ___