summaryrefslogtreecommitdiffstats
path: root/src/opengl/qwindowsurface_gl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-251-56/+83
|\
| * Added support for blitting to native child widgets in GL window surface.Samuel Rødal2010-10-221-56/+83
* | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
|/
* Adding a threshold for partial updates.Michael Dominic K2010-10-051-2/+3
* Prevented crash in GL window surface when deleting native child widgets.Samuel Rødal2010-09-101-4/+8
* Don't waste memory on the share widget in the GL window surface.Samuel Rødal2010-09-101-1/+4
* Make sure we blit to the correct FBO in the GL window surface.Samuel Rødal2010-09-091-1/+5
* Clear the QGLWindowSurface in ::beginPaint when needed.Michael Dominic K2010-08-311-0/+14
* Added way to destroy the share widget in the GL graphics system.Samuel Rødal2010-08-121-0/+19
* Do check after all if we have partialUpdateSupport.Michael Dominic K2010-07-261-4/+3
* QGLWindowSurface support for partial updates via EGL_NOK_swap_region2Michael Dominic K2010-07-011-2/+22
* Revert "Try to use multisampled opengl graphicssystem on all platforms"Eskil Abrahamsen Blomfeldt2010-04-281-1/+0
* Enable QX11GLWindowSurface using "-graphicssystem x11gl" optionTom Cooksey2010-04-261-2/+2
* Force full-screen updates for QGLWindowSurfaceTom Cooksey2010-04-261-1/+6
* Try to use multisampled opengl graphicssystem on all platformsTom Cooksey2010-04-221-0/+1
* Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-021-12/+0
* Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-1/+1
* Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-13/+9
* Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-4/+3
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms.Samuel Rødal2009-12-041-5/+4
* Ran the script utils/normalizeOlivier Goffart2009-11-181-1/+1
* Modify QGLShader and QGLShaderProgram in response to API reviewRhys Weatherley2009-11-051-1/+1
* Merge branch '4.6' into 4.6-platformDenis Dzyubenko2009-10-261-1/+1
|\
| * Suppress warnings in QtOpenGL codeRhys Weatherley2009-10-261-1/+1
* | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-231-1/+4
|/
* Add a new window surface which utilises QX11GLPixmapDataTom Cooksey2009-10-201-0/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-191-12/+2
|\
| * qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-151-1/+1
| * Centralize all GL paint engine creations into qt_qgl_paint_engine()Rhys Weatherley2009-10-151-11/+1
* | Fixed crash in the Boxes demo when using -graphicssystem opengl.Kim Motoyoshi Kalland2009-10-161-0/+6
|/
* Make 16-bit graphicssystem opengl workGunnar Sletta2009-10-021-0/+6
* Suppress some compiler warnings that occur under OpenGL/ES 2.0Rhys Weatherley2009-09-281-0/+2
* Make the GL graphics system work under OpenGL/ES 2.0Rhys Weatherley2009-09-281-4/+69
* Prevented crash in svgviewer in graphics system OpenGL with QGLWidget.Samuel Rødal2009-09-241-0/+2
* Refactored gl window surface a bit.Gunnar Sletta2009-09-211-37/+43
* context()->makeCurrent() is called above, so this is redundant.Gunnar Sletta2009-09-171-2/+0
* Made GL window surface work better with native child widgets.Samuel Rødal2009-09-111-18/+62
* Do not use FBO as backend for window surface in opengl engineEskil Abrahamsen Blomfeldt2009-09-111-1/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Make QGLWindowSurface use new QGLPaintDevice APITom Cooksey2009-09-081-22/+43
* Slightly improved QGLFramebufferObjectFormat API.Samuel Rødal2009-09-041-1/+1
* Fixed issues with using GLenum in public API on mac.Samuel Rødal2009-09-031-1/+1
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Enabled double buffering of window surfaces on Windows.Kim Motoyoshi Kalland2009-07-031-1/+1
* | Prevented infinite recursion in GL graphics system.Samuel Rødal2009-06-171-2/+5
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/