Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2000-02-23 | LRU of free buffers (fixes rendering bugs)mga-0-0-1-20000225-mergemga-0-0-1-branch | Jeff Hartmann | 4 | -37/+148 |
2000-02-23 | fixed last_enqueue | Keith Whitwell | 3 | -10/+315 |
2000-02-22 | Texture LRU fix | Keith Whitwell | 2 | -51/+25 |
2000-02-22 | Cleanup, parameter tweaks | Keith Whitwell | 1 | -25/+60 |
2000-02-22 | Performance tuning | Jeff Hartmann | 4 | -13/+52 |
2000-02-21 | Bugfixes + tuning | Jeff Hartmann | 6 | -89/+135 |
2000-02-21 | Removed mga_clear | Jeff Hartmann | 1 | -349/+0 |
2000-02-21 | Added multiple outstanding dma requests for the mga | Jeff Hartmann | 9 | -1368/+1066 |
2000-02-18 | Added get age ioctl | Jeff Hartmann | 7 | -0/+35 |
2000-02-17 | Multiple outstanding dma requests and no queueing for the i810 | Jeff Hartmann | 12 | -1553/+964 |
2000-02-15 | mga_ioctl_flush: flush was a finish | Jeff Hartmann | 1 | -1/+3 |
2000-02-14 | Fix state managment bugsi810-20000214-beta2 | Keith Whitwell | 9 | -39/+59 |
2000-02-14 | Added mtrr support to the mga + agp bugfixes | Jeff Hartmann | 6 | -6/+251 |
2000-02-14 | Fixed mga 2d interactivity problems | Jeff Hartmann | 7 | -157/+118 |
2000-02-14 | bug fixes | Keith Whitwell | 1 | -0/+5 |
2000-02-14 | vertex dispatch improvements | Keith Whitwell | 3 | -16/+47 |
2000-02-14 | Fixed link list bug in agp_free | Jeff Hartmann | 1 | -2/+13 |
2000-02-14 | jeffs change | Keith Whitwell | 1 | -12/+27 |
2000-02-14 | texture aging | Keith Whitwell | 6 | -236/+559 |
2000-02-13 | Added dma flush ioctl | Jeff Hartmann | 7 | -111/+73 |
2000-02-13 | I810 bugfixes in progress | Jeff Hartmann | 6 | -11/+216 |
2000-02-13 | Working dma solution (has texture errors) | Keith Whitwell | 10 | -491/+920 |
2000-02-12 | Added polling driver to the repository | Jeff Hartmann | 2 | -0/+1807 |
2000-02-12 | Dma stuff for keithi810-last-ring | Jeff Hartmann | 4 | -67/+285 |
2000-02-12 | Quake 3 works, with small texturing errors. Performance needs work. | Keith Whitwell | 4 | -171/+243 |
2000-02-12 | I810 updates | Jeff Hartmann | 13 | -900/+1895 |
2000-02-11 | Slight reorg of state-output code to more closely match what Utah was | Keith Whitwell | 2 | -24/+22 |
2000-02-11 | multictx with arbitary number of cliprects | Keith Whitwell | 8 | -56/+104 |
2000-02-10 | Multiple contexts work, providing cliprects <= MGA_NR_SAREA_CLIPRECTS | Keith Whitwell | 4 | -75/+96 |
2000-02-10 | Move clear and swap operations to primary dma, bugfixes. | Keith Whitwell | 9 | -199/+278 |
2000-02-10 | initialization and state mgmt fixes | Keith Whitwell | 5 | -88/+233 |
2000-02-10 | Removed syncs | Jeff Hartmann | 1 | -40/+49 |
2000-02-09 | Intermediate checkin | Jeff Hartmann | 2 | -12/+44 |
2000-02-09 | Commit for keith | Jeff Hartmann | 13 | -84/+486 |
2000-02-08 | Fixes for jeff | Keith Whitwell | 2 | -65/+50 |
2000-02-08 | Cleaned up buffer deallocation | Jeff Hartmann | 4 | -9/+18 |
2000-02-07 | Fixed flag in mga_clear.c | Jeff Hartmann | 1 | -3/+3 |
2000-02-07 | Iload debugging stuff | Jeff Hartmann | 7 | -102/+144 |
2000-02-07 | Added used arg to iload | Jeff Hartmann | 2 | -1/+2 |
2000-02-07 | Missed an #if 0 | Jeff Hartmann | 1 | -2/+0 |
2000-02-07 | Fixed initialization bug | Jeff Hartmann | 1 | -0/+1 |
2000-02-06 | Fix constants definition | Keith Whitwell | 3 | -19/+39 |
2000-02-06 | Iload stuff + bugfixes | Jeff Hartmann | 4 | -35/+132 |
2000-02-06 | bug fix for jeff | Keith Whitwell | 1 | -2/+3 |
2000-02-06 | Change to copy state snapshots for each TT_VERTEX buffer. | Keith Whitwell | 12 | -1024/+767 |
2000-02-06 | A few state infrastructure things | Jeff Hartmann | 6 | -15/+76 |
2000-02-04 | Added code for swapbuffers and clearbuffers. | Keith Whitwell | 14 | -304/+882 |
2000-01-30 | Implementation of protocol, client support (i810) and limited server-sidei810-20000201-beta1 | Keith Whitwell | 5 | -1/+8 |
2000-01-29 | removed printk's from critical path | Keith Whitwell | 2 | -26/+0 |
2000-01-27 | Updates to get dma working + support for Xserver changes | Jeff Hartmann | 15 | -103/+693 |