| Commit message (Expand) | Author | Age | Files | Lines |
* | Move QGLWidget::setContext logic into QEgl & QGLContext | Tom Cooksey | 2010-03-02 | 1 | -12/+0 |
|
|
* | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h | Tom Cooksey | 2010-03-02 | 1 | -1/+1 |
|
|
* | Remove obsolete OpenGL/ES CommonLite (fixed-point) support | Rhys Weatherley | 2010-02-04 | 1 | -13/+9 |
|
|
* | Rework how Qt handles GL extensions. | Trond Kjernåsen | 2010-01-13 | 1 | -4/+3 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms. | Samuel Rødal | 2009-12-04 | 1 | -5/+4 |
|
|
* | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 1 | -1/+1 |
|
|
* | Modify QGLShader and QGLShaderProgram in response to API review | Rhys Weatherley | 2009-11-05 | 1 | -1/+1 |
|
|
* | Merge branch '4.6' into 4.6-platform | Denis Dzyubenko | 2009-10-26 | 1 | -1/+1 |
|\ |
|
| * | Suppress warnings in QtOpenGL code | Rhys Weatherley | 2009-10-26 | 1 | -1/+1 |
|
|
* | | Remove internal widgets from QApplication::topLevelWidgets() | Prasanth Ullattil | 2009-10-23 | 1 | -1/+4 |
|/ |
|
* | Add a new window surface which utilises QX11GLPixmapData | Tom Cooksey | 2009-10-20 | 1 | -0/+1 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-19 | 1 | -12/+2 |
|\ |
|
| * | qt_paint_device_metric() for fetching metrics | Rhys Weatherley | 2009-10-15 | 1 | -1/+1 |
|
|
| * | Centralize all GL paint engine creations into qt_qgl_paint_engine() | Rhys Weatherley | 2009-10-15 | 1 | -11/+1 |
|
|
* | | Fixed crash in the Boxes demo when using -graphicssystem opengl. | Kim Motoyoshi Kalland | 2009-10-16 | 1 | -0/+6 |
|/ |
|
* | Make 16-bit graphicssystem opengl work | Gunnar Sletta | 2009-10-02 | 1 | -0/+6 |
|
|
* | Suppress some compiler warnings that occur under OpenGL/ES 2.0 | Rhys Weatherley | 2009-09-28 | 1 | -0/+2 |
|
|
* | Make the GL graphics system work under OpenGL/ES 2.0 | Rhys Weatherley | 2009-09-28 | 1 | -4/+69 |
|
|
* | Prevented crash in svgviewer in graphics system OpenGL with QGLWidget. | Samuel Rødal | 2009-09-24 | 1 | -0/+2 |
|
|
* | Refactored gl window surface a bit. | Gunnar Sletta | 2009-09-21 | 1 | -37/+43 |
|
|
* | context()->makeCurrent() is called above, so this is redundant. | Gunnar Sletta | 2009-09-17 | 1 | -2/+0 |
|
|
* | Made GL window surface work better with native child widgets. | Samuel Rødal | 2009-09-11 | 1 | -18/+62 |
|
|
* | Do not use FBO as backend for window surface in opengl engine | Eskil Abrahamsen Blomfeldt | 2009-09-11 | 1 | -1/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Make QGLWindowSurface use new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 1 | -22/+43 |
|
|
* | Slightly improved QGLFramebufferObjectFormat API. | Samuel Rødal | 2009-09-04 | 1 | -1/+1 |
|
|
* | Fixed issues with using GLenum in public API on mac. | Samuel Rødal | 2009-09-03 | 1 | -1/+1 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Enabled double buffering of window surfaces on Windows. | Kim Motoyoshi Kalland | 2009-07-03 | 1 | -1/+1 |
|
|
* | | Prevented infinite recursion in GL graphics system. | Samuel Rødal | 2009-06-17 | 1 | -2/+5 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
* | | Re-enabled GL pixmap backend and window surface to work without GL2. | Samuel Rødal | 2009-06-15 | 1 | -0/+12 |
|
|
* | | Made QPixmap autotest pass with -graphicssystem opengl | Samuel Rødal | 2009-06-12 | 1 | -0/+20 |
|
|
* | | Fix build on X11/OpenGL ES 2.0 | Tom Cooksey | 2009-05-28 | 1 | -1/+1 |
|
|
* | | Introduced preserved swap buffer path in GL window surface. | Samuel Rødal | 2009-05-25 | 1 | -50/+64 |
|
|
* | | Reverted use of GL 2 engine as default on desktop. | Samuel Rødal | 2009-05-13 | 1 | -16/+4 |
|
|
* | | Made GL graphics system work with GLES2 w/o FramebufferBlit extension. | Samuel Rødal | 2009-05-13 | 1 | -10/+11 |
|
|
* | | Enabled compilation of both GL and GL2 paint engine. | Samuel Rødal | 2009-05-13 | 1 | -7/+11 |
|
|
* | | Big GL Extension Cleanup | Tom Cooksey | 2009-05-06 | 1 | -2/+2 |
|
|
* | | Fix OpenGL ES 2.0 breakages | Tom Cooksey | 2009-05-05 | 1 | -1/+10 |
|
|
* | | Merge branch 'shader-api' into gl2engine-new-shaders | Rhys Weatherley | 2009-05-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Compile fix for static builds on Windows for QtOpenGL apps. | Denis Dzyubenko | 2009-04-22 | 1 | -1/+1 |
|
|
| * | Make OpenGL/ES 1.1 CommonLite and OpenGL/ES 1.0 builds work | Rhys Weatherley | 2009-04-07 | 1 | -0/+4 |
|
|
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+661 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team | Gunnar Sletta | 2009-04-17 | 1 | -39/+57 |
|\ |
|