summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-graphics-teamGunnar Sletta2009-04-179-151/+363
| |\ \ \ \
| | * | | | Use FBOs as pixmap backend in GL graphics system.Samuel Rødal2009-04-168-98/+311
| | * | | | Make FBO the default instead of pixel buffers in GL window surface.Samuel Rødal2009-04-161-28/+29
| | * | | | Ensure we don't access the GL share widget when it's being destroyed.Samuel Rødal2009-04-161-2/+3
| | * | | | GL2: Avoid expensive updateDepthClip() every time setState() is calledSamuel Rødal2009-04-162-17/+14
| | * | | | Fix off-by-one bugs in the framebuffer blits.Samuel Rødal2009-04-161-6/+6
| * | | | | Merge branch 'qt/main'Gunnar Sletta2009-04-1711-63/+61
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Reparenting QGLWidgets did sometimes caused warnings to be printed onTrond Kjernåsen2009-04-151-1/+1
| | * | | BT: OpenGL ES 2.0 now compiles properly for Windows CEThomas Hartmann2009-04-151-4/+6
| | * | | BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-153-23/+10
| | * | | Merge commit 'origin/4.5'Olivier Goffart2009-04-152-6/+4
| | |\ \ \ | | | |/ /
| | | * | Fixes the composition demo for Mac/Cocoa in GL mode.Trond Kjernaasen2009-04-141-6/+0
| | | * | Update docs regarding sibling widgets ontop of QGLWidgets when Qt is builtTrond Kjernåsen2009-04-141-0/+4
| | | * | Make OpenGL/ES 1.1 CommonLite and OpenGL/ES 1.0 builds workRhys Weatherley2009-04-075-25/+37
| | * | | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-4/+4
| | * | | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-081-5/+4
| | * | | Make OpenGL/ES 1.1 CommonLite and OpenGL/ES 1.0 builds workRhys Weatherley2009-04-075-25/+37
| | * | | Merge branch '4.5'Thiago Macieira2009-04-031-1/+1
| | |\ \ \ | | | |/ /
| | | * | BT: Compilation on WinCE.Trond Kjernåsen2009-04-031-1/+1
* | | | | Make text rendering work again on the GL2 engineTom Cooksey2009-04-212-46/+48
* | | | | Kill unused SimpleVertexShader & rename vertex coords arrayTom Cooksey2009-04-203-23/+12
* | | | | Refactor opacity handling & make drawImage/drawPixmap work againTom Cooksey2009-04-204-88/+96
* | | | | Fix various issues with conical grad GLSL codeTom Cooksey2009-04-171-4/+6
* | | | | Add a "shocking pink" shader for rendering into stencil buffTom Cooksey2009-04-173-2/+30
* | | | | Fix GLSL warning & possible artifacts with radial gradientsTom Cooksey2009-04-171-1/+1
* | | | | Make fillRect() with a QBrush(Qt::NoBrush) a noopTom Cooksey2009-04-161-0/+3
* | | | | Don't seg-fault when the shader prog is in the cacheTom Cooksey2009-04-161-1/+2
* | | | | Merge branch 'new-shader-api' into gl2engine-new-shadersTom Cooksey2009-04-162-0/+142
|\ \ \ \ \
| * | | | | Add uniform setters for Qt data types to QGLShaderProgramTom Cooksey2009-04-162-0/+142
* | | | | | Clean up existing & implement missing GLSL for new shader managerTom Cooksey2009-04-164-154/+320
* | | | | | Adapt GL2 Paint Engine to new math3d, shader & shader manager APIsTom Cooksey2009-04-161-43/+43
* | | | | | Re-write the shader manager & completely break everything ;-)Tom Cooksey2009-04-167-750/+758
* | | | | | Add (big) comment explaining shader pipeline in GL2 engineTom Cooksey2009-04-031-0/+138
|/ / / / /
* | | | | Fix build breakage after rebasing on graphics-mainTom Cooksey2009-04-032-8/+1
* | | | | Fix loading of partial shaders from files.Rhys Weatherley2009-04-031-3/+0
* | | | | Bug in QGLShaderProgram::addShader() that stopped partial shaders working.Rhys Weatherley2009-04-031-3/+6
* | | | | Import shader implementation from before the history cut.Rhys Weatherley2009-04-038-217/+3439
|/ / / /
* | | | Fixes: Prevent QGLFramebufferObject from resetting the current context.Samuel Rødal2009-04-011-2/+4
* | | | Fixes: Use the new framebuffer blit/multisample API in the window surface.Samuel Rødal2009-04-011-18/+31
* | | | Fixes: Add blitting and multisample API to QGLFramebufferObject.Samuel Rødal2009-04-016-30/+520
* | | | Fixes: Make FBO window surface work with GL 2 paint engine.Samuel Rødal2009-04-012-0/+7
* | | | Fixes: Respect the SmoothPixmapTransform render hint in the GL2 paint engine.Samuel Rødal2009-04-011-1/+1
* | | | Fixes: Get rid of GL 2 paint engine debug message...Samuel Rødal2009-04-011-2/+0
* | | | Fixes: Small optimizations in GL 2 paint engine...Samuel Rødal2009-04-011-3/+3
* | | | Fixes: Clipping bug in GL 2 paint engine (embeddeddialogs demo).Samuel Rødal2009-04-011-0/+1
* | | | Fixes: Extreme amount of pixel buffers created in embeddeddialogs demo.Samuel Rødal2009-04-012-3/+12
* | | | Fixes: Introduce mode transfer functions in the GL 2 paint engine.Samuel Rødal2009-04-012-53/+94
* | | | Fixes: Enable use of the GL pixmap backend in the GL 2 paint engine.Samuel Rødal2009-04-014-8/+20
* | | | Fixes: GL 2 paint engine text rendering optimization.Samuel Rødal2009-04-014-57/+52
* | | | Fixes: Improve text rendering in GL 2 paint engine.Samuel Rødal2009-04-011-2/+2