summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Big GL Extension CleanupTom Cooksey2009-05-068-252/+253
| | * | | | | | | | Fix OpenGL ES 2.0 breakagesTom Cooksey2009-05-053-3/+14
| | * | | | | | | | Rename uses of QGLShaderProgram::errors() to log()Rhys Weatherley2009-05-011-2/+2
| | * | | | | | | | Merge branch 'shader-api' into gl2engine-new-shadersRhys Weatherley2009-05-017-149/+225
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | qdoc fixesRhys Weatherley2009-05-011-12/+12
| | | * | | | | | | Disable shaders on OpenGL/ES 1.1Rhys Weatherley2009-05-012-2/+2
| | | * | | | | | | Samplers should be set via the GLuint override, not the GLint override.Rhys Weatherley2009-05-012-7/+35
| | | * | | | | | | Make QGLShaderProgram::disable() static.Rhys Weatherley2009-05-012-2/+8
| | | * | | | | | | Rename QGLShader(Program)::errors() to log()Rhys Weatherley2009-05-012-39/+39
| | | * | | | | | | Add uniform setters for Qt data types to QGLShaderProgramTom Cooksey2009-05-012-0/+142
| | | * | | | | | | Merge branch 'shaderprograms' of git@scm.dev.nokia.troll.no:qt/rweathers-shad...Rhys Weatherley2009-05-018-206/+3420
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | Fix loading of partial shaders from files.Rhys Weatherley2009-03-271-3/+0
| | | | * | | | | | Bug in QGLShaderProgram::addShader() that stopped partial shaders working.Rhys Weatherley2009-03-271-3/+6
| | | | * | | | | | Import shader implementation from before the history cut.Rhys Weatherley2009-03-238-208/+3422
| | | * | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-2/+10
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-271-0/+4
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-1/+1
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch '4.5'Rhys Weatherley2009-04-211-2/+8
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Speed up texture uploads for hardware without n-pot-2 texture support.Trond Kjernåsen2009-04-201-53/+106
| * | | | | | | | | | | | | compile...Gunnar Sletta2009-04-241-2/+1
| * | | | | | | | | | | | | Remove old qglshader files from gl2paintengineex.Samuel Rødal2009-04-232-878/+0
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Allow release builds againTom Cooksey2009-04-221-2/+0
| * | | | | | | | | | | | Make useCorrectShaderProg() return a bool againTom Cooksey2009-04-223-13/+10
| * | | | | | | | | | | | Make optimiseForBrushTransform take a QTransform referenceTom Cooksey2009-04-222-2/+2
| * | | | | | | | | | | | Change fragment shaders to apply the mask as the final stepTom Cooksey2009-04-221-2/+2
| * | | | | | | | | | | | Merge branch 'master' into gl2engine-new-shadersSamuel Rødal2009-04-2216-243/+536
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Prevent copy back from FBO when initializing render FBO from texture.Samuel Rødal2009-04-203-5/+5
| | * | | | | | | | | | | | Smudgy text in GL2 paint engine when drawing on non-integer offsets.Samuel Rødal2009-04-171-21/+39
| | * | | | | | | | | | | | Correctly handle using GL pixmaps that still have an active engine.Samuel Rødal2009-04-175-20/+86
| | * | | | | | | | | | | | 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
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | 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
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 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