Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-25 | common ioctl to wait for vertical blank IRQs | Michel Daenzer | |
2002-09-11 | - Fix various bugs in the DRI support for the i830 and i845G (Keith | David Dawes | |
Whitwell). - Major rework of the 2D i830/i845G support, including: - Improve VESA mode selection, and fix refresh rate selection. - Don't duplicate functions provided in the vbe modules. - Don't duplicate functions provided in the vgahw module. - Rewrite memory allocation. - Rewrite initialisation and save/restore state handling. - Decouple the i810 support from i830 and later. - Remove various unnecessary hacks and workarounds. - Fix an 845G problem with the ring buffer not in pre-allocated memory. - Fix screen blanking. - Fix some HW cursor glitches, and turn HW cursor off at VT switch and exit. - Don't attempt to use the i830's function 1 entity. - Fix problems with option handling. (David Dawes). - Add mode VBE-aware mode handling functions to the vbe module (David Dawes). | |||
2002-08-29 | standardize use of __FUNCTION__ (Linus) | Keith Whitwell | |
2002-08-22 | Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has been | Leif Delgass | |
backported from 2.5.x. Also fix a couple of incorrect LINUX_VERSION_CODE tests and fix header dependency for r128, radeon when building without AGP. | |||
2002-07-05 | merged bsd-3-0-0-branch | Alan Hourihane | |
2002-05-16 | Allow drm to build under 2.4 and 2.5(.14) | Keith Whitwell | |
2002-02-02 | wrapper for ioremap_nocache() like for ioremap() (Paul Mundt) | Michel Daenzer | |
2001-10-22 | merge kernel 2.4.13-pre6. | Alan Hourihane | |
2001-09-25 | merge with 2.4.10 kernel | Alan Hourihane | |
2001-09-18 | remove Linux 2.3.x cruft. | Alan Hourihane | |
2001-08-19 | No one's maintaining 2.2.x support - so remove all the cruft. | Alan Hourihane | |
2001-08-14 | A few warning fixes when actually building under 2.4.9-pre2 + some | Jeff Hartmann | |
reformating | |||
2001-08-13 | Sync with Linus 2.4.9-pre2 + make all nopage routines more alike | Jeff Hartmann | |
2001-08-10 | Commit Keith Owens kernel Makefile changes, merge and commit alpha patch | Jeff Hartmann | |
set from Jay Estabrook (sans some mga modifications which broke other arch's.) | |||
2001-08-08 | Update to the code I sent Linus and Alan this morning. Added some missing | Jeff Hartmann | |
agp chipsets to drm_agpsupport.h, redid the card detection common code to use a structure (avoids endian porting issues), changed the tdfx driver to use the kernel pci id '#defines' | |||
2001-04-30 | - PCIGART patches for Alpha from Compaq | Kevin E Martin | |
2001-04-06 | Handle drivers that don't have __HAVE_SG defined. | Alan Hourihane | |
2001-04-05 | Merged ati-pcigart-1-0-0 | Kevin E Martin | |
2001-03-19 | Remove PRIMPTR completely. | Gareth Hughes | |
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-24 | - Misc cleanups. | Gareth Hughes | |
- Fix drmR128Clear parameters (Radeon to follow). - Add some helper macros to r128/radeon kernel modules. | |||
2000-11-15 | Sync with Linux 2.4.0-test11-pre5 Provide backward compatibility tested | Rik Faith | |
against 2.2.18pre21 As usual, since all 2.4.0-test* kernels set LINUX_VERSION_CODE to the same value, if you are running a 2.4.0-test kernel, you MUST be running 2.4.0-test11-pre4 or later (although anything after 2.4.0-test11-pre1 should work fine -- I tested with pre4/pre5). I expect 2.2.x support to continue to work for all recent kernels, but I tested with 2.2.18pre21 -- we use the old intermodule symbol communication for 2.2.x kernels, so they should all continue to work. | |||
2000-11-08 | merge with 4.0.1d | David Dawes | |
2000-09-29 | More changes for sync with Linux 2.4.0-test9-pre7 | 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-24 | commit xfree86 4.0.1d-pre update | Alan Hourihane | |
2000-09-07 | Merged tdfx-2-1-branch | Alan Hourihane | |
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-08-18 | Fix ABA problem in drm_freelist_{put,try} | Rik Faith | |
2000-08-18 | Sync with Linux 2.4.0-test7/pre4 | Rik Faith | |
2000-08-08 | Sync with Linux 2.4.0-test6-pre8 | Rik Faith | |
2000-08-07 | Fix for multiple sarea bug + agp built into kernel segfault | Jeff Hartmann | |
2000-08-04 | Sync with Linux 2.4.0-test6-pre2 | Rik Faith | |
2000-07-21 | Revert some changes and try alternative way to clean up AGP handling. | Rik Faith | |
2000-07-21 | Changes to make AGP optional for in-kernel builds | Rik Faith | |
2000-07-20 | More fixups for kernel build: EXPORT_SYMTAB warning removal | Rik Faith | |
put_module_symbol clean up of tdfx tdfx_cleanup routine Makefile.kernel fix | |||
2000-07-20 | Fixes for building in the kernel tree | Rik Faith | |
2000-07-20 | Fixed for monolithic kernel build | Rik Faith | |
2000-07-20 | Added support for building as modules or as part of monolithic kernel | Rik Faith | |
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-05-18 | Merged ati-4-0-1 | Kevin E Martin | |
2000-04-04 | Merged mga branch with trunk | Jeff Hartmann | |
2000-03-16 | Merge with 4.0 | Jeff Hartmann | |
2000-02-22 | 3.9.18 merge | Kevin E Martin | |
2000-01-12 | Add a drm_poll function to the tdfx driver. This fixes the problem with | Daryll Strauss | |
3.9.17 where the server hangs when the mouse is first moved. |