Re: [Development] Use of official OpenGL/ES2 headers

2012-07-31 Thread Sean Harmer
On Tuesday 24 July 2012 13:18:44 Sean Harmer wrote: > Hi, > > I would like to tidy up some more of the OpenGL support in Qt5. Throughout > Qt5's OpenGL support classes there are a large number of #defines copy and > pasted from upstream OpenGL/ES headers. We now have quite a significant > number o

[Development] Use of official OpenGL/ES2 headers

2012-07-24 Thread Sean Harmer
Hi, I would like to tidy up some more of the OpenGL support in Qt5. Throughout Qt5's OpenGL support classes there are a large number of #defines copy and pasted from upstream OpenGL/ES headers. We now have quite a significant number of such defines in the Qt code base. The following WIP patch