summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* backend/native: Port gamma management to Atomic KMS APIwip/gbsneto/kms-transactions-on-steroidsGeorges Basile Stavracas Neto2019-06-197-88/+249
* native-renderer: Remove unused variablesGeorges Basile Stavracas Neto2019-06-191-2/+0
* backends/native: Add some KMS debug loggingJonas Ådahl2019-06-193-3/+95
* kms: Add high level code documentationJonas Ådahl2019-06-191-0/+90
* backend/native: Add and use transactional KMS APIJonas Ådahl2019-06-1931-1080/+2360
* logical-monitor: Pass output when iterating over CRTCsJonas Ådahl2019-06-193-0/+5
* backend/native: Move some KMS utilities to its own fileJonas Ådahl2019-06-199-70/+125
* kms: Add API to register impl file descriptorsJonas Ådahl2019-06-192-0/+79
* kms: Add API to add a GSource that'll be invoked in the impl contextJonas Ådahl2019-06-192-0/+52
* kms: Add API to post callbacks out of the impl contextJonas Ådahl2019-06-192-0/+74
* gpu/kms: Remove unused typedefJonas Ådahl2019-06-191-2/+0
* crtc/kms: Use MetaKmsPlane to check supported rotations and formatsJonas Ådahl2019-06-198-264/+275
* gpu/kms: Init global mode list from MetaKmsConnectorsJonas Ådahl2019-06-192-117/+27
* output/kms: Outsource connector state fetching to MetaKmsConnectorJonas Ådahl2019-06-199-322/+484
* crtc/kms: Outsource CRTC state fetching to MetaKmsCrtcJonas Ådahl2019-06-1913-24/+170
* crtc/kms: Don't redefine META_MONITOR_N_TRANSFORMSJonas Ådahl2019-06-191-3/+2
* kms: Add connector representationJonas Ådahl2019-06-1912-62/+305
* gpu/kms: Fix connector id type in helperJonas Ådahl2019-06-191-3/+3
* output/kms: Make drmModeEncoderPtr array localJonas Ådahl2019-06-191-21/+19
* kms: Add plane representationJonas Ådahl2019-06-198-2/+346
* kms: Add CRTC representationJonas Ådahl2019-06-1912-14/+245
* backends/native: Add basic KMS abstraction building blocksJonas Ådahl2019-06-1917-34/+903
* gpu/kms: Remove max buffer size getterJonas Ådahl2019-06-192-19/+0
* backend: Move GPU ownership from the monitor manager to the backendJonas Ådahl2019-06-1936-559/+587
* monitor-manager/kms: Use 'hotplug' event from MetaUdevJonas Ådahl2019-06-191-5/+33
* udev: Add 'hotplug' eventJonas Ådahl2019-06-191-0/+11
* udev: Add helpers to list DRM devicesJonas Ådahl2019-06-195-4/+152
* backends/native: Move some initialization from init() to initable_init()Jonas Ådahl2019-06-191-10/+5
* backends/native: Add udev abstraction layerJonas Ådahl2019-06-195-0/+159
* backends/native: Remove instance privateJonas Ådahl2019-06-191-24/+8
* screen-cast-monitor-stream-src: Watch monitors using MetaStageWatchGeorges Basile Stavracas Neto2019-06-191-21/+44
* stage: Introduce MetaStageWatch and familyGeorges Basile Stavracas Neto2019-06-192-0/+125
* clutter/tests: Connect to ClutterStage:paint-viewGeorges Basile Stavracas Neto2019-06-191-14/+18
* clutter/stage: Add ClutterStage:paint-viewGeorges Basile Stavracas Neto2019-06-192-2/+50
* clutter/stage: Emit after-paint after paintingGeorges Basile Stavracas Neto2019-06-193-0/+8
* clutter/stage: Own clutter_stage_get_view_at()Georges Basile Stavracas Neto2019-06-192-5/+5
* clutter: Make ClutterStageView a public classGeorges Basile Stavracas Neto2019-06-193-2/+7
* clutter/stage-view: Annotate some functionsGeorges Basile Stavracas Neto2019-06-191-0/+16
* clutter/stage-view: Move unexported functions to private headerGeorges Basile Stavracas Neto2019-06-196-13/+41
* wayland: Don't export non-public API not used by testsJonas Ådahl2019-06-191-15/+8
* test-utils: Fix compiler warningHans de Goede2019-06-191-1/+1
* Updated Spanish translationDaniel Mustieles2019-06-191-7/+9
* renderer/native: Fix EGLSurface destruction orderJonas Ådahl2019-06-181-11/+27
* renderer/native: Make sure we're not destroying an active EGLSurfaceJonas Ådahl2019-06-181-0/+13
* renderer/native: Use g_set_error() instead of _cogl_set_error()Jonas Ådahl2019-06-181-1/+1
* Update Dutch translationNathan Follens2019-06-181-39/+72
* cogl: Remove cogl_wayland_texture_2d_* functionsNiels De Graef2019-06-183-254/+0
* clutter: Remove unused ClutterWaylandSurfaceNiels De Graef2019-06-185-779/+0
* window/wayland: Don't always use constrained size when unfullscreeningJonas Ådahl2019-06-133-4/+13
* window: Add tile mode getterJonas Ådahl2019-06-132-0/+7