summaryrefslogtreecommitdiff
path: root/hw/kdrive/src
AgeCommit message (Expand)AuthorFilesLines
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-21fix KdXvCopyPackedData to actually workDaniel Stone1-1/+1
2006-06-01Die XTESTEXT1, die!Daniel Stone1-26/+0
2006-05-29Remove -xkbmap argument.Daniel Stone1-3/+0
2006-05-03Make Xephyr build on Solaris:Alan Coopersmith1-0/+3
2006-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson3-9/+0
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard2-3/+2
2006-02-15Remove the waitSync from KdDisableScreen and push it off to drivers'Eric Anholt1-2/+0
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt1-3/+1
2006-02-12Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screenEric Anholt1-0/+2
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt1-0/+3
2006-02-10Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSesEric Anholt1-2/+7
2005-12-29Make kdInputMachine static const, shrinks .data a bit.Adam Jackson1-1/+2
2005-12-28Enough build fixes to get {sdl,ephyr,fake} to link.Adam Jackson3-6/+13
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson20-20/+23
2005-08-08Build with modular X.org libraries and headers.kdrive-initial-importKeith Packard2-1/+6
2005-07-06Fix offset alignment code in the offscreen memory allocator to preventDamien Ciabrini1-3/+7
2005-06-29Add support for gradients and solid fills to Render.Lars Knoll1-3/+4
2005-06-09Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt1-0/+1
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt10-144/+186
2005-02-28Force DPMS normal on screen enableKeith Packard1-0/+1
2005-02-08hw/kdrive/ati/radeon_composite.c Support linear filteringKeith Packard4-32/+93
2005-01-25Fix a leak of a region when the driver's CheckComposite fails.Eric Anholt1-0/+1
2005-01-20Reinitialize offscreen memory before enabling cursor on VT switch-toKeith Packard1-1/+1
2004-11-13New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch.Phil Blundell3-2/+11
2004-10-20Block SIGIO before disabling input fds. (KdEnableInput): Unblock it afterPhil Blundell1-0/+4
2004-09-11- Don't require Imrecise mode for Trapezoid acceleration. It looks like weEric Anholt2-1/+34
2004-08-30Add a set of three hooks for accelerating trapezoids, and use it for theEric Anholt4-2/+104
2004-08-30Rather than initially place pixmaps in framebuffer based on a sizeEric Anholt1-6/+9
2004-07-26Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogusKeith Packard2-1/+10
2004-07-08Commit the rest of the dirty optimization from 20040703 and add a missingEric Anholt2-4/+33
2004-07-08Remove duplicate protos in kdrive.h.Eric Anholt1-9/+0
2004-07-07Initial kdrive XKB/XINPUT support, use --enable-xkb --enable-xinputCarlos Romero1-1/+23
2004-07-03Add a "dirty" flag to the pixmap private. Clear it when setting up anEric Anholt4-4/+43
2004-06-29Add an offscreen area scoring to improve choosing offscreen areas to kickEric Anholt3-21/+68
2004-06-10- Pass the right pixel mask (all ones) in to PrepareSolid in theEric Anholt2-11/+17
2004-06-04Add top-level build support for GL X server (not working yet)Keith Packard1-2/+1
2004-05-21Allow for multiple composite-based visuals, then add an RGB24 visual inKeith Packard1-6/+19
2004-05-20Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead ofKeith Packard3-1/+18
2004-05-20Pin header-only pixmaps in memory.Keith Packard3-10/+27
2004-05-17Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideoEric Anholt2-1/+4
2004-05-17Add new CheckComposite hook. This allows a driver to avoid the migration ofEric Anholt2-0/+9
2004-05-14Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmapEric Anholt3-3/+20
2004-05-14Don't let the visible screen get "migrated" offscreen, which manifestsEric Anholt1-1/+1
2004-05-13Add generic functions for copying packed/planar XV data, copied fromEric Anholt2-1/+153
2004-05-13Move fourcc.h to a generic location in src/.Eric Anholt2-0/+135
2004-02-18completely get rid of NeedNestedPrototypesWarren Turkal1-40/+0
2004-02-15Moving toward a working input extension.Warren Turkal1-1/+3
2004-02-05Polling input mode for the kdrive os layer. And a moose!add-XiJaymz Julian2-4/+15
2004-02-04More NULL checks. These ones are more useful than the last (which just madeJaymz Julian1-23/+41