summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-07-09xwayland/present: Drop exec_queue member from struct xwl_present_windowMichel Dänzer2-6/+0
2021-07-09xwayland/present: Fold xwl_present_event_notify into its callerMichel Dänzer2-34/+5
2021-07-09xwayland/present: Use exec_queue for deferring completion eventsMichel Dänzer1-9/+5
2021-07-09xwayland/present: Fold xwl_present_idle_notify into its callerMichel Dänzer1-33/+14
2021-07-09xwayland/present: Drop sync_flip member of struct xwl_present_windowMichel Dänzer2-8/+7
2021-07-09xwaland/present: Drop flip_pending member of struct xwl_present_windowMichel Dänzer2-30/+33
2021-07-09xwayland/present: Fold xwl_present_flip_notify into its callersMichel Dänzer1-20/+2
2021-07-09xwayland/present: Embed present_vblank_rec in xwl_present_eventMichel Dänzer3-155/+87
2021-07-09xwayland/present: Drop abort member of struct xwl_present_eventMichel Dänzer2-8/+4
2021-07-09xwayland/present: Simplify calls to Xwayland-private functionsMichel Dänzer1-41/+20
2021-07-09xwayland/present: Rename present_wnmd_* functions to xwl_present_*Michel Dänzer1-65/+65
2021-07-09present: Remove present_wnmd_info_recMichel Dänzer1-6/+0
2021-07-09xwayland/present: Merge present_wnmd_flips_stop & xwl_present_flips_stopMichel Dänzer1-17/+6
2021-07-09xwayland/present: Fold present_wnmd_get_ust_msc into its callersMichel Dänzer1-20/+14
2021-07-09xwayland/present: Fold present_wnmd_queue_vblank into its callersMichel Dänzer1-19/+8
2021-07-09xwayland/present: Fold present_wnmd_get_crtc into present_wnmd_pixmapMichel Dänzer1-119/+113
2021-07-09xwayland/present: Fold present_wnmd_check_flip into its callersMichel Dänzer1-114/+81
2021-07-09xwayland/present: Simplify query_capabilitiesMichel Dänzer1-5/+8
2021-07-09xwayland/present: Fold present_wnmd_abort_vblank into its only callerMichel Dänzer1-37/+27
2021-07-09xwayland/present: Drop present_wnmd_flush in favour of xwl_present_flushMichel Dänzer1-12/+1
2021-07-09xwayland/present: Fold present_wnmd_flip into present_wnmd_executeMichel Dänzer1-132/+109
2021-07-09xwayland/present: Fold present_wnmd_screen_init into xwl_present_initMichel Dänzer1-38/+28
2021-07-09present: Move present_wnmd.c contents to hw/xwayland/xwayland-present.cMichel Dänzer3-3/+731
2021-07-09xwayland/eglstream: Drop xwl_eglstream_set_window_pixmapMichel Dänzer1-32/+0
2021-07-09xwayland/eglstream: Consolidate pending_cb destructionMichel Dänzer1-16/+7
2021-07-09xwayland: Call RRTellChanged if the RandR configuration may have changedMichel Dänzer1-0/+4
2021-06-30xwayland/eglstream: Remove stream validityOlivier Fourdan1-137/+28
2021-06-29xwayland/eglstream: Keep pending stream if the pixmap didn't changeOlivier Fourdan1-1/+1
2021-06-25hw/dmx/config: Link directly with libdmxconfig.aorbea1-6/+3
2021-06-24xfree86: Fix out of array bound access to xf86EntitiesŁukasz Spintzyk1-2/+2
2021-06-23xfree86: Fix potentially NULL reference to platform device's PCI devicePovilas Kanapickas2-4/+9
2021-06-23xfree86: Consistently check for reference to primaryBus pci_devicePovilas Kanapickas1-1/+2
2021-06-21xfree86: Fix NULL pointer dereference crashZoltán Böszörményi1-13/+10
2021-06-15hw/xfree86: Propagate physical dimensions from DRM connectorDaniel Strnad3-14/+28
2021-06-15xfree86: Change displays array to pointers array to fix invalid pointer issue...Łukasz Spintzyk3-23/+26
2021-06-15modesetting: Add a limit on async page flip error log frequencyPovilas Kanapickas1-3/+71
2021-06-15modesetting: Extract flip failure logging to a single placePovilas Kanapickas1-18/+35
2021-06-14xwayland/present: Move wl_buffer check into xwl_glamor_check_flipMichel Dänzer2-3/+3
2021-06-14xwayland/eglstream: Handle xwl_pixmap_get returning NULLMichel Dänzer1-1/+6
2021-06-08modesetting: Disable reverse prime offload mode for displays running on evdi,udlLukasz Spintzyk1-2/+14
2021-06-07dix: Add optional terminate delayOlivier Fourdan1-0/+1
2021-05-31xwayland/eglstream: Log when GL_OES_EGL_image is missingOlivier Fourdan1-0/+2
2021-05-31xwayland/eglstream: Use "nvidia" for GLVNDOlivier Fourdan1-3/+5
2021-05-31xwayland: Add preferred GLVND vendor to xwl_screenOlivier Fourdan2-0/+6
2021-05-30xfree86: Bump input minor ABI due to addition touchpad gesturesPovilas Kanapickas1-1/+1
2021-05-30xfree86: Implement gesture support for test input driverPovilas Kanapickas2-1/+86
2021-05-30hw/xfree86: Implement public APIs to submit gesture eventsPovilas Kanapickas2-0/+66
2021-05-20xwayland/eglstream: flush stream after eglSwapBuffersErik Kurzinger1-0/+20
2021-05-18xwayland: enable MIT-SHM shared pixmapsSimon Ser2-0/+11
2021-05-17xwayland/eglstream: allow commits to dma-buf backed pixmapsErik Kurzinger1-1/+2