summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kdrive.h
AgeCommit message (Expand)Author
2008-10-08s/kdDontZap/kdAllowZap/Adam Jackson
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky
2008-07-17KDrive: Delete rafts of unused codeDaniel Stone
2008-07-02Remove KdOffscreenMarkUsed() as all its callers are gone.Chris Ball
2008-07-01Auf wiedersehen, KAA.Adam Jackson
2008-01-08[Kdrive] make XCalibrate 'orientation aware'Richard Purdie
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-09-13Remove the PaintWindow optimization.Eric Anholt
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson
2007-08-07Updates some piece of the dead mouse evdev code under the new hotplug scheme.Tiago Vignatti
2007-08-07Let xkb options be passed through command line in kdrive servers. I start myTiago Vignatti
2007-07-05Clean up unused #ifdefs from fb.Adam Jackson
2007-06-29Death to RCS tags.Adam Jackson
2006-11-01kdrive: add KdRingBell prototypeDaniel Stone
2006-10-29kdrive: move bell ringing into an OS functionDaniel Stone
2006-10-23kdrive: numerous warning fixesDaniel Stone
2006-10-23kdrive/os: add KdOsAddInputDriversDaniel Stone
2006-08-07kdrive: prevent overrun in mapDaniel Stone
2006-08-07kdrive: increase maximum number of buttonsDaniel Stone
2006-07-21new KDrive input world orderDaniel Stone
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt
2005-02-08hw/kdrive/ati/radeon_composite.c Support linear filteringKeith Packard
2004-11-13New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch.Phil Blundell
2004-08-30Add a set of three hooks for accelerating trapezoids, and use it for theEric Anholt
2004-07-08Remove duplicate protos in kdrive.h.Eric Anholt
2004-06-29Add an offscreen area scoring to improve choosing offscreen areas to kickEric Anholt
2004-05-20Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead ofKeith Packard
2004-05-20Pin header-only pixmaps in memory.Keith Packard
2004-05-17Add new CheckComposite hook. This allows a driver to avoid the migration ofEric Anholt
2004-05-14Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmapEric Anholt
2004-02-05Polling input mode for the kdrive os layer. And a moose!Jaymz Julian
2004-01-08- Add a new UploadToScratch kaa hook for putting the data for a singleEric Anholt
2004-01-03Actually align the offset of allocated offscreen areas.Eric Anholt
2003-12-30- Add new Composite hook for kdrive drivers, which only ensures that theEric Anholt
2003-12-29Merge dri-0-1-branch to trunk. Notable changes:Eric Anholt
2003-12-01- Add fbdev mode-setting backend to Xati. It and vesa are compiled in whenEric Anholt
2003-11-19- Add PCI information (device/vendor id, bus location) to KdCardAttr toEric Anholt
2003-11-18Added infrastructure for driver specific usage messages and added vesaSeth W. Klein
2003-11-17Recompute winSize/borderSize to fix them when changing redirection.Keith Packard
2003-11-02merge xfixes_2_branch back to HEADKeith Packard
2003-10-16Discard/reconstruct list of offscreen areas on VT switch so no allocationsKeith Packard
2003-10-15Add a memory_base variable and use it.Anders Carlsson
2003-10-14Use same assumptions as layergc about what layer kind is approprate forKeith Packard
2003-10-14Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -WallKeith Packard
2003-10-13Use pixmaps instead of drawables in the kaa functions. Have the mga serverAnders Carlsson
2003-10-13Add support for offscreen pixmaps.Anders Carlsson
2003-10-13Add offscreen memory manager and update the servers to reflect the nameAnders Carlsson
2003-10-04configure.ac Makefile.am os/oscolor.c Xext/saver.c Xext/Makefile.amKeith Packard
2003-09-24hw/kdrive/src/kdrive.cKeith Packard