| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a pixmap modification hook to blur pixmap filter cache | Tom Cooksey | 2010-02-08 | 1 | -0/+1 |
|
|
* | Fix GL texture leaks when pixmaps are deleted | Tom Cooksey | 2010-01-29 | 1 | -11/+11 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Got rid of unused variable compiler warning. | Samuel Rødal | 2009-12-15 | 1 | -2/+0 |
|
|
* | Optimized blur / drop shadow effects for the GL 2 paint engine. | Samuel Rødal | 2009-12-14 | 1 | -581/+173 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-13 | 1 | -23/+23 |
|\ |
|
| * | Improvements to graphics effects API after review round. | Samuel Rødal | 2009-11-10 | 1 | -23/+23 |
|
|
* | | Fixed drop shadows for opengl graphics system | Gunnar Sletta | 2009-11-10 | 1 | -1/+1 |
|/ |
|
* | Compile on Mac OS X | Eskil Abrahamsen Blomfeldt | 2009-11-04 | 1 | -1/+1 |
|
|
* | Fixed some compiler warnings. | Samuel Rødal | 2009-11-03 | 1 | -23/+1 |
|
|
* | Optimized animated blur radii in the GL 2 paint engine. | Samuel Rødal | 2009-11-02 | 1 | -12/+367 |
|
|
* | Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint. | Samuel Rødal | 2009-11-02 | 1 | -14/+14 |
|
|
* | Got rid of redundant texture parameter settings in GL pixmap filters. | Samuel Rødal | 2009-10-29 | 1 | -16/+0 |
|
|
* | Added some optimizations to the blur and drop shadow GL filters. | Samuel Rødal | 2009-10-29 | 1 | -170/+266 |
|
|
* | Made blur and drop shadow APIs use qreal instead of int for blur radius. | Samuel Rødal | 2009-10-27 | 1 | -2/+2 |
|
|
* | Implement the drop shadow filter for OpenGL | Rhys Weatherley | 2009-10-05 | 1 | -3/+164 |
|
|
* | Add Qt::RenderHint to control rendering operations. | Bjørn Erik Nilsen | 2009-09-30 | 1 | -9/+9 |
|
|
* | Convert OpenGL convolution filter to OpenGL2 paint engine | Rhys Weatherley | 2009-09-30 | 1 | -120/+59 |
|
|
* | ifdef out convolution filter for OpenGL/ES 2.0 | Rhys Weatherley | 2009-09-28 | 1 | -2/+14 |
|
|
* | Added BlurType to blur graphics effect API. | Samuel Rødal | 2009-09-24 | 1 | -10/+10 |
|
|
* | Made fast blur in GL 2 engine be radius independent. | Samuel Rødal | 2009-09-24 | 1 | -140/+96 |
|
|
* | Reduce overhead of paint engine-specific pixmap filters | Rhys Weatherley | 2009-09-16 | 1 | -8/+13 |
|
|
* | Only regenerate pixmap filter source if the parameters have changed. | Rhys Weatherley | 2009-09-15 | 1 | -2/+31 |
|
|
* | Remove unnecessary definitions in GL pixmap filter code. | Rhys Weatherley | 2009-09-15 | 1 | -5/+0 |
|
|
* | Removed GL1 pixmap filters and ported colorize filter to GL2 engine. | Samuel Rødal | 2009-09-15 | 1 | -45/+22 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | Fixed rendering bug in blurpicker example with -graphicssystem opengl | Samuel Rødal | 2009-08-31 | 1 | -28/+25 |
|
|
* | 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 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-08-27 | 1 | -2/+1 |
|\ \ |
|
| * | | Improved QPainter API for allowing native painting in GL / VG. | Samuel Rødal | 2009-08-26 | 1 | -1/+0 |
|
|
| * | | Added missing precision specifiers to custom shader effect. | Samuel Rødal | 2009-08-26 | 1 | -1/+1 |
|
|
* | | | New variant of QGLContext::bindTexture that does not require mipmap generation | Gunnar Sletta | 2009-08-27 | 1 | -1/+1 |
|/ / |
|
* | | Fixed documentation and use of incorrect entry point for custom shaders. | Samuel Rødal | 2009-08-25 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt-graphics-team/pixmapfilters-redux' into kinetic-graphicseffect | Samuel Rødal | 2009-07-28 | 1 | -2/+275 |
|\ \ \
| |/ /
|/| | |
|
| * | | Further optimized the GL blur filter by caching the QGLShader. | Samuel Rødal | 2009-07-02 | 1 | -3/+9 |
|
|
| * | | Fixed GL blur filter to handle painter translates and larger FBO sizes. | Samuel Rødal | 2009-07-02 | 1 | -1/+17 |
|
|
| * | | Made GL blur filter use the new FBO pool for improved performance. | Samuel Rødal | 2009-07-02 | 1 | -12/+16 |
|
|
| * | | Added QPixmapBlurFilter with GL implementation. | Samuel Rødal | 2009-06-30 | 1 | -1/+255 |
|
|
* | | | Use texture_from_pixmap on X11 & avoid copies | Tom Cooksey | 2009-07-22 | 1 | -1/+1 |
|/ / |
|
* | | 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 |
|
|
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 1 | -19/+18 |
|
|
* | | Enabled compilation of both GL and GL2 paint engine. | Samuel Rødal | 2009-05-13 | 1 | -14/+1 |
|
|
* | | Merge branch 'shader-api' | Rhys Weatherley | 2009-05-10 | 1 | -1/+1 |
|\ \ |
|