summaryrefslogtreecommitdiff
path: root/linux/mga_state.c
AgeCommit message (Collapse)Author
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes
2000-12-30add blit ioctl, fix plnwt handlingKeith Whitwell
2000-11-01Added multitexture fix to the mga drm driverJeff Hartmann
2000-09-29Audit calls to schedule() Remove tags from files shared with Linux kernelRik 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-27Merged the mga-lock-debug-0-2-0-branch with the trunk. This includesJeff 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-24commit xfree86 4.0.1d-pre updateAlan Hourihane
2000-09-07Merge of tdfx branch undid the changes from the 2.4.0-test8-pre5 kernelGareth Hughes
sync, so apply them again.
2000-09-07Merged tdfx-2-1-branchAlan Hourihane
2000-09-06Sync with 2.4.0-test8-pre5 kernel.Gareth Hughes
2000-08-30Initialize vertsize correctly. Add planemask arguments for color and depthKeith Whitwell
stencil clearing.
2000-08-25Apply patch from Alan Hourihane to temporarily allow compilation on AlphaRik Faith
(the driver has not been tested on Alpha -- this just makes it compile)
2000-08-20Bug fixes for 32bpp rendering (still disabled)Keith Whitwell
2000-08-18Possible fix for trispd bugJeff Hartmann
2000-07-11Merge XFree86 4.0.1Alan Hourihane
2000-06-13Update email addresses and copyright notices to reflect VA Linux SystemsRik Faith
2000-06-12Merged the tdfx-2-0 branch onto the trunkDaryll Strauss
2000-06-08don't draw if window is unmapped, other updates (Jeff Hartmann)Brian Paul
2000-06-08Merged glxmisc-3-0-0Brian Paul
2000-05-26Fixed WARP pipe hangs in Quake 3. Fullscreen or window at (0,0) seems toGareth Hughes
work fine now, but an offset window still hangs in the same places as before.
2000-05-25Merged mga-0-0-3-branchKeith Whitwell
- New security model for i810 - Enable i810 dri by default - New indexed vertex path for mga - Mga kernel driver rework - Removed dead files in i810 driver
2000-04-04Merged mga branch with trunkJeff Hartmann
2000-02-22Import of XFree86 3.9.18Kevin E Martin