Re: [Mesa-dev] [PATCH 5/7] st/mesa: fix handling the fallback texture

2016-02-25 Thread Miklós Máté
On 02/25/2016 02:40 AM, Brian Paul wrote: On 02/24/2016 04:35 PM, Miklós Máté wrote: This fixes post-processing in SW:KotOR. Can you elaborate on exactly what's happening and why this change fixes things? Sometimes no texture is bound during the post-processing, which results in msamp=0, and

Re: [Mesa-dev] [PATCH 5/7] st/mesa: fix handling the fallback texture

2016-02-24 Thread Brian Paul
On 02/24/2016 04:35 PM, Miklós Máté wrote: This fixes post-processing in SW:KotOR. Can you elaborate on exactly what's happening and why this change fixes things? v2: fix const-ness Signed-off-by: Miklós Máté --- src/mesa/state_tracker/st_atom_sampler.c | 6 +- 1 file changed, 5

[Mesa-dev] [PATCH 5/7] st/mesa: fix handling the fallback texture

2016-02-24 Thread Miklós Máté
This fixes post-processing in SW:KotOR. v2: fix const-ness Signed-off-by: Miklós Máté --- src/mesa/state_tracker/st_atom_sampler.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_atom_sampler.c b/src/mesa/state_tracker/st_atom_sampler.c index

[Mesa-dev] [PATCH 5/7] st/mesa: fix handling the fallback texture

2016-02-05 Thread Miklós Máté
v2: fix const-ness --- src/mesa/state_tracker/st_atom_sampler.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_atom_sampler.c b/src/mesa/state_tracker/st_atom_sampler.c index 94231cf..7c8fa13 100644 --- a/src/mesa/state_tracker/st_atom_sampler.c