summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Merge remote-tracking branch 'idr/glx-fixes'Keith Packard21-8886/+19670
2011-12-19dri2: Invalidate window pixmapsVille Syrjälä4-5/+7
2011-12-19dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swapKeith Packard1-1/+30
2011-12-19dri2: Always re-generate front buffer information when asked for it.Michel Dänzer1-0/+1
2011-12-19dri2: Initialize needInvalidate member of DRI2Drawable.Rami Ylimäki1-0/+1
2011-12-19dmx: force -fno-strict-aliasing for xinput examplePeter Hutterer1-28/+28
2011-12-19kdrive/linux: Fix compilation with -Werror=int-to-pointer-cast -Werror=pointe...Jeremy Huddleston3-7/+7
2011-12-19configure.ac: Make Xephyr dependency error message more informativeJeremy Huddleston1-5/+3
2011-12-19XQuartz: Provide in-tree implementation of strndup(3) if neededJeremy Huddleston1-0/+7
2011-12-19glx: use dispatch.h instead of glapioffsets.hIan Romanick4-1178/+4
2011-12-19glx: Regenerate GL API files from MesaIan Romanick13-7706/+19578
2011-12-19glx: Add stub implementations of next GLX extension functionsIan Romanick3-0/+88
2011-12-19glx: Only declare GlxExtensionInit in one header fileIan Romanick1-2/+0
2011-12-17Version 1.11.99.2 (1.12 snapshot 2)Keith Packard1-2/+2
2011-12-16xserver: check for elevated privileges not uid=0Antoine Martin5-24/+91
2011-12-15dmx: fix distcheck failure, missing compsize.h in Makefile.amGaetan Nadon1-0/+2
2011-12-14configure: split the required modules upPeter Hutterer1-2/+16
2011-12-14Merge remote-tracking branch 'whot/for-keith'Keith Packard29-592/+801
2011-12-13Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...Peter Hutterer4-12/+29
2011-12-13dix: add a MAXEVENTS define for the number of core + extension eventsPeter Hutterer5-7/+8
2011-12-13dix: move event filter retrieval helpers to inpututils.cPeter Hutterer4-21/+31
2011-12-13dix: switch EventIsDeliverable to take the event type onlyPeter Hutterer2-8/+7
2011-12-13dix: move storing last.valuators into a helper functionPeter Hutterer1-12/+26
2011-12-13dix: always allocate and set the grab's sync.eventPeter Hutterer2-7/+2
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer18-158/+152
2011-12-13Add GrabIsPointerGrab and GrabIsKeyboardGrab helpersPeter Hutterer3-6/+21
2011-12-13dix: move delivery stop condition out of event maskPeter Hutterer1-6/+7
2011-12-13dix: split out core state and event state setting into helper functionsPeter Hutterer3-28/+44
2011-12-13dix: move grab matching code into a helper functionPeter Hutterer1-21/+60
2011-12-13dix: split core grab interference check into helper functionPeter Hutterer1-18/+25
2011-12-13dix: compare the grab type, not the tempGrab typePeter Hutterer1-1/+1
2011-12-13dix: remove event type checkPeter Hutterer1-7/+0
2011-12-13dix: Split ActivatePassiveGrab() from CheckPassiveGrab()Chase Douglas2-89/+112
2011-12-13dix: Move grab check and activation logic to CheckPassiveGrab()Chase Douglas1-180/+204
2011-12-13dix: move EventDeliveryState into a header file, we'll need it elsewherePeter Hutterer2-7/+7
2011-12-13Xi: split updating button count and state into helper functionsPeter Hutterer1-12/+29
2011-12-13Xi: deduplicate button motion mask settingPeter Hutterer1-12/+25
2011-12-13dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEventsPeter Hutterer1-8/+10
2011-12-13dix: split grab event conversion and delivery into a helper functionPeter Hutterer2-72/+77
2011-12-13dix: replace conversion errors with BUG_WARN_MSGPeter Hutterer1-8/+9
2011-12-13dix: deduplicate event delivery codePeter Hutterer1-49/+62
2011-12-13include: Add an InputLevel enumChase Douglas1-0/+6
2011-12-12verify_internal_event: preserve constness of data pointerAlan Coopersmith1-1/+1
2011-12-12Use const cast in BitIsOn macro to avoid angering gccAlan Coopersmith1-1/+1
2011-12-12Fix deconstifying cast warning in xi2_get_typeAlan Coopersmith1-1/+1
2011-12-12Include client name if available in PrintDeviceGrabInfoAlan Coopersmith1-9/+26
2011-12-12xf86 parser: convert Error to a varargs macro to clear gcc format warningsAlan Coopersmith15-100/+100
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith5-6/+6
2011-12-12xf86Priv.h: Add some noreturn attributes suggested by gccAlan Coopersmith1-4/+2
2011-12-12Remove duplicate declarations of KdAdd*Driver in kdrive.hAlan Coopersmith1-6/+0