summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-12-18xwayland: Do flush GPU work in xwl_present_flushMichel Dänzer1-3/+2
2019-12-18modesetting: Clear new screen pixmap storage on RandR resizeMichel Dänzer1-0/+15
2019-12-18xfree86/modes: Call xf86RotateRedisplay from xf86CrtcRotateMichel Dänzer1-0/+3
2019-12-18modesetting: Call glamor_finish from drmmode_crtc_set_modeMichel Dänzer1-2/+7
2019-12-05modesetting: Use EGL_MESA_query_driver to select DRI driver if possibleKenneth Graunke2-4/+26
2019-11-22xfree86: Test presence of isastream()Matt Turner1-2/+3
2019-11-18mi: Add a default no-op miSourceValidateAdam Jackson2-3/+2
2019-11-17compiler.h: Do not include sys/io.h on ARM with glibcOlivier Fourdan1-30/+0
2019-11-13xfree86: Call ScreenInit for protocol screens before GPU screensAaron Plattner1-30/+30
2019-11-11modesetting: Implement ms_covering_randr_crtc() for ms_present_get_crtc()Alex Goins3-5/+108
2019-11-11modesetting: Fix ms_covering_crtc() segfault with non-xf86Crtc slaveAlex Goins1-0/+4
2019-11-11modesetting: Fix ms_covering_crtc() segfault with non-modesetting slave primaryAlex Goins1-1/+34
2019-11-05glamor/xwayland: Define EGL_NO_X11Hans de Goede3-0/+3
2019-10-30modesetting: Fix broken manpage in autoconf buildSven Joachim1-6/+2
2019-09-23xf86: Disable unused crtc functions when a lease is revokedAndres Rodriguez1-0/+5
2019-09-10xwayland: Handle the case of windows being realized before redirectionCarlos Garnacho2-0/+26
2019-09-10xwayland: Refactor surface creation into a separate functionCarlos Garnacho1-21/+43
2019-09-10xwayland: Separate DamagePtr into separate window dataCarlos Garnacho2-17/+58
2019-07-26xwayland: Do not free a NULL GBM boOlivier Fourdan1-3/+4
2019-07-26xwayland: Expand the RANDR screen size limitsAdam Jackson1-1/+1
2019-07-26xwayland: Update screen pixmap on output resizeOlivier Fourdan1-0/+37
2019-07-26dri2: Sync i965_pci_ids.h from mesaMatt Roper1-10/+43
2019-06-06xwayland: Reset scheduled frames after hiding tablet cursorCarlos Garnacho1-0/+2
2019-06-05xwayland: Check status in GBM pixmap creationOlivier Fourdan1-4/+30
2019-06-05xwayland: Avoid a crash on pointer enter with a grabOlivier Fourdan1-0/+1
2019-04-05xwayland: fix a realloc OOM error casePeter Hutterer1-2/+6
2019-04-05xwayland: search for a render node to useOlivier Fourdan1-1/+83
2019-03-25xwayland/present: Destroy sync_callback in xwl_present_cleanupMichel Dänzer1-0/+5
2019-02-25glx,xquartz: Fix make distcheckMichel Dänzer2-1/+6
2019-02-20DRI2: Add another Coffeelake PCI IDA. Wilcox1-0/+1
2019-02-20xfree86/modes: Don't clobber gamma LUT of compatibility output's CRTCMichel Dänzer1-1/+1
2019-02-20xfree86: Try nouveau on NetBSD as well.Maya Rashish1-1/+1
2019-02-20modesetting: fix conn_id termination and potential overrun by 1 byteIlia Mirkin1-1/+1
2019-02-20modesetting: Actually disable CRTCs in legacy modeLyude Paul1-2/+8
2019-01-09xwayland: handle case without any crtcOlivier Fourdan1-0/+4
2019-01-09xwayland: Don't take buffer release queue into account for frame timerMichel Dänzer1-2/+1
2019-01-09xwayland: Don't need xwl_window anymore in xwl_present_queue_vblankMichel Dänzer1-4/+0
2019-01-09xwayland: Add xwl_present_unrealize_windowMichel Dänzer3-0/+22
2019-01-09xwayland: Replace xwl_window::present_window with ::present_flippedMichel Dänzer3-50/+27
2019-01-09xwayland: Complete "synchronous" Present flips from xwl_present_msc_bumpMichel Dänzer2-7/+45
2019-01-09xwayland: Rename xwl_present_events_notify to xwl_present_msc_bumpMichel Dänzer1-9/+6
2019-01-09xwayland: Use xwl_present_reset_timer in xwl_present_timer_callbackMichel Dänzer1-11/+2
2019-01-09xwayland: do not crash if `gbm_bo_create()` failsOlivier Fourdan1-0/+6
2019-01-09xwayland: Plug leaks in xwl_present_sync_callbackMichel Dänzer1-1/+6
2018-10-25Disable -logfile and -modulepath when running with elevated privilegesMatthieu Herrb1-2/+6
2018-10-16xfree86: fix readlink callPeter Hutterer1-1/+1
2018-10-12fbdevhw: Refuse to touch PCI devices on the fallback probe pathAdam Jackson1-0/+16
2018-10-12glamor/egl: Avoid crashing on broken configurationsAdam Jackson1-1/+7
2018-10-12glamor_egl: Don't initialize on llvmpipeAdam Jackson1-0/+5
2018-10-05modesetting: Don't free(dst) in drmmode_prop_info_copyAdam Jackson1-1/+0