Age | Commit message (Expand) | Author | Files | Lines |
2006-04-02 | ../stub | Adam Jackson | 2 | -14/+15 |
2006-04-01 | Clean up warnings and a debug printf. | Eric Anholt | 1 | -3/+2 |
2006-03-31 | Add an option to EXA for the DDX to request that EXA hide the pixmap's | Eric Anholt | 2 | -5/+93 |
2006-03-30 | Add a dependency on EXA, so it rebuilds when the library does. The manual | Eric Anholt | 1 | -1/+2 |
2006-03-30 | Add an UploadToScreen implementation, for testing PutImage support, and | Eric Anholt | 1 | -6/+53 |
2006-03-29 | Add a DownloadFromScreen implementation, used for testing GetImage | Eric Anholt | 1 | -0/+25 |
2006-03-10 | If fakexa is enabled, create a larger buffer in the Ximage, but keep the | Eric Anholt | 4 | -36/+36 |
2006-03-09 | Rearrange EXA driver structures so that there's a hope of maintaining ABI | Eric Anholt | 2 | -27/+39 |
2006-03-07 | Add appropriate MIT license. Oops. | Eric Anholt | 1 | -0/+28 |
2006-03-07 | Add a new flag to ephyr, "-fakexa", which turns on an EXA acceleration | Eric Anholt | 4 | -5/+383 |
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 26 | -26/+49 |
2006-02-15 | Remove the waitSync from KdDisableScreen and push it off to drivers' | Eric Anholt | 4 | -3/+10 |
2006-02-13 | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 1 | -3/+1 |
2006-02-12 | Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screen | Eric Anholt | 2 | -0/+3 |
2006-02-11 | Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get it | Eric Anholt | 1 | -0/+3 |
2006-02-10 | Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo. | Eric Anholt | 2 | -22/+31 |
2006-02-10 | Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSes | Eric Anholt | 3 | -5/+16 |
2006-01-10 | Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST. | Daniel Stone | 1 | -0/+3 |
2005-12-29 | Make kdInputMachine static const, shrinks .data a bit. | Adam Jackson | 1 | -1/+2 |
2005-12-28 | Enough build fixes to get {sdl,ephyr,fake} to link. | Adam Jackson | 5 | -18/+19 |
2005-12-27 | s/XSERVER/KDRIVE/ | Adam Jackson | 18 | -18/+18 |
2005-12-27 | Remove Imakefiles. | Adam Jackson | 15 | -259/+0 |
2005-12-27 | Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h | Adam Jackson | 161 | -159/+168 |
2005-08-08 | Build with modular X.org libraries and headers.kdrive-initial-import | Keith Packard | 13 | -8/+25 |
2005-08-05 | Make Xephyr work without shadow fb | Matthew Allum | 2 | -313/+411 |
2005-07-06 | Added hardware support for transformation matrix (zoom, rotation, etc...). | Damien Ciabrini | 2 | -102/+240 |
2005-07-06 | Fix offset alignment code in the offscreen memory allocator to prevent | Damien Ciabrini | 1 | -3/+7 |
2005-06-30 | Another Xephyr focus/modifier fix | Matthew Allum | 3 | -10/+13 |
2005-06-29 | Add support for gradients and solid fills to Render. | Lars Knoll | 1 | -3/+4 |
2005-06-23 | Fix issues with focus in and modifiers from host confusing Xephr | Matthew Allum | 4 | -4/+73 |
2005-06-23 | redo tslib | Matthew Allum | 1 | -119/+124 |
2005-06-13 | Build fixes | David Reveman | 2 | -2/+6 |
2005-06-10 | Axe a few dead fields from the port priv struct and add my name to the | Eric Anholt | 3 | -3/+9 |
2005-06-09 | Perform a warnings sweep on hw/kdrive. A number of these were my fault, but | Eric Anholt | 21 | -101/+108 |
2005-06-09 | Greatly improve the correctness and performance of the MGA render | Eric Anholt | 4 | -112/+183 |
2005-06-09 | TSLib fixes. Add fullscreen support to ephyr | Matthew Allum | 6 | -4/+61 |
2005-06-09 | - Replace the syncAccel hook in the kdrive structure with a pair of hooks | Eric Anholt | 55 | -1019/+832 |
2005-02-28 | Force DPMS normal on screen enable | Keith Packard | 3 | -0/+556 |
2005-02-21 | Move the draw tracing supplies into ati_draw.h, and do some touchups on it. | Eric Anholt | 3 | -27/+26 |
2005-02-21 | Extend the filter support to R200, and do the check for filter settings in | Eric Anholt | 1 | -5/+25 |
2005-02-11 | Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -5/+6 |
2005-02-09 | Add initial evdev framework | Keith Packard | 1 | -0/+299 |
2005-02-08 | hw/kdrive/ati/radeon_composite.c Support linear filtering | Keith Packard | 12 | -58/+174 |
2005-01-27 | Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RING | Eric Anholt | 6 | -177/+193 |
2005-01-27 | Move the bailing out due to ATIUploadToScreen() being unfinished up | Eric Anholt | 1 | -5/+4 |
2005-01-27 | Remove an unused field. | Eric Anholt | 1 | -1/+0 |
2005-01-25 | Fix R100 text by forcing the 3d engine to idle before executing more 3d | Keith Packard | 2 | -1/+6 |
2005-01-25 | Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixel | Eric Anholt | 3 | -57/+53 |
2005-01-25 | Add tracing. Hack Radeon cache registers to use 3D addresses. Works on M6 | Keith Packard | 4 | -6/+118 |
2005-01-25 | Fix a leak of a region when the driver's CheckComposite fails. | Eric Anholt | 1 | -0/+1 |