summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cogl tests: Show the actual output from tests if VERBOSE is setwip/smcv/cogl-show-test-outputSimon McVittie2020-05-271-1/+8
* clutter/text: Also queue relayout if the actor has no valid allocationJonas Dreßler2020-05-271-4/+4
* wayland: Drive frame callbacks from stage updatesJonas Ådahl2020-05-2614-149/+122
* wayland/compositor: Pass backend when constructingJonas Ådahl2020-05-264-4/+11
* Reshuffle Wayland initailizationJonas Ådahl2020-05-269-128/+214
* surface-actor: Move out some X11-ism to X11 subclassJonas Ådahl2020-05-266-34/+20
* clutter/stage: Make clutter_stage_schedule_update() public APIJonas Ådahl2020-05-264-11/+13
* clutter/stage: Make clutter_stage_schedule_update() always scheduleJonas Ådahl2020-05-261-1/+9
* clutter/stage-cogl: Use view fb instead of onscreen fb for debug-drawingJonas Dreßler2020-05-261-1/+1
* clutter/stage-cogl: Remove unneeded helperJonas Ådahl2020-05-261-11/+2
* clutter/stage-view: Add tile based shadow damage detectionJonas Ådahl2020-05-261-44/+431
* cogl/dma-buf: Add mmap/munmap helpersJonas Ådahl2020-05-262-0/+50
* cogl/dma-buf: Add API to synchronize readingJonas Ådahl2020-05-263-0/+60
* clutter/stage-cogl: Extract damage history logicJonas Ådahl2020-05-264-34/+169
* clutter/stage-view: Only blit the damage part of the shadow bufferJonas Ådahl2020-05-263-4/+40
* clutter/stage-cogl: Only construct damage array if it'll be usedJonas Ådahl2020-05-261-14/+14
* clutter/stage-view: Only paint redraw clip from offscreenJonas Ådahl2020-05-263-14/+82
* clutter/stage-cogl: Use buffer age when view monitor is rotatedJonas Ådahl2020-05-265-50/+64
* region-utils: Make transform util const correctJonas Ådahl2020-05-262-2/+2
* clutter/stage-view: Simplify painting of offscreen slightlyJonas Ådahl2020-05-261-34/+12
* clutter/stage-view: Always use cogl_blit_framebuffer() from shadowfbJonas Ådahl2020-05-261-21/+15
* renderer/native: Only enable shadowfbs if we can blitJonas Ådahl2020-05-261-0/+5
* cogl: Make private BLIT_FRAMEBUFFER feature publicJonas Ådahl2020-05-268-10/+12
* clutter/stage-view: Change set_dirty..() API to invalidate..()Jonas Ådahl2020-05-263-12/+8
* clutter/stage-view: Move fb viewport and projection setting to hereJonas Ådahl2020-05-263-10/+42
* clutter/stage-view: Move shadowfb struct fields into anonymous structJonas Ådahl2020-05-261-15/+17
* renderer-native: Move shadow fb construction to the stage viewJonas Ådahl2020-05-262-34/+106
* clutter/stage-view: Add name propertyJonas Ådahl2020-05-264-0/+22
* output: Add name getterJonas Ådahl2020-05-262-0/+8
* cogl/dma-buf-handle: Pass more metadata to handle constructorJonas Ådahl2020-05-263-4/+101
* wayland/actor-surface: Don't notify geometry-changed on mapped changesJonas Dreßler2020-05-261-1/+4
* wayland/actor-surface: Factor in mapped clones in mapped checkJonas Dreßler2020-05-261-1/+2
* clutter/actor: Make has_mapped_clones() factor in parent actorsJonas Dreßler2020-05-262-30/+29
* wayland/actor-surface: Don't listen to notify::position signalJonas Dreßler2020-05-261-3/+0
* clutter/actor: Use priv->allocation instead of get_allocation_box()Jonas Dreßler2020-05-231-14/+3
* native: Return an error if no drm devices are foundJonas Ådahl2020-05-221-0/+7
* backend/xcursor: Support a "blank" cursor typeFlorian Müllner2020-05-222-0/+51
* clutter: Use G_DECLARE_DERIVABLE_TYPE for ClutterAction and subclassesJonas Dreßler2020-05-226-160/+197
* clutter/actor-meta: Use G_DECLARE_DERIVABLE_TYPEJonas Dreßler2020-05-223-71/+100
* screen-cast-src: Notify about the stream being closed after dispatchJonas Ådahl2020-05-221-10/+21
* stage-x11: Move view management to rendererJonas Ådahl2020-05-224-41/+114
* stage-x11: Clean up include macrosJonas Ådahl2020-05-221-3/+3
* screen-cast-stream-src: Don't throttle if max framerate is 1/0Jonas Ådahl2020-05-221-1/+2
* renderer: Change 'set_legacy_view()' to 'add_view()'Jonas Ådahl2020-05-223-8/+7
* wayland/dma-buf: Make gbm_bo import function better namedJonas Ådahl2020-05-211-5/+5
* wayland/dma-buf: Handle failing to import scanout DMA bufferJonas Ådahl2020-05-211-0/+5
* window: Add a note about the trustworthiness of the client PIDJonas Dreßler2020-05-211-0/+3
* window: Cache the client PIDJonas Dreßler2020-05-212-1/+8
* window: Return pid_t in meta_window_get_pid()Jonas Dreßler2020-05-212-5/+5
* window: Use pid_t for get_client_pid() vfuncJonas Dreßler2020-05-214-7/+7