summaryrefslogtreecommitdiffstats
path: root/mkspecs/solaris-cc-64-stlport/qplatformdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Add missing license headers to the new solaris-cc-stlport mkspecs.Thiago Macieira2009-12-251-0/+41
* Add two new mkspecs for SunCC with stlport.Thiago Macieira2009-12-251-0/+1
5190ca0f5dad268'>diff)downloadQt-1f1b37e613a930cc1ab871f5d11bf9742920c7f9.zip
Qt-1f1b37e613a930cc1ab871f5d11bf9742920c7f9.tar.gz
Qt-1f1b37e613a930cc1ab871f5d11bf9742920c7f9.tar.bz2
Track which vertex attrib arrays are enabled in QGLContextPrivate
The GL2 engine (and probably Qt/3D) needs to track which vertex attribute arrays are currently enabled and which are disabled. As this is per-context state, the logical place to track this is in the context and not in the paint engine. This patch also makes the GL2 engine's shader manager enable/disable the appropriate attribute arrays for a given shader program when it is used. Reviewed-By: Kim
Diffstat (limited to 'src')