summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix a link in QAbstractOpenGLFunctions documentationLiang Qi2014-07-031-1/+1
* QOpenGLTexture: fix the feature test for Buffer TexturesGiuseppe D'Angelo2014-07-011-3/+2
* Merge remote-tracking branch 'origin/5.3.1' into 5.3Frederik Gladhorn2014-06-251-0/+1
|\
| * Handle invalid sample counts gracefully in FBOsLaszlo Agocs2014-06-181-0/+1
* | Properly check which OpenGL features are supportedMartin Gräßlin2014-06-201-38/+40
|/
* Make multisampling more robust in QOpenGLFramebufferObjectLaszlo Agocs2014-06-062-2/+9
* Fix QOpenGLGlyphTexture object leakLiang Jian2014-05-281-1/+3
* QOpenGLFramebufferObject: correct the internal format when using ANGLEAndrew Knight2014-05-261-1/+10
* QOpenGLTexture: test for extensions when checking featuresGiuseppe D'Angelo2014-05-251-8/+24
* Fix a crash in QOpenGLTexture::allocateStorage()Tasuku Suzuki2014-05-231-1/+3
* Fall back to ANGLE BlitFramebuffer and RenderbufferStorageMultiSampleAndrew Knight2014-05-221-2/+6
* QOpenGLTextureBlitter fix allocating 4 times as much memory as neededJorgen Lind2014-05-161-2/+2
* Remove an unused workaround and fix up the comments in the glyph cacheLaszlo Agocs2014-05-131-29/+2
* Enable support for OpenGL 4 on OS X 10.9Sean Harmer2014-05-101-4/+6
* Document returned format of QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2014-05-061-0/+3
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0111-48/+52
|\
| * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-2511-47/+47
| * QOpenGLFunctions: Compile on Mac OS 10.6Morten Johan Sørvig2014-04-241-1/+5
* | Document setUniformValue limitations wrt non square matricesLaszlo Agocs2014-04-251-0/+48
* | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-47/+2
|\|
| * Remove internal public function from QOpenGLFunctionsLaszlo Agocs2014-04-172-47/+2
* | remove context unmatched warning in QOpenGLTextureTasuku Suzuki2014-04-161-0/+4
|/
* 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