summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-02glamor: Add glamor_program based copy accelerationKeith Packard13-789/+763
2014-05-23glamor: Directly reference the private key recordsKeith Packard2-15/+14
2014-05-23glamor: Replace fallback preparation codeKeith Packard9-190/+335
2014-05-22mi: Draw multiple lines in one FillSpans call in miZeroLineKeith Packard1-8/+8
2014-05-22mi: Draw all points/spans for miZeroPolyArc at once if possibleKeith Packard1-6/+34
2014-05-22mi: Fill spans for multiple arcs in miPolyFillArcKeith Packard1-79/+67
2014-05-22mi: Make miPolyArc draw fast zero-width when possibleKeith Packard3-2/+16
2014-05-22mi: Create miPolylines as a general-purpose line drawing functionKeith Packard2-0/+26
2014-05-22ephyr: Deal with non-root visual for windowKeith Packard1-10/+21
2014-05-22glx: Require at least one True/DirectColor visualAdam Jackson1-0/+21
2014-05-22shadowfb: Fix initializationAdam Jackson1-11/+15
2014-05-22glxproxy: Fix memory leak on error path in CreateGLXPixmap (#50281) (v2)Adam Jackson1-0/+2
2014-05-22dmx: Fix memory leak in dmxBELoadFont (#50281)Adam Jackson1-1/+1
2014-05-22dri2: Fix detection of wrong prime_id in GetScreenPrime.Michal Srb1-4/+2
2014-05-22ARC: Add support for ARC architectureAlexey Brodkin3-3/+17
2014-05-12rrcrtc: brackets are hard, lets go shopping.Dave Airlie1-3/+4
2014-05-12glamor: Don't forget to check whether we can fall back in polysegment.Eric Anholt1-3/+8
2014-05-12xfree86: fix warnings after MatchSeat patchLaércio de Sousa1-12/+12
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