Re: [Mesa-dev] [PATCH] tgsi: collect texture sampler target info in tgsi_scan_shader()

2016-03-29 Thread Brian Paul
On 03/29/2016 09:28 AM, Roland Scheidegger wrote: Am 29.03.2016 um 03:43 schrieb Brian Paul: Texture sample instructions specify a sampler unit and texture target such as "1D", "2D", "CUBE", etc. Sampler view declarations also specify the sampler unit and texture target. This patch checks that

Re: [Mesa-dev] [PATCH] tgsi: collect texture sampler target info in tgsi_scan_shader()

2016-03-29 Thread Roland Scheidegger
Am 29.03.2016 um 03:43 schrieb Brian Paul: > Texture sample instructions specify a sampler unit and texture target > such as "1D", "2D", "CUBE", etc. Sampler view declarations also specify > the sampler unit and texture target. > > This patch checks that the texture instructions agree with the de

[Mesa-dev] [PATCH] tgsi: collect texture sampler target info in tgsi_scan_shader()

2016-03-28 Thread Brian Paul
Texture sample instructions specify a sampler unit and texture target such as "1D", "2D", "CUBE", etc. Sampler view declarations also specify the sampler unit and texture target. This patch checks that the texture instructions agree with the declarations and collects the texture target type for e