summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2006-04-02../stubAdam Jackson2-14/+15
2006-04-01Clean up warnings and a debug printf.Eric Anholt1-3/+2
2006-03-31Add an option to EXA for the DDX to request that EXA hide the pixmap'sEric Anholt2-5/+93
2006-03-30Add a dependency on EXA, so it rebuilds when the library does. The manualEric Anholt1-1/+2
2006-03-30Add an UploadToScreen implementation, for testing PutImage support, andEric Anholt1-6/+53
2006-03-29Add a DownloadFromScreen implementation, used for testing GetImageEric Anholt1-0/+25
2006-03-10If fakexa is enabled, create a larger buffer in the Ximage, but keep theEric Anholt4-36/+36
2006-03-09Rearrange EXA driver structures so that there's a hope of maintaining ABIEric Anholt2-27/+39
2006-03-07Add appropriate MIT license. Oops.Eric Anholt1-0/+28
2006-03-07Add a new flag to ephyr, "-fakexa", which turns on an EXA accelerationEric Anholt4-5/+383
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard26-26/+49
2006-02-15Remove the waitSync from KdDisableScreen and push it off to drivers'Eric Anholt4-3/+10
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 Anholt2-0/+3
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt1-0/+3
2006-02-10Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo.Eric Anholt2-22/+31
2006-02-10Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSesEric Anholt3-5/+16
2006-01-10Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.Daniel Stone1-0/+3
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 Jackson5-18/+19
2005-12-27s/XSERVER/KDRIVE/Adam Jackson18-18/+18
2005-12-27Remove Imakefiles.Adam Jackson15-259/+0
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson161-159/+168
2005-08-08Build with modular X.org libraries and headers.kdrive-initial-importKeith Packard13-8/+25
2005-08-05Make Xephyr work without shadow fbMatthew Allum2-313/+411
2005-07-06Added hardware support for transformation matrix (zoom, rotation, etc...).Damien Ciabrini2-102/+240
2005-07-06Fix offset alignment code in the offscreen memory allocator to preventDamien Ciabrini1-3/+7
2005-06-30Another Xephyr focus/modifier fixMatthew Allum3-10/+13
2005-06-29Add support for gradients and solid fills to Render.Lars Knoll1-3/+4
2005-06-23Fix issues with focus in and modifiers from host confusing XephrMatthew Allum4-4/+73
2005-06-23redo tslibMatthew Allum1-119/+124
2005-06-13Build fixesDavid Reveman2-2/+6
2005-06-10Axe a few dead fields from the port priv struct and add my name to theEric Anholt3-3/+9
2005-06-09Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt21-101/+108
2005-06-09Greatly improve the correctness and performance of the MGA renderEric Anholt4-112/+183
2005-06-09TSLib fixes. Add fullscreen support to ephyrMatthew Allum6-4/+61
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt55-1019/+832
2005-02-28Force DPMS normal on screen enableKeith Packard3-0/+556
2005-02-21Move the draw tracing supplies into ati_draw.h, and do some touchups on it.Eric Anholt3-27/+26
2005-02-21Extend the filter support to R200, and do the check for filter settings inEric Anholt1-5/+25
2005-02-11Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-5/+6
2005-02-09Add initial evdev frameworkKeith Packard1-0/+299
2005-02-08hw/kdrive/ati/radeon_composite.c Support linear filteringKeith Packard12-58/+174
2005-01-27Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RINGEric Anholt6-177/+193
2005-01-27Move the bailing out due to ATIUploadToScreen() being unfinished upEric Anholt1-5/+4
2005-01-27Remove an unused field.Eric Anholt1-1/+0
2005-01-25Fix R100 text by forcing the 3d engine to idle before executing more 3dKeith Packard2-1/+6
2005-01-25Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixelEric Anholt3-57/+53
2005-01-25Add tracing. Hack Radeon cache registers to use 3D addresses. Works on M6Keith Packard4-6/+118
2005-01-25Fix a leak of a region when the driver's CheckComposite fails.Eric Anholt1-0/+1