summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Add note to docs about normalization in setAttributeBufferLaszlo Agocs2014-03-171-0/+6
* Revert "Make OpenGL texture glyph cache use the right freetype glyphs"Allan Sandfeld Jensen2014-03-171-11/+1
* Fix dynamic opengl buildLaszlo Agocs2014-03-141-3/+5
* Add workaround for bug in the Mesa glsl optimizerJorgen Lind2014-03-141-10/+4
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-26/+46
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-1015-306/+406
* Clean up proxy leftovers in gui/openglLaszlo Agocs2014-03-062-14/+0
* Make QOpenGLFunctions able to resolve everythingLaszlo Agocs2014-03-061-48/+335
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-042-98/+1286
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-0415-4746/+63
* Fix some typosSergio Ahumada2014-03-032-2/+2
* Add core profile versions of the glyph cache shadersLaszlo Agocs2014-02-282-4/+40
* Use a VAO in the texture glyph cacheLaszlo Agocs2014-02-262-10/+33
* Fix glyph texture format on core profileLaszlo Agocs2014-02-261-2/+21
* Texture glyph cache: Use a vboLaszlo Agocs2014-02-262-3/+20
* 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