summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-02-12Dma stuff for keithi810-last-ringJeff Hartmann4-67/+285
2000-02-12Quake 3 works, with small texturing errors. Performance needs work.Keith Whitwell4-171/+243
2000-02-12I810 updatesJeff Hartmann13-900/+1895
2000-02-11Slight reorg of state-output code to more closely match what Utah wasKeith Whitwell2-24/+22
doing. Multitexture now works fine.
2000-02-11multictx with arbitary number of cliprectsKeith Whitwell8-56/+104
2000-02-10Multiple contexts work, providing cliprects <= MGA_NR_SAREA_CLIPRECTSKeith Whitwell4-75/+96
2000-02-10Move clear and swap operations to primary dma, bugfixes.Keith Whitwell9-199/+278
Jeff's quiescence patch
2000-02-10initialization and state mgmt fixesKeith Whitwell5-88/+233
2000-02-10Removed syncsJeff Hartmann1-40/+49
2000-02-09Intermediate checkinJeff Hartmann2-12/+44
2000-02-09Commit for keithJeff Hartmann13-84/+486
2000-02-08Fixes for jeffKeith Whitwell2-65/+50
2000-02-08Cleaned up buffer deallocationJeff Hartmann4-9/+18
2000-02-07Fixed flag in mga_clear.cJeff Hartmann1-3/+3
2000-02-07Iload debugging stuffJeff Hartmann7-102/+144
2000-02-07Added used arg to iloadJeff Hartmann2-1/+2
2000-02-07Missed an #if 0Jeff Hartmann1-2/+0
2000-02-07Fixed initialization bugJeff Hartmann1-0/+1
2000-02-06Fix constants definitionKeith Whitwell3-19/+39
2000-02-06Iload stuff + bugfixesJeff Hartmann4-35/+132
2000-02-06bug fix for jeffKeith Whitwell1-2/+3
2000-02-06Change to copy state snapshots for each TT_VERTEX buffer.Keith Whitwell12-1024/+767
Change to make sure only a single dma queue is in use. Removed PRIORITY and a bunch of other non-relevent dma code. General cleanup of mga_dma.c
2000-02-06A few state infrastructure thingsJeff Hartmann6-15/+76
2000-02-04Added code for swapbuffers and clearbuffers.Keith Whitwell14-304/+882
Added code to emit all driver state, including context, texture and warp states. Added a hack for carrying state along with a dma buffer. Hopefully Jeff will have a better solution for this problem.
2000-01-30Implementation of protocol, client support (i810) and limited server-sidei810-20000201-beta1Keith Whitwell5-1/+8
support for private depth and back buffers. Commit of Jeff's changes for host-specific memory types from agp. Added mga and i810 drivers to the config files.
2000-01-29removed printk's from critical pathKeith Whitwell2-26/+0
2000-01-27Updates to get dma working + support for Xserver changesJeff Hartmann15-103/+693
2000-01-24Interrupt dma for mgaJeff Hartmann6-285/+279
2000-01-21Added type to drm so I810 will work properlyJeff Hartmann8-7/+13
2000-01-20Fixed up I810 driver for KeithJeff Hartmann9-764/+449
2000-01-20debug commit for jeffKeith Whitwell7-229/+116
2000-01-19Test app stuffJeff Hartmann1-0/+930
2000-01-19Checkin for RikJeff Hartmann1-24/+96
2000-01-19Code in debugging processJeff Hartmann5-20/+100
2000-01-14Fixes to make mga_buf.c & mga_dma.c compileJeff Hartmann4-4/+21
2000-01-13dma checkin, still need to figure out how to pass TT_FLAGS and do someJeff Hartmann13-22/+227
testing
2000-01-11Misc cleanup + in work-in-progress dma handlingJeff Hartmann8-672/+191
2000-01-08Partial sync w/ rikJeff Hartmann15-102/+4016
2000-01-07Fixes to make things compileJeff Hartmann13-11/+146
2000-01-07Added ctxbitmap support to the r128/tdfx.Jeff Hartmann9-27/+1698
-Jeff
2000-01-06Work in progress checkinJeff Hartmann13-82/+1209
2000-01-05Sync with Rik's tree to bring over agp support.Jeff Hartmann32-91/+944
1999-12-15Non working mga dri/drm (work in progress)Jeff Hartmann4-0/+2068
1999-12-08Sync with Linux 2.3.30Rik Faith2-2/+14
1999-12-07Move Mesa to xc/extras Update to the latest Mesa 3.2 code Fix the Q3DemoDaryll Strauss14-153/+313
bugs (white railgun and texture mapping) Simplify driver texture mapping routines Fix device driver for 2.3 kernels Improve performance
1999-12-05First DRI release of 3dfx driver.Daryll Strauss32-327/+9394
1999-12-05Import XFree 3.9.16X_3_9_16Daryll Strauss0-0/+0
1999-12-05Initial revisionDaryll Strauss4-0/+2258