summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Fix dmx compile on 1.6 branch.Alban Browaeys7-0/+42
2008-12-09Revert "dmx: claim we support XI 2."Keith Packard1-1/+1
2008-12-02Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballsAlan Coopersmith1-0/+1
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-10-17dmx: avoid hilarious #define Xcalloc xcalloc game.Peter Hutterer1-1/+1
2008-10-17dmx: change remainder of manual EQ allocation to GetEventList().Peter Hutterer1-1/+1
2008-10-08Fix more xcalloc stupidity.Adam Jackson5-10/+10
2008-10-08I hate you xlib. Please die in a fire.Adam Jackson1-2/+2
2008-10-08mi: remove deprecated and unused functions.Tiago Vignatti1-5/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson14-40/+18
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson1-18/+28
2008-09-19Update to SGI FreeB 2.0.Adam Jackson29-927/+812
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-6/+13
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-3/+3
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-1/+0
2008-07-28Add atKeynames.h in hw/dmx/input and drop evil cross-ddx #include.Kristian Høgsberg2-1/+295
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-5/+1
2008-07-24Shape extension is built-in and mandatory.Adam Jackson5-20/+0
2008-07-23Unifdef sgi.Adam Jackson1-9/+1
2008-07-18Drop the FONTCACHE extension.Adam Jackson1-4/+0
2008-07-16XFree86: Remove XFree86-Misc extensionDaniel Stone1-1/+0
2008-06-23Bug #16302: Fix GLX drawable refcounting in DMX.Jesse Ruffin1-9/+6
2008-06-05dmx: remove a ifndef XINPUT, XINPUT is always defined now.Peter Hutterer1-7/+0
2008-06-05dmx: don't free event list after use.Peter Hutterer1-2/+0
2008-06-05dmx: add an XFlush.Peter Hutterer1-0/+2
2008-06-05dmx: fix false memory allocation.Peter Hutterer1-2/+1
2008-06-05dmx: don't dereference a nullpointer.Peter Hutterer1-1/+1
2008-06-05dmx: add stubs for DeviceCursorInitialize, DeviceCursorCleanupPeter Hutterer1-0/+11
2008-06-05dmx: for now, don't acknowledge SDs.Peter Hutterer1-0/+2
2008-06-05dmx: learn about the existence of IsXExtensionPointer and IsXExtensionKeyboardPeter Hutterer1-3/+7
2008-06-05dmx: claim we support XI 2.Peter Hutterer1-1/+1
2008-06-05dmx: fix a segfault caused by GC devPrivates never being initalised.Peter Hutterer1-0/+2
2008-06-05dmx: some more build fixes.Peter Hutterer2-15/+0
2008-05-26Merge branch 'master' into mpxPeter Hutterer2-8/+1
2008-05-25dmx: remove some #if 0'd code.Peter Hutterer1-5/+0
2008-05-23glx: fix forgotten swrast -> SWRastGeorge Sapountzis1-1/+1
2008-05-21Drop glcore GLX provider.Kristian Høgsberg1-1/+1
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-7/+0
2008-05-14dmx: fix build.Peter Hutterer6-29/+32
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer7-63/+5
2008-04-18Death to TOG-CUP.Adam Jackson1-1/+0
2008-04-18Nuke the MIT-SUNDRY-NONSTANDARD extension.Eric Anholt1-1/+0
2008-04-18Death to APPGROUP.Adam Jackson1-1/+0
2008-03-07Programs in hw/dmx/examples/ want client-side xkb headers.Julien Cristau2-2/+2
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-12/+12
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson1-9/+2
2008-02-17XKB: Move headers into the server treeDaniel Stone2-2/+2
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson1-1/+1
2007-12-29GL: Add GLX compile flags lost in modular X server changesJurij Smakov1-0/+1
2007-11-20Revert "registry: Register DMX extension protocol names."Eamon Walsh1-40/+0