Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer | |
the i830 driver or the BSDs. :) | |||
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer | |
the CPU (David Mosberger, Benjamin Herrenschmidt, myself, Paul Mackerras, Jeff Wiedemeier) | |||
2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass | |
irq handler in DRM(irq_install). Modify all drivers to ensure irq handler is removed before cleanup and cleanup is called at takedown. Remove unused buffer private struct fields in i810, i830. Check for lock on init/cleanup in all drivers except i810/i830. The current DDX for i810 and i830 doesn't hold the lock on kernel init (FIXME?). | |||
2003-04-24 | Single/dual rasterizer quiescence patch for the glint/gamma DRI driver | David Dawes | |
(#5685, Sven Luther). | |||
2003-04-22 | change PREINSTALL/POSTINSTALL/UNINSTALL irq code to real functions as per | Alan Hourihane | |
the other drivers | |||
2003-04-22 | remove unused dma histogram code | Keith Whitwell | |
2003-04-21 | Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents an | Leif Delgass | |
oops if a map wasn't found (e.g. XFree86 Bugzilla #108) | |||
2003-04-17 | Fix DRM module build on 2.5.41 and later kernels (tqueue -> workqueue). | David Dawes | |
2003-04-08 | Use list_entry() to get container struct from struct list_head pointers. | Leif Delgass | |
Build fix for RedHat 9 kernel (5 args to remap_page_range()). | |||
2003-03-28 | merged drm-filp-0-1-branch | Keith Whitwell | |
2003-03-25 | linux merge for drm | Alan Hourihane | |
2002-04-09 | Merged drmcommand-0-0-1 | Jens Owen | |
2002-02-14 | First pass of mesa-4-0 branch merge into trunk. | David Dawes | |
2001-05-03 | Make SiS driver compile with the new templated format. Not tested. minor | Alan Hourihane | |
cleanups | |||
2001-03-14 | Merged sarea-1-0-0 | Kevin E Martin | |
2001-02-16 | - Clean up the way customization of the templates is done. | Gareth Hughes | |
- Fix old-style DMA for gamma driver (please test). - Pull out IRQ handling into drm_dma.h (please test on i810, gamma). - Lots of general cleanups, remove compiler warnings etc. | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |
2001-01-04 | Sync with Linux 2.4.0-prerelease | Rik Faith | |
2000-09-29 | Audit calls to schedule() Remove tags from files shared with Linux kernel | Rik Faith | |
tree Remove debugging statements to make debugging more useful Other minor cleanups in preparation for sync with Linux 2.4.0-test9-pre7 | |||
2000-09-27 | Merged the mga-lock-debug-0-2-0-branch with the trunk. This includes | Jeff Hartmann | |
several fixes including: (Jeff) Really disable multitexture (Broken since Mesa 3.4 integration.) (Jeff) Various changes in mga_state.c in the kernel module, which includes a fix to the bug where the first OGL application hangs the machine w/out rendering anything. This also includes defines for the warp registers so they are easily human readable. (Rik and Jeff) Fixed all the schedule loops in the kernel to look like they are supposed too. (Jeff) Configurable agp modes: Add the option "AGPMode2x" or "AGPMode4x" to your XF86Config file. (Rik) Various cleanups to the mga kernel driver to make it easier to read and debug. (Rik) Removed alot of DRM_DEBUG statements from the kernel driver. | |||
2000-09-06 | Sync with 2.4.0-test8-pre5 kernel. | Gareth Hughes | |
2000-08-28 | Add compatibility header file to make Linux 2.4.0 kernel patches cleaner. | Rik Faith | |
2000-08-26 | Sync with Linux 2.4.0-test7 Add signal blocking support to all drivers | Rik Faith | |
(using control-z on a running direct-rendering client should work now) | |||
2000-06-13 | Unify code with kernel: Change some spacing in comments Add #include | Rik Faith | |
<linux/config.h> to all *_drv.c files | |||
2000-06-08 | Merged glxmisc-3-0-0 | Brian Paul | |
2000-06-05 | Include new updated gamma support. | Alan Hourihane | |
2000-03-15 | Import of XFree86 4.0 | Jeff Hartmann | |
1999-12-05 | First DRI release of 3dfx driver. | Daryll Strauss | |