Re: [Development] src/opengl VS. src/gui/opengl

2014-11-22 Thread Sean Harmer
On 22/11/2014 02:33, Konstantin Ritt wrote: > Hi list, > I just realized we have two almost identical OpenGL paint engine > implementations - one is src/gui/opengl/qopenglpaintengine.* and the > other one is src/opengl/gl2paintengineex/qpaintengineex_opengl2.* (I > said *almost* identical becaus

Re: [Development] src/opengl VS. src/gui/opengl

2014-11-21 Thread Thiago Macieira
On Saturday 22 November 2014 06:33:38 Konstantin Ritt wrote: > Hi list, > > I just realized we have two almost identical OpenGL paint engine > implementations - one is src/gui/opengl/qopenglpaintengine.* and the other > one is src/opengl/gl2paintengineex/qpaintengineex_opengl2.* (I said > *almost*

[Development] src/opengl VS. src/gui/opengl

2014-11-21 Thread Konstantin Ritt
Hi list, I just realized we have two almost identical OpenGL paint engine implementations - one is src/gui/opengl/qopenglpaintengine.* and the other one is src/opengl/gl2paintengineex/qpaintengineex_opengl2.* (I said *almost* identical because it seems some changes were not sync-ed between these t