summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* purge vestiges of opengl es 1 supportOswald Buddenhagen2014-04-042-30/+8
* Add isCreated to QOpenGLTextureBlitterJorgen Lind2014-04-042-0/+7
* Avoid an "OpenGL Error: 1282" output when resizing a QOpenGLWidgetJocelyn Turcotte2014-04-021-0/+2
* Use an offscreen surface in VAO cleanupLaszlo Agocs2014-04-011-1/+10
* Keep track of destroyed QOpenGLContexts in QOpenGLVertexArrayObjectTor Arne Vestbø2014-03-271-2/+6
* Doc: Fix typosJonathan Liu2014-03-271-1/+1
* Fix some documentation errors.Friedemann Kleint2014-03-241-7/+7
* Docs: Correct OpenGL ES namingLaszlo Agocs2014-03-201-212/+212
* Resurrect advanced bindTexture() features in QtOpenGLLaszlo Agocs2014-03-201-3/+42
* 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