summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-02modesetting: Blacklist EVDI devices from PRIME syncserver-1.19-fixesDawid Kurek1-0/+5
2017-10-02modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard1-1/+4
2017-10-02modesetting: re-set the crtc's mode when link-status goes BADMartin Peres1-0/+51
2017-09-25xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-09-25test: fix compiler warningPeter Hutterer1-1/+1
2017-09-25suid: Include sysmacros.h to fix build after glibc-2.25Nick Sarnie1-0/+3
2017-09-25xfree86: Silence a new glibc warningAdam Jackson4-1/+10
2017-09-25os: Fix warning in LockServerAdam Jackson1-1/+1
2017-09-25glamor: Avoid overflow between box32 and box16 boxOlivier Fourdan1-5/+6
2017-09-25glamor: handle NULL source pictureOlivier Fourdan1-2/+3
2017-09-25xwayland: Fix a segfault with pointer lockingOlivier Fourdan1-0/+3
2017-09-25Xi: Test exact size of XIBarrierReleasePointerMichal Srb1-3/+6
2017-09-25dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-0/+23
2017-09-25wayland: Sync drm.xml with MesaAdam Jackson1-16/+19
2017-09-25xfree86/modes: Use RRTransformEqual in xf86RandR12CrtcSetMichel Dänzer1-2/+1
2017-09-25randr: Use RRTransformEqual in RRCrtcPendingTransformAaron Plattner1-3/+2
2017-09-25Xi: Do not try to swap GenericEvent.Michal Srb1-1/+9
2017-09-25Xi: Verify all events in ProcXSendExtensionEvent.Michal Srb1-5/+7
2017-09-25dix: Disallow GenericEvent in SendEvent request.Michal Srb2-0/+13
2017-09-25Xi: Zero target buffer in SProcXSendExtensionEvent.Michal Srb1-1/+1
2017-09-25glamor: Fix temporary pixmap coordinate offsetsMichel Dänzer1-2/+2
2017-09-25modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-09-25Xi: Use WarpPointerProc hook on XI pointer warping implementationCarlos Garnacho1-0/+4
2017-09-25xwayland: Lock the pointer if it is confined and has no cursorCarlos Garnacho1-1/+28
2017-09-25xwayland: Update root window size when desktop size changesCarlos Garnacho2-1/+6
2017-09-25xwayland: "Accept" confineTo on InputOnly windowsCarlos Garnacho1-0/+9
2017-09-25xwayland: Allow pointer warp on root/None windowCarlos Garnacho1-0/+20
2017-09-25glamor: Store the actual EGL/GLX context pointer in lastGLContextMichel Dänzer1-2/+2
2017-09-25xwayland: Don't load extension list more than onceLyude1-2/+3
2017-09-25xfree86: Fix interpretation of xf86WaitForInput timeoutJason Gerecke1-0/+3
2017-09-25dix: Remove clients from input and output ready queues after closingKeith Packard1-2/+2
2017-09-25os: Mark client as ready to read when closing due to write failure [100863]Keith Packard1-1/+5
2017-09-25os: un-duplicate code to close client on write failureKeith Packard1-13/+21
2017-09-25os: Handle SIGABRTMichel Dänzer4-0/+9
2017-09-25glamor: an FBO is not needed for Xv pixmapsOlivier Fourdan1-3/+6
2017-09-25xfree86/modes: Make colormap/gamma glue code work with RandR disabledMichel Dänzer1-45/+91
2017-09-22xephyr: Check for host XVideo support before trying to use itAdam Jackson1-0/+5
2017-09-22modesetting: Set correct DRM event context versionDaniel Stone1-1/+1
2017-09-22dmx: Fix null pointer dereferenceTobias Stoeckmann1-1/+1
2017-09-22record: Fix OOB access in ProcRecordUnregisterClientsTobias Stoeckmann1-1/+2
2017-09-22dri2: Sync i965_pci_ids.h from Mesa.Kenneth Graunke1-19/+21
2017-09-22glamor: avoid a crash if texture allocation failedOlivier Fourdan1-0/+4
2017-09-22ephyr: Don't clobber bitsPerPixel when using glamorAdam Jackson1-1/+0
2017-09-22glamor: Fix dashed line rendering.Eric Anholt1-1/+1
2017-09-22xinerama: Implement graphics exposures for window->pixmap copies (v4)Adam Jackson1-10/+60
2017-09-21parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL)Adam Jackson1-0/+2
2017-09-21glamor: Check glamor_set_destination_drawable() return valueOlivier Fourdan7-44/+66
2017-09-21glamor: glamor_set_destination_drawable() can failOlivier Fourdan2-3/+10
2017-09-21Xephyr: Check screen resources creation successOlivier Fourdan2-2/+9
2017-09-21glamor: Check for NULL pixmap in glamor_get_pixmap_texture()Olivier Fourdan1-0/+3