Re: [Mesa-dev] [PATCH 4/4] RFC nir: add support for bindless_texture images

2018-04-03 Thread Jason Ekstrand
On Tue, Apr 3, 2018 at 6:21 AM, Karol Herbst wrote: > I added another source for all image_var_* intrinsics. Drivers have to be > adjusted with this change. > > There was some discussion to add new intrinsics to handle operations on > bindless images. Maybe we can continue with this here? > > Sig

[Mesa-dev] [PATCH 4/4] RFC nir: add support for bindless_texture images

2018-04-03 Thread Karol Herbst
I added another source for all image_var_* intrinsics. Drivers have to be adjusted with this change. There was some discussion to add new intrinsics to handle operations on bindless images. Maybe we can continue with this here? Signed-off-by: Karol Herbst --- src/compiler/glsl/glsl_to_nir.cpp