Re: [Mesa-dev] [PATCH] llvmpipe: Fix creation of shared and scanout textures.

2013-02-23 Thread Jose Fonseca
Pushed now. - Original Message - > I'd still like to have this applied. > > On Tue, Dec 18, 2012 at 3:16 PM, John Kåre Alsaker > wrote: > > On Tue, Dec 18, 2012 at 11:20 AM, Jose Fonseca wrote: > >> Looks fine. > >> > >> I'm curious, what does this fix in practice? > > It fixes Weston c

Re: [Mesa-dev] [PATCH] llvmpipe: Fix creation of shared and scanout textures.

2013-02-23 Thread John Kåre Alsaker
I'd still like to have this applied. On Tue, Dec 18, 2012 at 3:16 PM, John Kåre Alsaker wrote: > On Tue, Dec 18, 2012 at 11:20 AM, Jose Fonseca wrote: >> Looks fine. >> >> I'm curious, what does this fix in practice? > It fixes Weston crashing when running with llvmpipe. > >> >> Jose >> >> -

Re: [Mesa-dev] [PATCH] llvmpipe: Fix creation of shared and scanout textures.

2012-12-18 Thread John Kåre Alsaker
On Tue, Dec 18, 2012 at 11:20 AM, Jose Fonseca wrote: > Looks fine. > > I'm curious, what does this fix in practice? It fixes Weston crashing when running with llvmpipe. > > Jose > > - Original Message - >> NOTE: This is a candidate for the stable branches. >> --- >> src/gallium/drivers/

Re: [Mesa-dev] [PATCH] llvmpipe: Fix creation of shared and scanout textures.

2012-12-18 Thread Jose Fonseca
Looks fine. I'm curious, what does this fix in practice? Jose - Original Message - > NOTE: This is a candidate for the stable branches. > --- > src/gallium/drivers/llvmpipe/lp_texture.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/llvm

[Mesa-dev] [PATCH] llvmpipe: Fix creation of shared and scanout textures.

2012-12-12 Thread John Kåre Alsaker
NOTE: This is a candidate for the stable branches. --- src/gallium/drivers/llvmpipe/lp_texture.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index 2e9c6bf..f17a04a 100644 --- a/src/gal

[Mesa-dev] [PATCH] llvmpipe: Fix creation of shared and scanout textures

2012-09-22 Thread John Kåre Alsaker
--- src/gallium/drivers/llvmpipe/lp_texture.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index 841df00..df4417f 100644 --- a/src/gallium/drivers/llvmpipe/lp_texture.c +++ b/src/galliu