summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-19dix: Disallow GenericEvent in SendEvent request.Michal Srb2-0/+13
2017-06-19Xi: Zero target buffer in SProcXSendExtensionEvent.Michal Srb1-1/+1
2017-06-13travis: Enable ccache.Eric Anholt1-2/+3
2017-06-13travis: Add a build script for Travis CI.Eric Anholt2-0/+26
2017-06-13meson: Fix test for whether we've built glamor-EGL.Eric Anholt1-1/+1
2017-06-13dmx: Remove includes of glxtokens.hEric Anholt2-2/+0
2017-06-13os: Set oc->fd to -1 when connection is closedKeith Packard1-0/+1
2017-06-13os: Check oc->trans_conn before using oc->fd in YieldControlNoInputKeith Packard1-10/+9
2017-06-13os: Don't call ospoll_listen/ospoll_mute after connection is closedKeith Packard1-4/+6
2017-06-13os: Use CloseDownFileDescriptor from AbortClient, including ospoll_removeKeith Packard3-11/+12
2017-06-13os: Eliminate ConnectionTranslationKeith Packard2-140/+1
2017-06-12glamor: Clarify variable names in glamor_copy_cpu_fboKeith Packard1-17/+23
2017-06-13glamor: Fix temporary pixmap coordinate offsetsMichel Dänzer1-2/+2
2017-06-13modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-06-12xwayland: Implement tablet_tool_wheel for scrollingJason Gerecke2-0/+26
2017-06-12xwayland: Correct off-by-one error in tablet button numberingJason Gerecke1-2/+2
2017-06-07xwayland: Remove two unused proc pointers.Carlos Garnacho1-2/+0
2017-06-07Xi: Use WarpPointerProc hook on XI pointer warping implementationCarlos Garnacho1-0/+4
2017-06-07xwayland: Lock the pointer if it is confined and has no cursorCarlos Garnacho1-1/+28
2017-06-07xwayland: Update root window size when desktop size changesCarlos Garnacho2-1/+6
2017-06-07xwayland: "Accept" confineTo on InputOnly windowsCarlos Garnacho1-0/+9
2017-06-07xwayland: Allow pointer warp on root/None windowCarlos Garnacho1-0/+20
2017-06-07dix: assume warping on the RootWindow always happens on visible coordsCarlos Garnacho1-1/+1
2017-06-05glamor: Store the actual EGL/GLX context pointer in lastGLContextMichel Dänzer1-2/+2
2017-06-05xfree86: Add Option "PreferCloneMode"Michel Dänzer2-0/+9
2017-06-02glamor: Remove the "delayed fallback" code.Eric Anholt2-31/+0
2017-06-02glamor: Drop glamor_set_screen_pixmap().Eric Anholt5-27/+0
2017-06-02glamor: Stop tracking the screen_fbo.Eric Anholt3-6/+1
2017-06-02glamor_egl: Stop saving the EGL major/minor version.Eric Anholt1-3/+1
2017-06-02Add meson.build for XWin server (v2)Jon Turney9-7/+386
2017-06-02hw/xwin: Remove pretense of Xv supportJon Turney3-203/+2
2017-06-02hw/xwin: Don't unconditionally include rootless.hJon Turney2-2/+4
2017-06-02meson: Fix enabling of xshmfence.Eric Anholt2-3/+3
2017-05-31xwayland: Don't load extension list more than onceLyude1-2/+3
2017-05-29xfree86: Fix interpretation of xf86WaitForInput timeoutJason Gerecke1-0/+3
2017-05-29xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-05-29fb: remove some superfluous empty linesPeter Hutterer1-5/+0
2017-05-18misprite: Clean up some preprocessor abuseAdam Jackson1-32/+37
2017-05-18misprite: Remove some dead cache variablesAdam Jackson1-6/+0
2017-05-18glamor_egl: Drop glamor_egl_create_textured_screen_ext().Eric Anholt2-18/+4
2017-05-18glamor_egl: Automatically choose a GLES2 context if desktop GL fails.Eric Anholt1-33/+39
2017-05-18glamor_egl: Remove check for KHR_surfaceless_context_*Eric Anholt1-6/+1
2017-05-18glamor_egl: Drop warning about indirect GLX and GLES2.Eric Anholt1-6/+0
2017-05-18glamor_egl: Avoid flink names in glamor_egl_create_textured_pixmap().Eric Anholt1-63/+21
2017-05-18glamor_egl: Drop dead "cpp" fieldEric Anholt1-1/+0
2017-05-18glamor_egl: Drop dead gl_context_depth.Eric Anholt1-1/+0
2017-05-18glamor_egl: Drop unnecessary check for KHR_gl_renderbuffer_image.Eric Anholt1-1/+0
2017-05-18glamor_egl: Always require the gbm-based image import path.Eric Anholt1-28/+27
2017-05-18glamor_egl: Drop the has_gem flag.Eric Anholt1-28/+7
2017-05-18modesetting: Drop code for GLAMOR && !GLAMOR_HAS_GBM.Eric Anholt6-34/+19