summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-0710-115/+473
|\
| * fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-041-2/+3
| * Fix build on X11/EGL without XRenderTom Cooksey2009-08-031-2/+4
| * Add qglpixelbuffer_p.h to opengl.pro so Creator finds itTom Cooksey2009-08-031-0/+1
| * Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-304-93/+330
| |\
| | * Fix build on Solaris x86 with old Mesa glx headersTom Cooksey2009-07-291-5/+8
| | * Support EGL_NOKIA_texture_from_pixmap on HarmattanTom Cooksey2009-07-291-8/+163
| | * Refactor texture_from_pixmap to not re-create the gl surface each bindTom Cooksey2009-07-294-88/+151
| | * Refactor QImage/QPixmap cleanup hooks into a seperate classTom Cooksey2009-07-282-6/+22
| * | Unit tests and bug fixes for QGLColormapRhys Weatherley2009-07-301-7/+17
| * | qdoc fix: stencil buffer is enabled by default, not disabledRhys Weatherley2009-07-301-2/+2
| * | Optimized single-rect clip case in OpenGL 2 paint engine.Samuel Rødal2009-07-292-17/+80
| * | Port of Qt to VxWorksRobert Griebl2009-07-292-0/+14
| * | Fixed incorrect QGLFramebufferObject documentation.Samuel Rødal2009-07-281-1/+4
| |/
| * Disable Texture-From-Pixmap on everything other than LinuxTom Cooksey2009-07-281-1/+6
| * Fix build on SolarisTom Cooksey2009-07-271-2/+5
| * Really, really fix HPUX this timeTom Cooksey2009-07-271-1/+1
| * Add an ARGB check for EGL-provided X visualsTom Cooksey2009-07-241-3/+20
| * Fix build on HPUXTom Cooksey2009-07-241-0/+2
* | QGraphicsShaderEffect doesn't need to be a metatype any moreRhys Weatherley2009-07-291-2/+0
* | Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti...Bjørn Erik Nilsen2009-07-293-7/+7
|\ \
| * | Fixed various valgrind-reported issues in GL 2 engine.Samuel Rødal2009-07-293-7/+7
* | | Conflicts after merge commit 07c2b17276057a8b47c3be57ab7c2cf66dac0eddBjørn Erik Nilsen2009-07-292-22/+16
|/ /
* | Improve GL filter performance by caching custom shader programs.Samuel Rødal2009-07-282-10/+19
* | Merge commit 'qt-graphics-team/pixmapfilters-redux' into kinetic-graphicseffectSamuel Rødal2009-07-2810-77/+453
|\ \
| * | Further optimized the GL blur filter by caching the QGLShader.Samuel Rødal2009-07-022-4/+9
| * | Fixed GL blur filter to handle painter translates and larger FBO sizes.Samuel Rødal2009-07-021-1/+17
| * | Made GL blur filter use the new FBO pool for improved performance.Samuel Rødal2009-07-021-12/+16
| * | Refactored the GL QPixmap backend to use an FBO pool class.Samuel Rødal2009-07-022-41/+106
| * | Added caching of custom shader programs as well in GL 2 shader manager.Samuel Rødal2009-07-012-15/+32
| * | Added QPixmapBlurFilter with GL implementation.Samuel Rødal2009-06-301-1/+255
| * | Added missing createPixmapFilter() implementation in GL 2 engine.Samuel Rødal2009-06-302-0/+10
| * | Added drawTexture function to GL 2 paint engine.Samuel Rødal2009-06-302-1/+17
| * | Added custom shader hook to the GL 2 paint engine.Samuel Rødal2009-06-305-24/+107
* | | Update QGraphicsShaderEffect to match new APIRhys Weatherley2009-07-242-32/+37
* | | Reset shader stage variables when the custom shader is explicitly removed.Rhys Weatherley2009-07-241-0/+2
* | | Implement QGraphicsShaderEffect for custom shader-based effectsRhys Weatherley2009-07-243-0/+413
* | | 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