summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Fix a getProcAddress in QOpenGLDebugLogger under Win32 + Desktop GL + ATIGiuseppe D'Angelo2014-02-251-0/+14
* Properly migrate vao helper to dynamic GLLaszlo Agocs2014-02-251-82/+67
* Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-241-0/+2
* Introducing QOpenGLShaderProgram::create()Gunnar Sletta2014-02-222-1/+24
* Expose NPOTTextureRepeat in QOpenGLFunctionsLaszlo Agocs2014-02-211-2/+4
* Remove QT_OPENGLPROXY_DEBUGLaszlo Agocs2014-02-211-3/+0
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-194-34/+31
* Fix glyph cache type logic after 97c187da3c1381bc55dd16976Tor Arne Vestbø2014-02-171-2/+2
* QOpenGLTextureBlitter: fix source rect when origin is top leftJørgen Lind2014-02-161-2/+3
* QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-162-14/+12
* Fix logging with dynamic GL on WindowsLaszlo Agocs2014-02-141-4/+3
* OpenGL: Fix QOpenGLTexture for cubemaps with mutable storageSean Harmer2014-02-142-9/+71
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-1419-487/+5271
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-4/+15
|\
| * Doc: Fix issues with QOpenGLTexture enumerationsTopi Reinio2014-02-111-4/+15
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-112-1/+30
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-072-1/+30
| |\|
| | * Do not query max samples on glesLaszlo Agocs2014-02-051-0/+2
| | * NPOT texture support in QOpenGLTextureCacheCedric Chedaleux2014-02-041-1/+28
* | | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-5/+5
* | | QOpenGLTextureBlitterJorgen Lind2014-02-103-2/+484
* | | QOpenGLTextureHelper: explain why we use GetProcAddress on Windows / DesktopGLGiuseppe D'Angelo2014-02-071-0/+3
* | | QOpenGLTexture: fix support for 1D texturesGiuseppe D'Angelo2014-02-072-12/+30
* | | QOpenGLTextureHelper: fix 3D texture support on ES2Giuseppe D'Angelo2014-02-071-14/+17
* | | QOpenGLTextureHelper: add a clarifying commentGiuseppe D'Angelo2014-02-071-1/+3
|/ /
* | QOpenGLTextureHelper: de-inline the DSA / DSA emulator wrappersGiuseppe D'Angelo2014-02-062-383/+482
* | QOpenGLTexture: remove typos in the docsGiuseppe D'Angelo2014-02-031-2/+2
* | QOpenGLTextureHelper: fix the DSA emulationGiuseppe D'Angelo2014-02-032-217/+241
* | QOpenGLTexture: avoid a QImage detach when uploading texture data from itGiuseppe D'Angelo2014-01-311-1/+1
* | QOpenGLTexture: Introduce const void * image upload methodsGiuseppe D'Angelo2014-01-313-12/+155
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-7/+2
|\|
| * Fix unused function warnings in qtriangulator.cppThiago Macieira2014-01-101-7/+2
* | Add takeTexture() to QOpenGLFramebufferObjectLaszlo Agocs2014-01-073-41/+97
|/
* Doc: suppress documentation of methods users shouldn't useThiago Macieira2013-12-211-0/+2
* Fix radial gradient shader compilation for OpenGL ES 2.0.Carsten Munk2013-12-051-2/+2
* QOpenGLTextureHelper (Windows): Don't load desktop DLL when GLES2 is usedAndrew Knight2013-11-211-1/+1
* Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-145-17/+179
* QOpenGLTexture: mark (QImage) ctor explicitMarc Mutz2013-11-141-1/+1
* QOpenGLTexture: mark (Target) ctor explicitMarc Mutz2013-11-141-1/+1
* QOpenGLPixelTransferOptions: declare as shared, add move assignment operatorMarc Mutz2013-11-141-0/+10
* Make OpenGL texture glyph cache use the right freetype glyphsGunnar Sletta2013-11-061-1/+11
* Doc: Fix broken linksSze Howe Koh2013-11-051-6/+6
* Fix ARGB image glyphs on Open GL ES2 or big endianAllan Sandfeld Jensen2013-11-041-11/+16
* Remove now redundant argb to rgba functionAllan Sandfeld Jensen2013-11-041-20/+4
* Fix major performance regression in QGLWidget on texture bindAllan Sandfeld Jensen2013-11-041-3/+5
* Do not byteswap RGBA8888 formatsAllan Sandfeld Jensen2013-10-252-30/+3
* Use QByteArrayLiteral throughout in QOpenGLVertexArrayObjectSean Harmer2013-10-201-8/+8
* Support APPLE VAO extension on Mac.James Turner2013-10-161-13/+27
* Fixed narrowing conversion compile error with SwizzleValue cast.Harri Porten2013-10-151-1/+1