Age | Commit message (Expand) | Author | Files | Lines |
2001-02-15 | - Remove AGP support from tdfx driver.mga-1-0-0-20010215-freezemga-1-0-0-branch | Gareth Hughes | 3 | -5/+4 |
2001-02-15 | Full merge from trunk. | Gareth Hughes | 6 | -11/+15 |
2001-02-14 | Do that properly... | Gareth Hughes | 1 | -3/+8 |
2001-02-14 | Always mark the buffer age. Fixes kernel crash when Q3 is first app to be | Gareth Hughes | 2 | -81/+29 |
2001-02-14 | Add a small number of retries to drmDMA on -EAGAIN errors. These are | Gareth Hughes | 2 | -29/+38 |
2001-02-14 | - Templated i810 driver (untested -- volunteers?) | Gareth Hughes | 29 | -2894/+696 |
2001-02-14 | Fix typo -- head and wrap parameters were the wrong way around in TEST_AGE, | Gareth Hughes | 5 | -78/+50 |
2001-02-14 | Ha ! Nice One. WTF?? again... Should be __REALLY_HAVE_AGP, not | Alan Hourihane | 2 | -6/+2 |
2001-02-14 | Add Radeon 3D driver to branch. | Gareth Hughes | 1 | -0/+1 |
2001-02-14 | Templated radeon kernel module. | Gareth Hughes | 16 | -2020/+337 |
2001-02-14 | Add helpful message to other developers. | Gareth Hughes | 2 | -0/+8 |
2001-02-14 | - Pull in r128, radeon 2D driver code from trunk. | Gareth Hughes | 13 | -1885/+258 |
2001-02-14 | Pull in latest r128 code from trunk (will not work yet). | Gareth Hughes | 7 | -297/+175 |
2001-02-14 | Fix header file dependency. | Gareth Hughes | 1 | -2/+2 |
2001-02-14 | New templated tdfx kernel module. | Gareth Hughes | 16 | -1637/+156 |
2001-02-13 | checkpoint commit. Put back old context queue format on gamma (for now). | Alan Hourihane | 12 | -24/+337 |
2001-02-13 | Updated counters for gamma | Rik Faith | 15 | -69/+74 |
2001-02-13 | Merge (most of) the latest trunk code into the branch. | Gareth Hughes | 6 | -145/+226 |
2001-02-12 | another fixup | Alan Hourihane | 4 | -38/+6 |
2001-02-12 | Finally... No-IRQ DMA works as expected (and doesn't suffer from the odd | Gareth Hughes | 5 | -469/+45 |
2001-02-12 | Right, I've had it. Interrupts are gone... | Gareth Hughes | 11 | -1395/+353 |
2001-02-09 | in the hope of gareth telling me 'wtf???' is ? (if I couldn't guess!) | Alan Hourihane | 3 | -7/+4 |
2001-02-09 | add gamma support for new template structure | Alan Hourihane | 5 | -663/+216 |
2001-02-09 | prepare for gamma updates | Alan Hourihane | 10 | -32/+64 |
2001-02-09 | Add extensible counters for statistics via ioctl | Rik Faith | 17 | -93/+504 |
2001-02-08 | Checkpoint commit before I fix IRQ disable/enable. | Gareth Hughes | 44 | -382/+456 |
2001-02-02 | Fix /proc files to output all available data (In recent kernels, they have | Rik Faith | 6 | -140/+274 |
2001-02-02 | Add new ioctls and example drmstat.c program More ioctls are needed, but | Rik Faith | 11 | -18/+429 |
2001-02-01 | Add drm_stub.h support This allows proper handling of /proc entries when | Rik Faith | 12 | -425/+689 |
2001-02-01 | Add DRM_MAJOR | Rik Faith | 3 | -0/+3 |
2001-02-01 | Fix up warnings for printk statements | Rik Faith | 1 | -9/+9 |
2001-01-31 | Add spinlocks to interrupt handler. | Gareth Hughes | 1 | -0/+2 |
2001-01-31 | Put PRIMEND write after DMAPADs to prevent race condition. | Gareth Hughes | 1 | -6/+3 |
2001-01-31 | This is how it should be done... | Gareth Hughes | 3 | -391/+161 |
2001-01-31 | Checkpoint commit, I'm about to throw all this code away... | Gareth Hughes | 3 | -127/+165 |
2001-01-29 | Don't really use the status page, keep the ring write pointer ourselves. | Gareth Hughes | 3 | -114/+80 |
2001-01-29 | More intermediate hacking... | Gareth Hughes | 3 | -18/+87 |
2001-01-28 | Yes, this really is development code... | Gareth Hughes | 1 | -2/+0 |
2001-01-28 | More hacking on mga kernel module v3.0.0, basic (non-textured) apps work | Gareth Hughes | 14 | -261/+3406 |
2001-01-24 | New DRM template architecture, with initial implementation of MGA driver | Gareth Hughes | 60 | -8342/+23061 |
2001-01-24 | - Misc cleanups. | Gareth Hughes | 12 | -353/+294 |
2001-01-23 | file ati_pcigart.h was initially added on branch ati-pcigart-0-0-1-branch. | Jeff Hartmann | 0 | -0/+0 |
2001-01-23 | file ati_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch. | Jeff Hartmann | 0 | -0/+0 |
2001-01-18 | Fixed problem preventing compile on system w/o agpgart. | Jeff Hartmann | 1 | -2/+2 |
2001-01-17 | file r128_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch. | Jeff Hartmann | 0 | -0/+0 |
2001-01-17 | file scatter.c was initially added on branch ati-pcigart-0-0-1-branch. | Jeff Hartmann | 0 | -0/+0 |
2001-01-13 | Remove debug messages. | Gareth Hughes | 1 | -1/+1 |
2001-01-11 | Makefile.linux was checking $(MACHINE) for 'i386' before building the | Keith Whitwell | 1 | -0/+3 |
2001-01-08 | Merged tdfx-3-0-0tdfx-3-0-0-20010109-merge | Nathan Hand | 3 | -2/+5 |
2001-01-05 | Merged ati-5-0-0ati-5-0-0-20010105-merge | Kevin E Martin | 21 | -861/+6467 |