Re: [Development] New SceneGraph related issue

2013-09-13 Thread Sletta Gunnar
lszak [olszak.tom...@gmail.com] Sendt: 12. september 2013 18:53 To: Sletta Gunnar Cc: development@qt-project.org Emne: Re: [Development] New SceneGraph related issue I got stracktrace. It is as you predicted glDrwaElements. Is there any possibility to make some kind of workaround patch to make it wo

Re: [Development] New SceneGraph related issue

2013-09-12 Thread Tomasz Olszak
I got stracktrace. It is as you predicted glDrwaElements. Is there any possibility to make some kind of workaround patch to make it work on emulator (I suppose it is emulator GL issue), perhabs by turning off some optimizations and so on? I would like to add such patch to rpm emulator package until

Re: [Development] New SceneGraph related issue

2013-09-12 Thread Tomasz Olszak
2013/9/12 Sletta Gunnar > > On Sep 11, 2013, at 11:12 PM, Tomasz Olszak > wrote: > > > Hi, > > I have strange issue running most recent Qt sources on Tizen emulator > (qemu i586). > > Also I know that there are issues with supporting HW acceleration. For > example I need to export QML_BAD_GUI_RE

Re: [Development] New SceneGraph related issue

2013-09-12 Thread Sletta Gunnar
On Sep 11, 2013, at 11:12 PM, Tomasz Olszak wrote: > Hi, > I have strange issue running most recent Qt sources on Tizen emulator (qemu > i586). > Also I know that there are issues with supporting HW acceleration. For > example I need to export QML_BAD_GUI_RENDER_LOOP=1 because multithreaded >

[Development] New SceneGraph related issue

2013-09-11 Thread Tomasz Olszak
Hi, I have strange issue running most recent Qt sources on Tizen emulator (qemu i586). Also I know that there are issues with supporting HW acceleration. For example I need to export QML_BAD_GUI_RENDER_LOOP=1 because multithreaded OpenGl is a little broken there. Anyway: When I run simple Qml App