Re: [Mesa-dev] [PATCH 4/5] gallivm: add texture target information for sample opcodes to tgsi info

2014-09-15 Thread Roland Scheidegger
Am 15.09.2014 21:28, schrieb Roland Scheidegger: > Am 15.09.2014 21:00, schrieb Ilia Mirkin: >> On Mon, Sep 15, 2014 at 2:51 PM, wrote: >>> From: Roland Scheidegger >>> >>> sample opcodes don't have valid texture target information (and I don't >>> think >>> this should be changed), however it

Re: [Mesa-dev] [PATCH 4/5] gallivm: add texture target information for sample opcodes to tgsi info

2014-09-15 Thread Roland Scheidegger
Am 15.09.2014 21:00, schrieb Ilia Mirkin: > On Mon, Sep 15, 2014 at 2:51 PM, wrote: >> From: Roland Scheidegger >> >> sample opcodes don't have valid texture target information (and I don't think >> this should be changed), however it would be nice if we had that information >> ready elsewhere,

Re: [Mesa-dev] [PATCH 4/5] gallivm: add texture target information for sample opcodes to tgsi info

2014-09-15 Thread Ilia Mirkin
On Mon, Sep 15, 2014 at 2:51 PM, wrote: > From: Roland Scheidegger > > sample opcodes don't have valid texture target information (and I don't think > this should be changed), however it would be nice if we had that information > ready elsewhere, so stuff that information into the tgsi info when

[Mesa-dev] [PATCH 4/5] gallivm: add texture target information for sample opcodes to tgsi info

2014-09-15 Thread sroland
From: Roland Scheidegger sample opcodes don't have valid texture target information (and I don't think this should be changed), however it would be nice if we had that information ready elsewhere, so stuff that information into the tgsi info when analyzing a shader. --- src/gallium/auxiliary/gal