Re: [Mesa-dev] [PATCH] st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER

2017-05-10 Thread Nicolai Hähnle
On 10.05.2017 12:04, Samuel Pitoiset wrote: Ping? On 05/05/2017 03:36 PM, Samuel Pitoiset wrote: Similar to how image resources are handled. That way we are sure that inst->resource.file is PROGRAM_SAMPLER for "bound" samplers. Signed-off-by: Samuel Pitoiset Reviewed-by: Nicolai Hähnle

Re: [Mesa-dev] [PATCH] st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER

2017-05-10 Thread Samuel Pitoiset
Ping? On 05/05/2017 03:36 PM, Samuel Pitoiset wrote: Similar to how image resources are handled. That way we are sure that inst->resource.file is PROGRAM_SAMPLER for "bound" samplers. Signed-off-by: Samuel Pitoiset --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 18 +- 1 fi

Re: [Mesa-dev] [PATCH] st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER

2017-05-05 Thread Samuel Pitoiset
On 05/05/2017 04:35 PM, Ilia Mirkin wrote: On May 5, 2017 9:36 AM, "Samuel Pitoiset" > wrote: Similar to how image resources are handled. That way we are sure that inst->resource.file is PROGRAM_SAMPLER for "bound" samplers. Signed-off-by: Samu

Re: [Mesa-dev] [PATCH] st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER

2017-05-05 Thread Ilia Mirkin
On May 5, 2017 9:36 AM, "Samuel Pitoiset" wrote: Similar to how image resources are handled. That way we are sure that inst->resource.file is PROGRAM_SAMPLER for "bound" samplers. Signed-off-by: Samuel Pitoiset --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 18 +- 1 file chan

[Mesa-dev] [PATCH] st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER

2017-05-05 Thread Samuel Pitoiset
Similar to how image resources are handled. That way we are sure that inst->resource.file is PROGRAM_SAMPLER for "bound" samplers. Signed-off-by: Samuel Pitoiset --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/