Re: [Mesa-dev] [PATCH 0/9] nir: Add better helpers for handling constant sources

2018-10-26 Thread Jason Ekstrand
I landed the first four but it'd be nice if I could get some review on the intel bits. --Jason On Sat, Oct 20, 2018 at 12:55 PM Jason Ekstrand wrote: > Previously, the only thing we had was nir_src_as_const_value which returns > a pointer to a nir_const_value which was NULL if the source wasn't

Re: [Mesa-dev] [PATCH 0/9] nir: Add better helpers for handling constant sources

2018-10-22 Thread Stuart Young
Re: The list. It doesn't always happen every month, but I've seen it multiple times now, as far back as January 2018, though possibly earlier. The gzip mail archive however has all the messages that are missing from the web archive. https://lists.freedesktop.org/archives/mesa-dev/2018-October.txt

Re: [Mesa-dev] [PATCH 0/9] nir: Add better helpers for handling constant sources

2018-10-22 Thread Jason Ekstrand
Yeah... Bas said he had the same problem. The series can be found on my wip/nir-const-src branch of you want to see it that way. I can also resend if it's helpful. --Jason On October 22, 2018 06:31:01 Samuel Iglesias Gonsálvez wrote: Patch 7/9 has never arrived my inbox and checking the a

Re: [Mesa-dev] [PATCH 0/9] nir: Add better helpers for handling constant sources

2018-10-22 Thread Samuel Iglesias Gonsálvez
Patch 7/9 has never arrived my inbox and checking the archives [0], looks like the archive is messed up... it has only a few emails. Does somebody know what happened with the ML archive? Sam [0] https://lists.freedesktop.org/archives/mesa-dev/2018-October/date.html On Saturday, 20 October 2018

[Mesa-dev] [PATCH 0/9] nir: Add better helpers for handling constant sources

2018-10-20 Thread Jason Ekstrand
Previously, the only thing we had was nir_src_as_const_value which returns a pointer to a nir_const_value which was NULL if the source wasn't actually a constant. This was great except that almost none of the users considered anything other than 32-bit values. With 8, 16, and 64-bit values floati