summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-10dmx: include header for DMXExtensionInit() in dmx.cHEADmasterAlan Coopersmith1-0/+1
2015-02-10dmx: constify GCOps & GCFuncs pointersAlan Coopersmith2-4/+4
2015-02-10dmx: Mark glxIsExtensionSupported as a const char *Alan Coopersmith2-2/+2
2015-02-10dmx: remove redundant redeclarations of variables from other headersAlan Coopersmith2-4/+0
2015-02-10dmx: remove redundant declaration of dmxFontPrivateIndex from dmxfont.hAlan Coopersmith1-2/+0
2015-02-10dmx: glxproxy prototype cleanupAlan Coopersmith12-27/+41
2015-02-10dmx: more unshadowing of variablesAlan Coopersmith3-10/+10
2015-02-10dmx: attempt to untangle nested loops using same index variableAlan Coopersmith1-15/+15
2015-02-10dmx: remove unused variablesAlan Coopersmith2-5/+0
2015-02-10dmx: fix printf format argument warningsAlan Coopersmith2-9/+9
2015-02-10dmx: move format strings inline so gcc can checkAlan Coopersmith1-15/+3
2015-02-10dmx: Add _X_ATTRIBUTE_PRINTF to dmxConfigLog() & dmxConfigOutput()Alan Coopersmith2-2/+3
2015-02-10Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith8-31/+53
2015-02-10xkb: Check strings length against request sizeOlivier Fourdan1-25/+40
2015-02-10xkb: Don't swap XkbSetGeometry data in the input bufferOlivier Fourdan1-16/+19
2015-02-02Update to version 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.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