summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Avoid artefacts when resizing a windowengine-enhancementsJon TURNEY1-0/+24
2015-08-11Simpleminded composite attemptJon TURNEY8-4/+128
2015-08-11GC and Pixmap privates aren't used since GDI engine removalJon TURNEY2-35/+1
2015-08-11Push multiwindow wndproc WM_PAINT down into engineJon TURNEY4-36/+69
2015-08-11Align winBltExposedRegionsShadowGDI() with winTopLevelWindowProc's WM_PAINTJon TURNEY1-5/+30
2015-08-11Use NULL rather than NoopDDA for unimplemented engine functionsJon TURNEY3-15/+6
2015-08-11Remove unused FinishCreateWindowsWindow engine functionJon TURNEY4-20/+0
2015-08-11Remove unused HotKeyAltTab engine functionJon TURNEY4-15/+0
2015-08-11Return FALSE to indicate failure in winSetEngine()Jon TURNEY1-1/+1
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
2014-12-25Fix "Back", "Forward", and other special mouse buttons in XWayland.Dima Ryazanov1-1/+6
2014-12-25glamor: Make sure Xvideo source image data is properly alignedMichel Dänzer1-13/+11
2014-12-25glamor: Make glamor_purge_fbo staticMichel Dänzer2-2/+1
2014-12-25glamor: Call glamor_pixmap_destroy_fbo from glamor_set_pixmap_privateMichel Dänzer1-6/+1