summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-22AC_SUBST the GLX_SYS_LIBSPeter Hutterer2-2/+2
2012-06-22os: print newline after printing display namePeter Hutterer1-0/+1
2012-06-22test/.gitignore: add hashtabletestSergei Trofimovich1-0/+1
2012-06-20dix: if the scroll valuator reaches INT_MAX, reset to 0Peter Hutterer1-6/+34
2012-06-14Merge remote-tracking branch 'alanc/master'Keith Packard3-2/+20
2012-06-14Merge remote-tracking branch 'idr/GLX_ARB_create_context'Keith Packard14-76/+527
2012-06-14xserver: fix build on arm tinderboxDave Airlie1-4/+4
2012-06-14Merge remote-tracking branch 'whot/for-keith'Keith Packard12-65/+101
2012-06-11Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.hAlan Coopersmith1-1/+1
2012-06-07dix: disable all devices before shutdownPeter Hutterer3-1/+25
2012-06-07Xi: drop forced unpairing when changing the hierarchyPeter Hutterer1-6/+0
2012-06-07dix: disable non-sprite-owners first when disabling paired devicesPeter Hutterer1-2/+5
2012-06-07dix: free the sprite when disabling the devicePeter Hutterer1-0/+2
2012-06-07dix: move freeing the sprite into a functionPeter Hutterer3-6/+15
2012-06-07dix: return early from DisableDevice if the device is already disabledPeter Hutterer1-0/+3
2012-06-07dix: drop client argument from PairDevices - unusedPeter Hutterer1-5/+2
2012-06-07dix: rename shadowing loop variable in TouchResizeQueuePeter Hutterer1-3/+3
2012-06-07dix: change "still paired warning" to use BUG_RETURN_VALPeter Hutterer1-7/+3
2012-06-07dix: use BUG_RETURN_VAL for pairing errorsPeter Hutterer1-6/+5
2012-06-07Replace a few BUG_WARN with BUG_RETURN_VALPeter Hutterer3-30/+17
2012-06-07include: add BUG_RETURN_* macrosPeter Hutterer1-0/+12
2012-06-07xkb: warn if XKB SlowKeys have been automatically enabledPeter Hutterer1-2/+7
2012-06-05Fix statement not reached warning in _DMXXineramaActiveAlan Coopersmith1-1/+2
2012-06-05Provide prototypes for Mmio functions for Solaris Studio on SPARCAlan Coopersmith1-0/+17
2012-06-05xwin: fixup block/wakeup handlersDave Airlie3-5/+4
2012-06-05xfree86: fix new warnings introduced in rebase.Dave Airlie1-1/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie117-711/+610
2012-06-05test/touch: Initialize device nameChase Douglas1-0/+5
2012-06-03Merge remote-tracking branch 'whot/for-keith'Keith Packard2-3/+5
2012-06-04xkb: Allocate size_syms correctly when width of a type increasesSiddhesh Poyarekar1-2/+4
2012-06-04Fix crash for motion events from devices without valuatorsMichal Suchanek1-1/+1
2012-05-31dri2: Add DRI2GetParam request (v2)Chad Versace4-2/+100
2012-05-24Xext: include dix-config.hPeter Hutterer1-0/+4
2012-05-24Xvfb: destroy the screen pixmap in CloseScreenJulien Cristau1-0/+7
2012-05-24Xi: make stub DeleteInputDeviceRequest call RemoveDeviceJulien Cristau1-0/+1
2012-05-23glx: Implement protocol for glXCreateContextAttribsARBIan Romanick1-1/+212
2012-05-23glx: Make several functions available outside the glxcmds.c compilation unitIan Romanick2-4/+17
2012-05-23glx: Use one function to add a context to all global tablesIan Romanick3-7/+12
2012-05-23glx: Initialize remaining context fieldsIan Romanick1-0/+7
2012-05-23glx: Initialize all context fields togetherIan Romanick1-17/+9
2012-05-23glx: Implement GLX SetClientInfoARB protocolIan Romanick2-3/+48
2012-05-23glx: Optionally call DRI2 createContextAttribs from __glXDRIscreenCreateContextIan Romanick1-5/+151
2012-05-23glx: Add tracking for GLX_ARB_create_context and GLX_ARB_create_context_profileIan Romanick2-18/+24
2012-05-23glx: Extend __GLXscreen::createContext to take attributesIan Romanick5-6/+38
2012-05-23glx: Don't track GLClientmajorVersion or GLClientminorVersionIan Romanick3-6/+0
2012-05-23glx: Fix mishandling of shared contextsIan Romanick1-11/+11
2012-05-23xfree86: fix mouse wheel support for DGA clientsMarcin Slusarz1-16/+78
2012-05-22dri2: SProcDRI2Connect - send the response.Michal Srb1-0/+3
2012-05-22Merge remote-tracking branch 'alanc/master'Keith Packard3-29/+8
2012-05-21xf86: reimplement XF86SCRNINFO macro using new functions.Dave Airlie6-22/+20