Re: [Mesa-dev] [PATCH 0/2] nir: Add support for 8 and 16-bit types

2017-03-29 Thread Jason Ekstrand
On Wed, Mar 29, 2017 at 12:41 AM, Eduardo Lima Mitev wrote: > Both patches need rebase, but look fine otherwise. > The first has already landed (I think). The second definitely needs rebasing. Yesterday, I rebased it on top of the other two constant_expressions fixup patches

Re: [Mesa-dev] [PATCH 0/2] nir: Add support for 8 and 16-bit types

2017-03-29 Thread Eduardo Lima Mitev
Both patches need rebase, but look fine otherwise. Series is: Reviewed-by: Eduardo Lima Mitev On 03/09/2017 11:05 PM, Jason Ekstrand wrote: > This tiny series adds support in NIR for 8 and 16-bit types. In > particular, it now supports int8_t, uint8_t, int16_t, uint16_t, and

[Mesa-dev] [PATCH 0/2] nir: Add support for 8 and 16-bit types

2017-03-09 Thread Jason Ekstrand
This tiny series adds support in NIR for 8 and 16-bit types. In particular, it now supports int8_t, uint8_t, int16_t, uint16_t, and float16_t. No 8-bit floating-point type is supported because 8-bit float would be stupid. These patches have been tested in Jenkins but no 8 or 16-bit code has

[Mesa-dev] [PATCH 0/2] nir: Add support for 8 and 16-bit types

2017-03-09 Thread Jason Ekstrand
This tiny series adds support in NIR for 8 and 16-bit types. In particular, it now supports int8_t, uint8_t, int16_t, uint16_t, and float16_t. No 8-bit floating-point type is supported because 8-bit float would be stupid. These patches have been tested in Jenkins but no 8 or 16-bit code has