summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* OpenGL: Add parameters to choose FBO grab orientationMikko Hallamaa6 days2-16/+31
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-1/+1
* Correct doc snippet licenseLucie Gérard2024-02-281-1/+1
* Refix invalid glTexImage2D operation in FramebufferObjectEirik Aavitsland2024-02-091-1/+3
* QOpenGLFramebufferObject: Avoid illegal call to glTexImage2DAleix Pol2024-01-311-3/+15
* Make sure OpenGLContext is not nullptrJacek Poplawski2024-01-101-0/+2
* Add an opportunity to grab via QOpenGLCompositor to FBOArtem Dyomin2024-01-072-3/+17
* Doc: Fix \fn template arguments for Qt OpenGLTopi Reinio2023-11-181-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-0/+3
* QOpenGLCompositorBackingStore: ensure backing store on flushed windowsAxel Spoerl2023-09-132-0/+6
* Doc: Qt OpenGL: Remove duplicate source dir from documentation configTopi Reinio2023-08-221-7/+6
* Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBaseGiuseppe D'Angelo2023-07-111-0/+1
* QOpenGLFunctions: fix -Wunused-private-field (Clang 15)Marc Mutz2023-07-0518-22/+11
* Docs: Add link to OPenGL examples to OpenGL indexSafiyyah Moosa2023-06-302-2/+2
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-212-2/+2
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* gl: Check for image validity in readbackLaszlo Agocs2023-04-251-6/+12
* Use Qt CMake APIs to exclude files from Unity BuildAmir Masoud Abdol2023-04-031-8/+7
* Add QImage null check when QOpenGLTexture convertsLaszlo Agocs2023-03-211-1/+6
* QOpenGLTexture: Add a doc note about the unavoidable conversionLaszlo Agocs2023-03-161-0/+6
* Add QOpenGLWindow/Widget doc note about depth/stencilLaszlo Agocs2023-03-161-0/+17
* Avoid incomplete textures in GL paint engineLaszlo Agocs2023-03-024-31/+68
* GL paint engine: Fix drawPixmapFragments when using buffer objectsLaszlo Agocs2023-03-021-0/+4
* Increase cache size for QOpenGLTextureCacheKristoffer Skau2023-02-281-1/+11
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-161-0/+8
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-3/+0
* trace: Remove unused tracepoint filesAntti Määttä2023-02-101-12/+0
* Trace: Convert qtopengl module to use tracepointgen toolAntti Määttä2023-02-104-18/+27
* QtOpenGL: Disambiguate class name QTextureBinderFriedemann Kleint2023-01-131-5/+5
* eglfs: Improve z-order handlingSérgio Martins2022-10-291-4/+18
* Do not use client-side data pointers in qopenglpaintengineMikolaj Boc2022-10-212-63/+43
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-212-2/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-152-12/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-4/+4
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-044-14/+14
* Fix QtOpenGL tracepointsRafael Roquetto2022-09-153-5/+14
* Defer creating the special shaders in the texture blitterLaszlo Agocs2022-09-141-18/+57
* Move qopengltimerquery.h to a common sources of the QtOpenGL moduleAlexey Edelev2022-09-131-1/+2
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* eglfs: Ensure correct z-order of windowsSérgio Martins2022-08-042-3/+52
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* QOpenGLBuffer: add move-SMFs and swap()sMarc Mutz2022-07-202-2/+39
* QOpenGLBuffer: remove unused include of QScopedPointerMarc Mutz2022-07-201-1/+0
* Gui: mark types Q_PRIMITIVE_TYPE when they're held in QDataBufferMarc Mutz2022-07-081-0/+2
* Avoid including qopenglfunctions header files if Qt is built with GLES2Alexey Edelev2022-06-281-2/+5