summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make it easier to change custom shaders.Rhys Weatherley2009-07-244-0/+26
* | | Make ordinary shaders work again after custom shader changes.Rhys Weatherley2009-07-241-7/+7
* | | Actually add the files... :-)Tom Cooksey2009-07-232-0/+196
* | | Initial stab at a custom shader stage APITom Cooksey2009-07-235-56/+133
| |/ |/|
* | Fix build on HarmattanTom Cooksey2009-07-231-1/+1
* | Add texture_from_pixmap defines for systems without themTom Cooksey2009-07-231-0/+19
* | Fix build on MacTom Cooksey2009-07-222-8/+28
* | Plug a texture leak when deleting QPixmaps without a current contextTom Cooksey2009-07-222-16/+9
* | Use texture_from_pixmap on X11 & avoid copiesTom Cooksey2009-07-228-174/+422
* | Fixed compile with -qtnamespace and MSVC.Rohan McGovern2009-07-221-1/+2
* | Fixed opacity bug in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-211-0/+1
* | Fixed gradient bug in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-211-3/+3
* | Corrected the value of GL_MAX_SAMPLES_EXT.Kim Motoyoshi Kalland2009-07-211-1/+1
* | Fixed crash in the GL2 engine's texture glyph cache.Kim Motoyoshi Kalland2009-07-211-4/+12
* | Used QGLContextResource for the gradient cache in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-213-30/+31
* | Fixed GL2 engine shader manager to work with more than one context.Kim Motoyoshi Kalland2009-07-216-63/+228
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+1
|\ \
| * | Fixed bug where line widths were rounded to integers in the GL engine.Kim Motoyoshi Kalland2009-07-161-1/+1
* | | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-192-3/+2
* | | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-24/+0
* | | Fixed text rendering with the GL2 paint engine.Kim Motoyoshi Kalland2009-07-161-2/+5
* | | Fix warnings in mingwThierry Bastian2009-07-151-1/+1
* | | Build fix for mingwThierry Bastian2009-07-141-1/+1
* | | Doc: Explicitly declare the module for each namespace to prevent strangeDavid Boddie2009-07-131-0/+1
* | | Moved uniform enum to QGLEngineShaderManager.Kim Motoyoshi Kalland2009-07-034-83/+69
* | | Enabled double buffering of window surfaces on Windows.Kim Motoyoshi Kalland2009-07-031-1/+1
* | | Made QPainter / OpenGL intermixing in hellogl_es2 work properly again.Samuel Rødal2009-07-011-0/+5
* | | Fixed cleanup of glyph cache textures in the GL 2 engine.Trond Kjernåsen2009-07-012-3/+30
* | | src/opengl: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT su...miniak2009-07-011-8/+4
| |/ |/|
* | Fixed some regressions in the OpenGL pixmap backend.Samuel Rødal2009-06-292-4/+13
* | Silence trivial warningsThiago Macieira2009-06-261-4/+4
* | Fixed missing restoration of state after a sync in the GL 2 engine.Samuel Rødal2009-06-252-2/+12
* | Fixed buggy clipping when using projective transforms in GL 2 engine.Samuel Rødal2009-06-251-14/+4
* | Reduced number of state changes/uniform location queries in GL2 engine.Samuel Rødal2009-06-244-49/+168
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-7/+13
|\ \ | |/
| * Fixed drawTiledPixmap() for the GL paint engine.Trond Kjernåsen2009-06-221-7/+13
* | Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-2211-1421/+72
* | Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-182-8/+4
* | Prevented unnecessary depth clip updates in OpenGL paint engine.Samuel Rødal2009-06-182-1/+10
* | Added save state detection in OpenGL engine to avoid dirtying state.Samuel Rødal2009-06-181-0/+13
* | Speed up QPixmap::width(), height(), isNull() and depth().Andreas Aardal Hanssen2009-06-172-34/+33
* | Prevented infinite recursion in GL graphics system.Samuel Rødal2009-06-173-8/+12
* | Update license headers in files that are new in 4.6.Jason McDonald2009-06-175-10/+10
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1654-108/+108
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1659-118/+118
| * Fixed a crash in the GL 2 paintengine when drawing text.Trond Kjernåsen2009-05-291-0/+3
* | Disabled the use of VERSION_1_3 GLX functions on HPUX.Carlos Manuel Duclos Vergara2009-06-151-4/+8
* | Enabled switching multisampling on/off in GL2 engine on desktop.Samuel Rødal2009-06-151-0/+14
* | Re-enabled GL pixmap backend and window surface to work without GL2.Samuel Rødal2009-06-153-1/+15
* | Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.Samuel Rødal2009-06-122-3/+5