summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-12glamor: Stop disabling asserts by default.Eric Anholt1-3/+0
2014-05-08Xi: don't copy a DeviceEvent into an InternalEventPeter Hutterer1-8/+8
2014-05-08mi: start calculating the sprite trace from the first child of rootPeter Hutterer1-1/+1
2014-05-08Merge commit 'who/for-keith'Keith Packard14-28/+87
2014-05-05glamor: Publish change_window_attributes and copy_windowKeith Packard2-5/+3
2014-05-05glamor: Work around libXfont when it fails to use defaultCharKeith Packard1-10/+24
2014-05-05glamor: Fix uxa-entry point for ImageText16Keith Packard1-1/+1
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer6-17/+14
2014-05-01hw/xfree86: Video Driver ABI version 18.0Keith Packard1-1/+1
2014-05-01xfree86: add short description about MatchSeat key in xorg.conf man pageLaércio de Sousa1-0/+24
2014-05-01xfree86: add new key MatchSeat to xorg.conf sections "Device", "Screen", and ...Oleg Samarin6-9/+47
2014-05-01xfree86: allow fallback to PCI bus probe for graphics devices on non-seat0 X ...Laércio de Sousa1-2/+2
2014-04-30os: Add -displayfd into -help textRobert Ancell1-0/+1
2014-04-30selinux: don't checkout for AVCs on select() EINTRRay Strode1-2/+2
2014-04-30dbus: don't dispatch dbus events on select() EINTRRay Strode1-2/+2
2014-04-29Merge remote-tracking branch 'whot/for-keith'Keith Packard2-11/+0
2014-04-29dix: remove a now-superfluous commentPeter Hutterer1-6/+0
2014-04-29input: Remove invalid bug checks.Michal Srb1-5/+0
2014-04-27xfree86: int10: Fix build on ARMThierry Reding1-1/+0
2014-04-27int10: fix build errorRob Clark1-1/+1
2014-04-27default to stub int10 implementation on armRob Clark1-0/+1
2014-04-25hw/xfree86: Restore API compatibility for cursor loading functionsKeith Packard6-25/+95
2014-04-23Add a command line argument for disabling indirect GLX.Eric Anholt3-0/+20
2014-04-23glamor: Fallback to system memory when fail to allocate one big fbo.Zhigang Gong2-15/+23
2014-04-23glamor: Fix memory leak in _glamor_copy_n_to_n()Michel Dänzer1-2/+3
2014-04-23glamor: Fix coordinates handling for composite source/mask picturesAnthony Waters1-8/+8
2014-04-23glamor: Add glamor_transfer based glamor_get_image and glamor_put_imageKeith Packard6-275/+190
2014-04-23glamor: Wire alpha to 1 for pictures without alpha bitsKeith Packard1-1/+4
2014-04-23glx: If DRI2GetBuffers changes the GL context, call it againMichel Dänzer1-0/+15
2014-04-23glamor: Move a make_current before the first GL call entrypoint.Eric Anholt1-1/+1
2014-04-23glamor: Do the same MakeCurrent(None) for GLX as we do for EGL.Eric Anholt1-0/+8
2014-04-23glamor: Explain the weird EGL_NO_CONTEXT code.Eric Anholt1-0/+7
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt24-223/+81
2014-04-23glamor: Stop unsetting the EGL context in put_context().Eric Anholt1-5/+1
2014-04-23glamor: Use lastGLContext to coordinate the context with GLX.Eric Anholt3-15/+10
2014-04-23glx: Make sure that DRI2/swrast calls haven't changed the GL context.Eric Anholt2-8/+63
2014-04-23glx: Refactor DRI2CopyRegion calls.Eric Anholt1-27/+21
2014-04-23glx: Unconditionally clear lastGLContext on loseCurrent().Eric Anholt1-2/+2
2014-04-23glx: Move GLX MakeCurrent lastGLContext updates next to makeCurrent().Eric Anholt2-5/+4
2014-04-23glx: Move the GLX variable caching what GL context is current to dix.Eric Anholt5-26/+39
2014-04-23glamor: Fix a missing set of the GL context.Eric Anholt1-5/+12
2014-04-22glamor: Fix accelerated rendering of GTK's ARGB vs xBGR composites.Eric Anholt1-0/+10
2014-04-22Make glamor build with --enable-debug.Jamey Sharp1-1/+1
2014-04-22xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson2-1/+7
2014-04-21xf86RandR12: use correct gamma size when allocating gamma tableDominik Behr1-3/+4
2014-04-21os: Initialize the set of signals to be suppressed during our handler.Eric Anholt1-0/+1
2014-04-21Fix hw/xfree86/common/compiler.h for mips64YunQiang Su1-1/+2
2014-04-21xres: Fix size estimation for <8bpp pixmaps (#69057)Adam Jackson1-2/+2
2014-04-21shadowfb: Fix compilation errorsKeith Packard1-5/+4
2014-04-21shadowfb: Port to miext/damage (#31303, #65547)Adam Jackson1-1529/+58