summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-03-15Revert "modesetting: Remove #ifdefs XF86_PDEV_SERVER_FD"Alan Coopersmith1-0/+10
2018-03-09glamor/xwayland: Add depth 30 format mapping for DRI 3.2 as well.Mario Kleiner1-0/+4
2018-03-07dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-9/+17
2018-03-05glamor: Use gbm_bo_create_with_modifiers for internal pixmap allocationLouis-Francis Ratté-Boulianne1-3/+19
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne7-22/+175
2018-03-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne6-56/+196
2018-03-05modesetting: Check if buffer format is supported when flippingLouis-Francis Ratté-Boulianne3-4/+70
2018-03-05modesetting: Create scanout buffers using supported modifiersLouis-Francis Ratté-Boulianne1-3/+87
2018-03-05modesetting: Get supported formats/modifiers for scanoutLouis-Francis Ratté-Boulianne2-4/+119
2018-03-05modesetting: Use atomic modesetting to configure output/CRTCsLouis-Francis Ratté-Boulianne4-45/+252
2018-03-05modesetting: Add support for multi-plane pixmaps when page-flippingLouis-Francis Ratté-Boulianne3-7/+62
2018-03-05modesetting: Use atomic modesetting API for pageflip if availableLouis-Francis Ratté-Boulianne5-4/+435
2018-03-05dri3: Add multi-planar/modifier buffer requestsLouis-Francis Ratté-Boulianne1-2/+2
2018-03-02meson: get rid of useless HAVE_SYSV_IPCLaurent Carlier1-2/+0
2018-02-28glx: Add vndserver.h to the SDKAdam Jackson1-0/+4
2018-02-27Add RandR leases with modesetting driver support [v6]Keith Packard7-7/+389
2018-02-27xf86-video-modesetting: Create CONNECTOR_ID properties for outputs [v2]Keith Packard1-0/+23
2018-02-27xf86-video-modesetting: Record non-desktop kernel property at PreInit timeKeith Packard1-0/+6
2018-02-27xfree86/modes: Check for non-desktop monitors during PreInit [v2]Keith Packard2-3/+8
2018-02-27modesetting: Enable screen color depth 30 support.Mario Kleiner2-1/+3
2018-02-27modesetting: Adapt xf86HandleColorMaps() for > 24 color depth. (v2)Mario Kleiner1-5/+9
2018-02-27xfree86/modes: Adapt xf86Randr12CrtcComputeGamma() for depth 30. (v2)Mario Kleiner1-27/+69
2018-02-27glamor: Make Xv extension initialize at depth 30.Mario Kleiner1-2/+2
2018-02-27modesetting: Fix fallback for lack of new vblank kernel API.Mario Kleiner1-2/+3
2018-02-26modesetting: Do not close uninitialized dri2 screenJeffrey Smith2-3/+6
2018-02-26xquartz: Fix linking with glxvndAdam Jackson1-0/+1
2018-02-21docs: correct LoadExtensionList() documentationEmil Velikov1-1/+1
2018-02-20xwayland: Fix backwards need_rotate logic (v2)Jason Ekstrand1-3/+3
2018-02-20Xephyr: Avoid calling xcb_shm_detach() twiceAlexander Volkov1-1/+0
2018-02-19dga: #if XFreeXDGA → #ifdef XFreeXDGALaurent Carlier1-3/+3
2018-02-19meson: Xephyr Requires xcb-shm version 1.9.3 or newerLaurent Carlier1-1/+1
2018-02-19hw/xwin: Update for glxvndJon Turney2-0/+3
2018-02-14dmx: warning fixAdam Jackson1-2/+2
2018-02-14miinitext: Load GLX on the mi pathAdam Jackson8-65/+7
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson13-4/+24
2018-02-14dmx: #if PANORAMIX → #ifdef PANORAMIXAdam Jackson2-3/+3
2018-02-06xwayland: Don't process cursor warping without an xwl_seatLyude Paul1-0/+7
2018-02-05xfree86: Only call PreInit handler if it exists for deviceJeff Smith1-1/+2
2018-02-05xfree86: Allocate sufficienct space for dev2screen arrayJeff Smith1-1/+1
2018-02-05xfree86: Do not use uninitialized pointer during probeJeff Smith1-3/+4
2018-02-02modesetting: Check for -1 before converting to unsigned int.Michal Srb1-2/+5
2018-02-02xfree86: Silence always true condition warning.Michal Srb1-5/+1
2018-02-02Xdmx: fix input driver initialization code pathsRaimonds Cicans1-35/+35
2018-02-02Xephyr: Call forgotten XShmDetach if can't mmap SHM segmentAlexander Volkov1-3/+7
2018-02-01Xephyr: Prefer using MIT-SHM FD-passing when possibleAlexander Volkov2-28/+82
2018-02-01Xephyr: Extract functions to create/delete shared memory segmentsAlexander Volkov1-37/+48
2018-01-29edid: use value returned from pruning duplicate modesJeff Smith1-1/+1
2018-01-29xfree86: Remove broken RANDR disabling logic (v4)Adam Jackson8-39/+18
2018-01-25xwayland: place a manual redirect on windowsOlivier Fourdan1-0/+5
2018-01-25xwayland: remove dirty window unconditionally on unrealizeOlivier Fourdan1-2/+1