Re: [Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2015-05-08 Thread Pohjolainen, Topi
On Fri, May 08, 2015 at 03:23:52PM +0300, Juha-Pekka Heikkil? wrote: >perjantai 8. toukokuuta 2015 Ian Romanick kirjoitti: > > On 05/07/2015 05:21 AM, Pohjolainen, Topi wrote: > > On Tue, May 05, 2015 at 02:25:29PM +0300, Juha-Pekka Heikkila wrote: > >> Stop context creation if

Re: [Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2015-05-08 Thread Juha-Pekka Heikkilä
perjantai 8. toukokuuta 2015 Ian Romanick kirjoitti: > On 05/07/2015 05:21 AM, Pohjolainen, Topi wrote: > > On Tue, May 05, 2015 at 02:25:29PM +0300, Juha-Pekka Heikkila wrote: > >> Stop context creation if something failed. If something errored > >> during context creation we'd segfault. Now wil

Re: [Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2015-05-07 Thread Ian Romanick
On 05/07/2015 05:21 AM, Pohjolainen, Topi wrote: > On Tue, May 05, 2015 at 02:25:29PM +0300, Juha-Pekka Heikkila wrote: >> Stop context creation if something failed. If something errored >> during context creation we'd segfault. Now will clean up and >> return error. >> >> Signed-off-by: Juha-Pekka

Re: [Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2015-05-07 Thread Pohjolainen, Topi
On Tue, May 05, 2015 at 02:25:29PM +0300, Juha-Pekka Heikkila wrote: > Stop context creation if something failed. If something errored > during context creation we'd segfault. Now will clean up and > return error. > > Signed-off-by: Juha-Pekka Heikkila > --- > src/mesa/main/shared.c | 66 >

[Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2015-05-05 Thread Juha-Pekka Heikkila
Stop context creation if something failed. If something errored during context creation we'd segfault. Now will clean up and return error. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/main/shared.c | 66 +++--- 1 file changed, 62 insertions(+), 4 de

[Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2014-12-03 Thread Juha-Pekka Heikkila
Stop context creation if something failed. If something errored during context creation we'd segfault. Now will clean up and return error. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/main/shared.c | 66 +++--- 1 file changed, 62 insertions(+), 4 de

[Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2014-12-02 Thread Juha-Pekka Heikkila
Stop context creation if something failed. If something errored during context creation we'd segfault. Now will clean up and return error. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/main/shared.c | 63 ++ 1 file changed, 59 insertions(+), 4 de

Re: [Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2014-12-01 Thread Brian Paul
On 11/28/2014 04:25 AM, Juha-Pekka Heikkila wrote: Stop context creation if something failed. If something errored during context creation we'd segfault. Now will clean up and return error. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/main/shared.c | 66

[Mesa-dev] [PATCH 13/13] mesa/main: Verify context creation on progress

2014-11-28 Thread Juha-Pekka Heikkila
Stop context creation if something failed. If something errored during context creation we'd segfault. Now will clean up and return error. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/main/shared.c | 66 +++--- 1 file changed, 62 insertions(+), 4 de