summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-08clipboard debug: Dump clipboard formats when GetClipboardData() failsclipboard-debug-for-1.17Jon TURNEY1-0/+20
2015-02-08clipboard debug: Log clipboard owner HWND and window name when OpenClipboard(...Jon TURNEY1-3/+15
2015-02-08clipboard debug: Log target format atom name when format conversion refusedJon TURNEY1-2/+4
2015-02-08clipboard debug: Fixes to textsJon TURNEY2-3/+4
2015-02-08clipboard debug: Consistently prefix output from winClipboardFlushXEvents() w...Jon TURNEY1-3/+3
2015-02-08clipboard debug: Log last owned selection and owner XIDJon TURNEY1-0/+2
2015-02-08clipboard debug: Log selection and target format atom namesJon TURNEY1-3/+5
2015-02-08clipboard debug: Dump clipboard formats when it's contains a non-text formatJon TURNEY1-0/+30
2015-02-08clipboard debug: Log text line-ending conversionJon TURNEY1-2/+9
2015-02-08clipboard debug: Additional logging in SelectionRequestJon TURNEY1-0/+2
2015-02-08clipboard debug: Additional logging around select() in winClipboardProc()Jon TURNEY1-0/+4
2015-02-08clipboard debug: Add debug output for clipboard message pumpJon TURNEY3-1/+13
2015-02-08clipboard debug: Log atom name on PropertyNotifyJon TURNEY1-0/+9
2015-02-02Update to version 1.17.0xorg-server-1.17.0Keith Packard1-3/+3
2015-01-30config/udev: Respect seat assignments when assigned devicesDave Airlie1-9/+21
2015-01-26randr: attempt to fix primary on slave output (v2)Dave Airlie3-7/+33
2015-01-26dri2: Set vdpau driver name if ddx does not provide any driver nameAdel Gadllah1-3/+3
2015-01-26os: Fix timer race conditionsNikhil Mahale1-15/+26
2015-01-23Update to version 1.16.99.902xorg-server-1.16.99.902Keith Packard1-3/+3
2015-01-23modesetting: Return the crtc for a drawable even if it's rotatedJason Ekstrand1-8/+1
2015-01-23modesetting: Add support for using RandR shadow buffersJason Ekstrand2-3/+115
2015-01-23modesetting: Add drmmode_bo_has_bo and drmmode_bo_map helper functionJason Ekstrand1-11/+32
2015-01-23modesetting: Refactor drmmode_glamor_new_screen_pixmapJason Ekstrand1-12/+27
2015-01-23dix: make RegionInit legal C++Adam Jackson1-1/+1
2015-01-23dri2: SourceOffloads may be for DRI3 onlyChris Wilson1-0/+3
2015-01-23Avoid possible null pointer dereference.Carlos Olmedo Escobar1-1/+1
2015-01-23randr: swap num-preferred field on RRGetOutputInfo replyCarlos Sánchez de La Lama1-0/+1
2015-01-23drivers/modesetting: Save current BlockHandler on return in msBlockHandlerKeith Packard1-0/+1
2015-01-23glamor: use screen blockhandler rather than dix one (v3)Dave Airlie2-12/+12
2015-01-17xwayland: Set glamor filter to nearestMarkus Wick1-0/+3
2015-01-10Merge remote-tracking branch 'whot/for-keith'Keith Packard3-4/+18
2015-01-10modesetting: Update the cursor without hiding itJasper St. Pierre1-0/+1
2015-01-07Synchronize capslock in Xnest and XephyrOlivier Fourdan2-2/+15
2015-01-07Fix subwindow in Xi emulated eventsOlivier Fourdan1-2/+3
2015-01-05mi: fix accidental x/y coordinate swapPeter Hutterer1-2/+2
2015-01-05doc: Create a script to filter xmlto outputKeith Packard3-5/+28
2015-01-04Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-30/+41
2015-01-04Remove explicit dependency on $(WAYLAND_LIBS)Olivier Fourdan1-1/+0
2015-01-05xfree86: rename Xorg.bin to XorgPeter Hutterer5-10/+10
2015-01-05dix: offset touch root coordinates by ScreenRec origins (#86655)Peter Hutterer1-3/+3
2015-01-03dix: Allow zero-height PutImage requestsKeith Packard1-1/+1
2015-01-02ephyr: Implement per-screen colormapsMichele Baldessari4-7/+9
2015-01-02os/xsha1.c: Add license and copyright attribution.Carl Worth1-0/+25
2015-01-01modesetting: Fix build with --disable-glamor.Kenneth Graunke1-0/+2
2014-12-28glamor: Fix nlines in glamor_xv_put_image when src_y is oddKeith Packard1-1/+1
2014-12-25modesetting: Add vblank synchronization support when using Present.Kenneth Graunke5-0/+256
2014-12-25modesetting: Include glamor.h from driver.h.Kenneth Graunke4-15/+8
2014-12-25modesetting: Check DPMS mode in ms_covering_crtc().Kenneth Graunke1-1/+9
2014-12-25modesetting: Track the CRTC's DPMS mode.Kenneth Graunke2-12/+6
2014-12-25present: If present_queue_vblank() fails, do present_execute().Kenneth Graunke1-8/+7