Re: [Mesa-dev] [PATCH] radeonsi: Cache LLVMTargetMachineRef in context instead of in screen

2015-03-30 Thread Michel Dänzer
On 30.03.2015 22:28, Emil Velikov wrote: > On 27 March 2015 at 01:05, Michel Dänzer wrote: >> From: Michel Dänzer >> >> Fixes a crash in genymotion with several threads compiling shaders >> concurrently. >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89746 >> >> Cc: 10.5 >> Signed-

Re: [Mesa-dev] [PATCH] radeonsi: Cache LLVMTargetMachineRef in context instead of in screen

2015-03-30 Thread Emil Velikov
On 27 March 2015 at 01:05, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes a crash in genymotion with several threads compiling shaders > concurrently. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89746 > > Cc: 10.5 > Signed-off-by: Michel Dänzer Hi Michel, Seems that the r6

Re: [Mesa-dev] [PATCH] radeonsi: Cache LLVMTargetMachineRef in context instead of in screen

2015-03-27 Thread Tom Stellard
On Fri, Mar 27, 2015 at 10:05:06AM +0900, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes a crash in genymotion with several threads compiling shaders > concurrently. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89746 > > Cc: 10.5 > Signed-off-by: Michel Dänzer Reviewed-by

[Mesa-dev] [PATCH] radeonsi: Cache LLVMTargetMachineRef in context instead of in screen

2015-03-26 Thread Michel Dänzer
From: Michel Dänzer Fixes a crash in genymotion with several threads compiling shaders concurrently. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89746 Cc: 10.5 Signed-off-by: Michel Dänzer --- src/gallium/drivers/radeonsi/si_compute.c | 3 +- src/gallium/drivers/radeonsi/si