Re: [Mesa-dev] [PATCH] gallium: block signals for new thread when spawning threads

2011-05-15 Thread Jose Fonseca
Looks good to me. At least on llvmpipe rasterizer threads we don't want to handle any signal, and I agree it will be so in the general case. Jose - Original Message - > From: Dave Airlie > > I'm hard pressed to think of any reason a gallium thread would want > to > receive a signal, e

[Mesa-dev] [PATCH] gallium: block signals for new thread when spawning threads

2011-05-14 Thread Dave Airlie
From: Dave Airlie I'm hard pressed to think of any reason a gallium thread would want to receive a signal, especially considering its probably loaded as a library and you don't want the threads interfering with the main threads signal handling. This solves a problem loading llvmpipe into the X s