summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview_drawing.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Improve handling of wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2019-10-241-11/+0
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-1/+1
* macOS: Avoid automatic resizing of layers by fixing them to top-leftTor Arne Vestbø2019-09-281-4/+12
* macOS: Resolve layer contents scale based on DPRTor Arne Vestbø2019-09-281-2/+30
* macOS: Improve layer delegate setupTor Arne Vestbø2019-09-281-1/+7
* macOS: Flesh out and clarify layer setupTor Arne Vestbø2019-09-281-18/+50
* macOS: Propagate drawRect: dirty bounding rect as fallbackTor Arne Vestbø2019-09-281-3/+4
* macOS: Gather QNSView draw callbacks togetherTor Arne Vestbø2019-09-281-39/+51
* macOS: Don't update Metal layer's drawableSize automaticallyTor Arne Vestbø2019-09-231-21/+2
* macOS: Handle backing property changes in a single placeTor Arne Vestbø2019-09-231-8/+12
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-141-0/+9
|\
| * macOS: Guard against display on non-main threadsTor Arne Vestbø2019-05-131-0/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-0/+1
|\|
| * macOS: set layer.delegate when setting a layerMorten Johan Sørvig2019-04-101-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-0/+2
|\|
| * macOS: Disable explicit layerContentsPlacementTor Arne Vestbø2019-04-031-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+7
|\|
| * macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-141-0/+7
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
|/
* macOS: Only enable layer-backed views on 10.14 if built against 10.14 SDKTor Arne Vestbø2018-11-091-10/+51
* macOS: Propagate [NSOpenGLContext setView:] failuresTor Arne Vestbø2018-08-031-30/+2
* macOS: Remove dead updateRequest code based on setNeedsDisplayTor Arne Vestbø2018-07-091-35/+1
* macOS: Remove declarative override of -[NSView wantsLayer]Alexandru Croitor2018-07-051-8/+5
* macOS: Make layer-backed mode the defaultTor Arne Vestbø2018-05-311-2/+2
* macOS: Minor metal support nits/cleanupsTor Arne Vestbø2018-05-301-3/+2
* macOS: Add QSurfaceType::MetalSurfaceMorten Johan Sørvig2018-05-111-5/+9
* macOS: Experimental Vulkan support via MoltenVKMorten Johan Sørvig2018-05-081-2/+8
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-1/+1
* Provide QPlatformWindow::hasPendingUpdateRequest() helper functionTor Arne Vestbø2018-04-171-4/+2
* macOS: Add logging when delivering update requestsTor Arne Vestbø2018-04-171-1/+0
* Cocoa: Add QNSView Metal Layer supportMorten Johan Sørvig2018-04-121-2/+58
* Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-291-1/+1
* macOS: Make [QNSView wantsLayer] declarativeTor Arne Vestbø2018-03-211-0/+12
* macOS: Remove stray qDebug in [QNSView setNeedsDisplayInRect:]Tor Arne Vestbø2018-03-201-1/+0
* macOS: Do layer updates via the CALayerDelegate protocolTor Arne Vestbø2018-03-201-6/+3
* macOS: Move QNSView drawing related functionality to its own fileTor Arne Vestbø2018-03-201-0/+162