Re: [Mesa-dev] [PATCH] nir: Make sure to set the texsrc type in nir drawpixels/bitmap lowering.

2016-11-04 Thread Eric Anholt
Jason Ekstrand writes: > Reviewed-by: Jason Ekstrand > > Maybe CC stable? Already pushed. rzalloc changes didn't look like they were in mesa 13, so stable is fine. signature.asc Description: PGP signature

Re: [Mesa-dev] [PATCH] nir: Make sure to set the texsrc type in nir drawpixels/bitmap lowering.

2016-11-03 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand Maybe CC stable? On Thu, Nov 3, 2016 at 4:35 PM, Eric Anholt wrote: > We were leaving an undefined value since the ralloc zeroing changes. > Fixes nir_validate() failures on vc4. > --- > src/compiler/nir/nir_lower_bitmap.c

[Mesa-dev] [PATCH] nir: Make sure to set the texsrc type in nir drawpixels/bitmap lowering.

2016-11-03 Thread Eric Anholt
We were leaving an undefined value since the ralloc zeroing changes. Fixes nir_validate() failures on vc4. --- src/compiler/nir/nir_lower_bitmap.c | 1 + src/compiler/nir/nir_lower_drawpixels.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/compiler/nir/nir_lower_bitmap.c