summaryrefslogtreecommitdiff
path: root/src/backends/native/meta-cursor-renderer-native.c
Commit message (Expand)AuthorAgeFilesLines
* cursor-renderer-native: take rotation into accountOlivier Fourdan2018-03-291-2/+16
* cursor-renderer-native: Take panel-orientation into accountHans de Goede2017-12-251-3/+12
* backends: add 'monitors-updated-internal' signal to only update internal stateMarco Trevisan (Treviño)2017-10-131-1/+1
* cursor-renderer-native: Support HW cursors on multiple GPUsJonas Ådahl2017-10-061-151/+314
* cursor-rendere-native: Don't declare HW cursors broken on EACCESJonas Ådahl2017-10-051-5/+8
* cursor-renderer-native: Don't leak cursor gbm buffersJonas Ådahl2017-10-051-1/+1
* backends: Split out CRTC/output management to MetaGpuJonas Ådahl2017-10-051-9/+16
* native/cursor-renderer: Cleanup constructionJonas Ådahl2017-10-051-43/+67
* cursor-renderer-native: Remove unused functions and declarationsJonas Ådahl2017-10-051-8/+0
* cursor-renderer-native: Cleanup type declarationJonas Ådahl2017-10-051-0/+5
* backends/native: Move KMS fd management to monitor managerJonas Ådahl2017-10-051-1/+5
* Make MetaOutput a GObjectJonas Ådahl2017-10-051-0/+1
* cursor-renderer-native: Don't use HW cursor on transformed logical monitorJonas Ådahl2017-08-211-17/+26
* cursor-renderer: Track cursor position using floatsJonas Ådahl2017-07-141-26/+42
* logical-monitor: Make scale a floatJonas Ådahl2017-07-141-2/+2
* monitor-config-manager: Support logical monitor transformsJonas Ådahl2017-04-071-0/+1
* monitor: Don't keep CRTC position in MetaMonitorCrtcModeJonas Ådahl2017-04-071-2/+7
* Add support for scaled logical monitor framebuffersJonas Ådahl2017-04-071-28/+154
* cursor-renderer/native: Warn when we start falling back on OpenGLJonas Ådahl2017-03-291-0/+3
* cursor-renderer-native: fallback to texture cursorJente Hidskes2017-03-291-4/+15
* MetaCursorRendererNative: Always force set hw cursor the first timeJonas Ådahl2017-02-071-9/+15
* monitor-manager: Rename MetaCRTC(Info) to MetaCrtc(Info)Jonas Ådahl2017-01-251-3/+3
* MetaCursorRendererNative: Fall back to texture when there is no gbmJonas Ådahl2016-11-181-0/+8
* cursor-renderer: Add a cursor painted signalRui Matos2016-08-311-0/+5
* Move cogl KMS winsys into the native backendJonas Ådahl2016-07-201-5/+9
* cursor-renderer-native: Re-use cogl's gbm deviceRui Matos2016-02-041-4/+1
* cursor-renderer-native: Avoid a crash if we fail to allocate a gbm boRui Matos2016-01-111-0/+3
* native: Implement DRM-based crtc rotationCarlos Garnacho2016-01-071-0/+29
* MetaCursorRenderer: Rely on update_cursor for redrawingJonas Ådahl2015-09-131-1/+0
* Support scaling of cursor sprites given what output they are onJonas Ådahl2015-09-131-50/+244
* MetaCursorSprite: Put renderer specific code in the rendererJonas Ådahl2015-08-281-13/+197
* backends: Get rid of meta-cursor-private.hJonas Ådahl2015-08-281-1/+0
* Rename MetaCursorReference to MetaCursorSpriteJonas Ådahl2015-08-281-21/+23
* backends: Trigger animated cursor animations on the native backendCarlos Garnacho2015-07-201-0/+60
* monitor-manager: Expose MetaMonitorManager to introspectionRui Matos2015-01-301-1/+1
* Support for hardware cursor sizes other than 64x64 on waylandJasper St. Pierre2014-09-241-5/+35
* cursor: Correct switching between fallback and backend cursorsJasper St. Pierre2014-05-171-5/+2
* cursor-renderer-native: Don't move the cursor when we don't need toJasper St. Pierre2014-05-171-1/+1
* backends: Add a native cursor rendererJasper St. Pierre2014-04-221-0/+208