| Commit message (Expand) | Author | Age | Files | Lines |
* | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 2007-08-28 | 1 | -18/+4 |
* | Death to RCS tags. | Adam Jackson | 2007-06-29 | 1 | -2/+0 |
* | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 2006-04-30 | 1 | -3/+0 |
* | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 2006-02-16 | 1 | -1/+1 |
* | Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h | Adam Jackson | 2005-12-27 | 1 | -1/+1 |
* | Build with modular X.org libraries and headers.kdrive-initial-import | Keith Packard | 2005-08-08 | 1 | -1/+0 |
* | - Replace the syncAccel hook in the kdrive structure with a pair of hooks | Eric Anholt | 2005-06-09 | 1 | -15/+40 |
* | hw/kdrive/ati/radeon_composite.c Support linear filtering | Keith Packard | 2005-02-08 | 1 | -0/+71 |
* | Add a set of three hooks for accelerating trapezoids, and use it for the | Eric Anholt | 2004-08-30 | 1 | -1/+3 |
* | Rather than initially place pixmaps in framebuffer based on a size | Eric Anholt | 2004-08-30 | 1 | -6/+9 |
* | Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogus | Keith Packard | 2004-07-26 | 1 | -0/+2 |
* | Add a "dirty" flag to the pixmap private. Clear it when setting up an | Eric Anholt | 2004-07-03 | 1 | -4/+34 |
* | Add an offscreen area scoring to improve choosing offscreen areas to kick | Eric Anholt | 2004-06-29 | 1 | -0/+1 |
* | - Pass the right pixel mask (all ones) in to PrepareSolid in the | Eric Anholt | 2004-06-10 | 1 | -5/+4 |
* | Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead of | Keith Packard | 2004-05-20 | 1 | -1/+1 |
* | Pin header-only pixmaps in memory. | Keith Packard | 2004-05-20 | 1 | -2/+15 |
* | Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideo | Eric Anholt | 2004-05-17 | 1 | -1/+1 |
* | Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmap | Eric Anholt | 2004-05-14 | 1 | -1/+18 |
* | Don't let the visible screen get "migrated" offscreen, which manifests | Eric Anholt | 2004-05-14 | 1 | -1/+1 |
* | - Add a new UploadToScratch kaa hook for putting the data for a single | Eric Anholt | 2004-01-08 | 1 | -2/+10 |
* | Merge dri-0-1-branch to trunk. Notable changes: | Eric Anholt | 2003-12-29 | 1 | -99/+13 |
* | - Fix a bug in pitch alignment for offscren pixmaps. | Eric Anholt | 2003-11-20 | 1 | -2/+2 |
* | Recompute winSize/borderSize to fix them when changing redirection. | Keith Packard | 2003-11-17 | 1 | -4/+4 |
* | Accelerated image text code drew glyphs at wrong location when compositing | Keith Packard | 2003-11-14 | 1 | -2/+2 |
* | Must offset composite parameters by drawable coordinates in accelerated | Keith Packard | 2003-11-10 | 1 | -0/+9 |
* | Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also add | Keith Packard | 2003-11-08 | 1 | -26/+75 |
* | merge xfixes_2_branch back to HEAD | Keith Packard | 2003-11-02 | 1 | -75/+98 |
* | Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructure | Keith Packard | 2003-10-19 | 1 | -1/+0 |
* | Add a memory_base variable and use it. | Anders Carlsson | 2003-10-15 | 1 | -2/+2 |
* | various Split out pixmap allocation debug statements Fix bogus offscreen | Keith Packard | 2003-10-15 | 1 | -7/+10 |
* | Use same assumptions as layergc about what layer kind is approprate for | Keith Packard | 2003-10-14 | 1 | -131/+213 |
* | Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall | Keith Packard | 2003-10-14 | 1 | -17/+9 |
* | Use pixmaps instead of drawables in the kaa functions. Have the mga server | Anders Carlsson | 2003-10-13 | 1 | -14/+47 |
* | Add support for offscreen pixmaps. | Anders Carlsson | 2003-10-13 | 1 | -4/+184 |
* | Add offscreen memory manager and update the servers to reflect the name | Anders Carlsson | 2003-10-13 | 1 | -38/+105 |
* | Move kdrive common sources to src dir | Keith Packard | 2003-09-11 | 1 | -0/+3 |
* | Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add | Keith Packard | 2003-07-07 | 1 | -2/+2 |
* | kdrive: dont touch hardware when disabled | Keith Packard | 2001-06-29 | 1 | -7/+18 |
* | Allow for hardware acceleration under RandR with Layer. Hardware/Software | Keith Packard | 2001-06-04 | 1 | -4/+6 |
* | Add mach64 driver to Tiny-X | Keith Packard | 2001-06-03 | 1 | -37/+36 |
* | Fix kaa to not try Copy for pixmap sources | Keith Packard | 2001-05-30 | 1 | -2/+3 |
* | Add miext/layer for more complete RandR support in kdrive/Xfbdev | Keith Packard | 2001-05-29 | 1 | -0/+623 |