Re: [Mesa-dev] [PATCH 04/15] nir: add doubles component packing support

2016-07-20 Thread Alejandro PiƱeiro
On 19/07/16 08:33, Timothy Arceri wrote: > This makes sure we give the correct driver location > for doubles when using component packing. Taking into account that the commit is about give the correct location for the dvec3 case, probably it is worth to mention on the commit message. > --- > src

[Mesa-dev] [PATCH 04/15] nir: add doubles component packing support

2016-07-18 Thread Timothy Arceri
This makes sure we give the correct driver location for doubles when using component packing. --- src/compiler/nir/nir_lower_io.c | 16 1 file changed, 16 insertions(+) diff --git a/src/compiler/nir/nir_lower_io.c b/src/compiler/nir/nir_lower_io.c index e480264..7a72e69 100644 --