summaryrefslogtreecommitdiffstats
path: root/src/s60installs/bwins/QtOpenGLu.def
Commit message (Collapse)AuthorAgeFilesLines
* Native image handle provider support in QGLPixmapDataLaszlo Agocs2011-03-241-0/+3
| | | | | | | | | QGLPixmapData's fromNativeType() accepts QNativeImageHandleProvider pointers with type NativeImageHandleProvider from now on, similarly to OpenVG pixmaps. Task-number: QTBUG-18209 Reviewed-by: Jani Hautakangas
* Change the pooled QGLPixmapData to be backed by QVolatileImage.Laszlo Agocs2011-03-211-0/+1
| | | | | | | | | | This change currently affects QGLPixmapData on Symbian only. Similarly to the OpenVG engine, using QVolatileImage allows more efficient handling of to- and fromSymbianCFbsBitmap, reduces local heap usage, and improves s60 style performance. Task-number: QTBUG-15252 Reviewed-by: Jani Hautakangas
* Initial implementation of GLES2.0 resource poolingJani Hautakangas2011-03-151-0/+7
| | | | | | | | | Keep the implementation in separate qpixmapdata_poolgl.cpp file until the pooling has been verified and confirmed to work ok. Task-number: QTBUG-15253 QTBUG-17850 Reviewed-by: Samuel Rødal
* Update QtOpenGL def filesJani Hautakangas2011-02-251-0/+8
| | | | Reviewed-by: TRUSTME
* Add missing symbols to QtOpenGL emulator def fileJoona Petrell2010-11-191-3/+8
|
* Add QtOpenGL .def filesJani Hautakangas2010-09-141-0/+701
Reviewed-by: TRUSTME