Re: [Mesa-dev] [PATCH 2/2] nir/xfb: Properly align 64-bit values

2019-02-13 Thread Jason Ekstrand
Scratch the ML patches. It needed a bit more work yet. I've moved it to an MR. On Wed, Feb 13, 2019 at 11:32 AM Jason Ekstrand wrote: > Fixes: 19064b8c "nir: Add a pass for gathering transform feedback info" > Cc: Alejandro Piñeiro > --- > src/compiler/nir/nir_gather_xfb_info.c | 4 > 1

[Mesa-dev] [PATCH 2/2] nir/xfb: Properly align 64-bit values

2019-02-13 Thread Jason Ekstrand
Fixes: 19064b8c "nir: Add a pass for gathering transform feedback info" Cc: Alejandro Piñeiro --- src/compiler/nir/nir_gather_xfb_info.c | 4 1 file changed, 4 insertions(+) diff --git a/src/compiler/nir/nir_gather_xfb_info.c b/src/compiler/nir/nir_gather_xfb_info.c index 96f0ece5e75..a1de