summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qtriangulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix GL_OES_element_index_uint and add GL_OES_depth24 detection.Jani Hautakangas2010-10-201-16/+5
* Quick fix for OSX and Windows/Mingw compilation errors.Jani Hautakangas2010-10-051-8/+8
* Fix gcc compilation problems in QtOpenGL. Actually was typo andJani Hautakangas2010-10-041-2/+2
* Enable QtOpenGL vector path caching on Symbian/IVE3Jani Hautakangas2010-10-041-111/+243
* Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-201-0/+8
* Avoid many unnecessary allocations, so so that paint engines attached to pixmapsWarwick Allison2010-05-071-5/+7
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* Fixed compile of QTriangulator on Solaris.Kim Motoyoshi Kalland2010-01-261-5/+7
* Change from std::pair to QPair.Thiago Macieira2010-01-061-8/+8
* GCC doesn't like comment lines ending in \Thiago Macieira2010-01-061-28/+28
* Fixed integer overflow in QTriangulator.Kim Motoyoshi Kalland2009-12-151-6/+6
* Added QTriangulator.Kim Motoyoshi Kalland2009-12-021-0/+2981