Re: [Mesa-dev] [PATCH] [rfc] nir: pass uniform storage instead of shader program

2018-04-30 Thread Timothy Arceri
On 01/05/18 11:50, Dave Airlie wrote: From: Dave Airlie Only the asserts were accessing anything, and I'm not sure the value of those is worth preserving, this removes mtypes.h includes from nir which seemed like a laudable goal. I've just pushed a patch that moved these files from src/compil

[Mesa-dev] [PATCH] [rfc] nir: pass uniform storage instead of shader program

2018-04-30 Thread Dave Airlie
From: Dave Airlie Only the asserts were accessing anything, and I'm not sure the value of those is worth preserving, this removes mtypes.h includes from nir which seemed like a laudable goal. --- src/compiler/nir/nir.h | 8 src/compiler/nir/nir_lower_atomics.c