Age | Commit message (Expand) | Author | Files | Lines |
2005-07-06 | Fix offset alignment code in the offscreen memory allocator to prevent | Damien Ciabrini | 1 | -3/+7 |
2005-06-29 | Add support for gradients and solid fills to Render. | Lars Knoll | 1 | -3/+4 |
2005-06-09 | Perform a warnings sweep on hw/kdrive. A number of these were my fault, but | Eric Anholt | 1 | -0/+1 |
2005-06-09 | - Replace the syncAccel hook in the kdrive structure with a pair of hooks | Eric Anholt | 10 | -144/+186 |
2005-02-28 | Force DPMS normal on screen enable | Keith Packard | 1 | -0/+1 |
2005-02-08 | hw/kdrive/ati/radeon_composite.c Support linear filtering | Keith Packard | 4 | -32/+93 |
2005-01-25 | Fix a leak of a region when the driver's CheckComposite fails. | Eric Anholt | 1 | -0/+1 |
2005-01-20 | Reinitialize offscreen memory before enabling cursor on VT switch-to | Keith Packard | 1 | -1/+1 |
2004-11-13 | New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch. | Phil Blundell | 3 | -2/+11 |
2004-10-20 | Block SIGIO before disabling input fds. (KdEnableInput): Unblock it after | Phil Blundell | 1 | -0/+4 |
2004-09-11 | - Don't require Imrecise mode for Trapezoid acceleration. It looks like we | Eric Anholt | 2 | -1/+34 |
2004-08-30 | Add a set of three hooks for accelerating trapezoids, and use it for the | Eric Anholt | 4 | -2/+104 |
2004-08-30 | Rather than initially place pixmaps in framebuffer based on a size | Eric Anholt | 1 | -6/+9 |
2004-07-26 | Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogus | Keith Packard | 2 | -1/+10 |
2004-07-08 | Commit the rest of the dirty optimization from 20040703 and add a missing | Eric Anholt | 2 | -4/+33 |
2004-07-08 | Remove duplicate protos in kdrive.h. | Eric Anholt | 1 | -9/+0 |
2004-07-07 | Initial kdrive XKB/XINPUT support, use --enable-xkb --enable-xinput | Carlos Romero | 1 | -1/+23 |
2004-07-03 | Add a "dirty" flag to the pixmap private. Clear it when setting up an | Eric Anholt | 4 | -4/+43 |
2004-06-29 | Add an offscreen area scoring to improve choosing offscreen areas to kick | Eric Anholt | 3 | -21/+68 |
2004-06-10 | - Pass the right pixel mask (all ones) in to PrepareSolid in the | Eric Anholt | 2 | -11/+17 |
2004-06-04 | Add top-level build support for GL X server (not working yet) | Keith Packard | 1 | -2/+1 |
2004-05-21 | Allow for multiple composite-based visuals, then add an RGB24 visual in | Keith Packard | 1 | -6/+19 |
2004-05-20 | Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead of | Keith Packard | 3 | -1/+18 |
2004-05-20 | Pin header-only pixmaps in memory. | Keith Packard | 3 | -10/+27 |
2004-05-17 | Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideo | Eric Anholt | 2 | -1/+4 |
2004-05-17 | Add new CheckComposite hook. This allows a driver to avoid the migration of | Eric Anholt | 2 | -0/+9 |
2004-05-14 | Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmap | Eric Anholt | 3 | -3/+20 |
2004-05-14 | Don't let the visible screen get "migrated" offscreen, which manifests | Eric Anholt | 1 | -1/+1 |
2004-05-13 | Add generic functions for copying packed/planar XV data, copied from | Eric Anholt | 2 | -1/+153 |
2004-05-13 | Move fourcc.h to a generic location in src/. | Eric Anholt | 2 | -0/+135 |
2004-02-18 | completely get rid of NeedNestedPrototypes | Warren Turkal | 1 | -40/+0 |
2004-02-15 | Moving toward a working input extension. | Warren Turkal | 1 | -1/+3 |
2004-02-05 | Polling input mode for the kdrive os layer. And a moose!add-Xi | Jaymz Julian | 2 | -4/+15 |
2004-02-04 | More NULL checks. These ones are more useful than the last (which just made | Jaymz Julian | 1 | -23/+41 |
2004-01-14 | Add IPAQ modeline by Dennis Noordsij. | Anders Carlsson | 1 | -0/+10 |
2004-01-09 | Use the scratch area for Composite when one of src or dst is in memory. | Eric Anholt | 1 | -1/+18 |
2004-01-08 | - Add a new UploadToScratch kaa hook for putting the data for a single | Eric Anholt | 3 | -3/+30 |
2004-01-04 | - Don't forget to UNINIT miComputeCompositeRegion's regions | Eric Anholt | 1 | -17/+31 |
2004-01-03 | - Call appropriate Done function for Composite. | Eric Anholt | 1 | -9/+10 |
2004-01-03 | Split the various attempts at accelerating Composite into separate | Eric Anholt | 1 | -217/+265 |
2004-01-03 | Actually align the offset of allocated offscreen areas. | Eric Anholt | 2 | -1/+6 |
2003-12-30 | - Add new Composite hook for kdrive drivers, which only ensures that the | Eric Anholt | 2 | -2/+100 |
2003-12-29 | Merge dri-0-1-branch to trunk. Notable changes: | Eric Anholt | 5 | -99/+541 |
2003-12-01 | - Add fbdev mode-setting backend to Xati. It and vesa are compiled in when | Eric Anholt | 1 | -0/+5 |
2003-12-01 | Remove sys/io.h inclusion from some files that didn't need it, and change | Eric Anholt | 1 | -1/+1 |
2003-11-20 | - Fix a bug in pitch alignment for offscren pixmaps. | Eric Anholt | 1 | -2/+2 |
2003-11-19 | - Add PCI information (device/vendor id, bus location) to KdCardAttr to | Eric Anholt | 1 | -1/+8 |
2003-11-18 | Reset available offscreen segment save function pointer. (Not a functional | Keith Packard | 1 | -0/+1 |
2003-11-18 | Added infrastructure for driver specific usage messages and added vesa | Seth W. Klein | 2 | -20/+26 |
2003-11-17 | Recompute winSize/borderSize to fix them when changing redirection. | Keith Packard | 3 | -94/+105 |