[Mesa-dev] [PATCH] nv50/ir: mark STORE destination inputs as used

2019-10-13 Thread Ilia Mirkin
Observed an issue when looking at the code generatedy by the image-vertex-attrib-input-output piglit test. Even though the test itself worked fine (due to TIC 0 being used for the image), this needs to be fixed. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi

[Mesa-dev] [PATCH] gm107/ir: fix loading z offset for layered 3d image bindings

2019-10-13 Thread Ilia Mirkin
Unfortuantely we don't know if a particular load is a real 2d image (as would be a cube face or 2d array element), or a layer of a 3d image. Since we pass in the TIC reference, the instruction's type has to match what's in the TIC (experimentally). In order to properly support bindless images, this

Re: [Mesa-dev] libdrm versioning - switch to 19.0.0?

2019-10-13 Thread Gert Wollny
Am Freitag, den 11.10.2019, 09:47 -0700 schrieb Dylan Baker: > > I prefer this to . > > To echo Dave's concern, if we ever decided to have a non-backwards > compatible API change (say Intel decided that since we don't use > libdrm_intel anymore we don't want to maintain it and want to drop > it)