Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-21 | Updated PLL algorithm for G200eW. | Yannick Heneault | |
Changed the m,n,p selection for G200eW and programming sequence. | |||
2009-01-09 | Remove xorgconfig & xorgcfg from See Also list in man page | Alan Coopersmith | |
2008-11-20 | Fixed PLL m,n,p selection for G200eW to respect byte granularity. | Yannick Heneault | |
Renamed G200 eW Winbond ID string to Nuvoton. Added EV suffix to G200 Maxim. Blocked double scan mode for G200 eW. Fixed memory bandwidth limitation for G200eW to 318.77 Mhz. Added a workaround (blit 1x1 with rop=xor) to fix the black screen problem for G200eW. | |||
2008-10-01 | fixed winbond/nuvoton min pll clock to correct value (18.75Mhz). | Yannick Heneault | |
2008-07-02 | mga 1.4.9xf86-video-mga-1.4.9 | Adam Jackson | |
2008-06-30 | Bug #16545: Add G200WB support. | Yannick Henault | |
2008-06-23 | Death to RCS tags. | Adam Jackson | |
2008-06-23 | Bug #15836: Fix DDC on G200SE. | Yannick Henault | |
2008-06-09 | G200EV: Enable support for G200EV | Ian Romanick | |
2008-05-30 | I2C: Second (and final) round of clean-ups | Ian Romanick | |
2008-05-30 | I2C: First round of clean-ups | Ian Romanick | |
2008-05-30 | Get memory probe size and stride (offset) values values from a data table ↵ | Ian Romanick | |
instead of from code | |||
2008-05-30 | Initialize default BIOS values from a data table instead of from code | Ian Romanick | |
2008-05-30 | cfb8_32: Gut a remnants of support for 24-bit with 8-bit overlay | Ian Romanick | |
2008-05-07 | For compatibility, accept SWcursor as option. | Tiago Vignatti | |
2008-03-16 | Replace ALLOCATE_LOCAL/DEALLOCATE_LOCAL with xalloc/xfree. | Paulo Cesar Pereira de Andrade | |
The other missing symbols is MGAGetClientPointer, that I believe should be provided by matrox's libHAL.a, that I am afraid if someone still has a copy of it, it won't work with X Org's loader. | |||
2008-03-08 | Makefile.am: nuke RCS Id | Matthieu Herrb | |
2008-01-19 | Disable I2C on G200SE for now. | Adam Jackson | |
2008-01-19 | Change initial memory sizing on G200SE. | Adam Jackson | |
2008-01-19 | Adjust memory timings on G200SE-A. | Adam Jackson | |
A bit opaque, but from the vendor: "The 0x1E24 check is to verify which pilot card is being used. And is used mainly to setup the hipri value of the card for use in a non hal enabled configuration as well as for when we check the max bandwidth for the latest board version of pilot." (fdo bug #11652) | |||
2008-01-19 | Updates to memory sizing on G200SE. | Adam Jackson | |
2008-01-19 | No depth 15 on G200SE-A. | Adam Jackson | |
2008-01-19 | Filter high-bandwidth modes on G200SE. | Adam Jackson | |
2008-01-19 | Update PInS defaults for G200SE-A. | Adam Jackson | |
2008-01-18 | Bumped version to 1.4.8.xf86-video-mga-1.4.8 | Tilman Sauerbeck | |
2008-01-18 | Bug #13926: Unbreak Xinerama. | Tilman Sauerbeck | |
2007-12-12 | G200SE-A can't cope with bigger than 1600x1200. | Adam Jackson | |
2007-10-30 | Don't build or call init_dri if XF86DRI is undefined | Alan Coopersmith | |
2007-10-03 | Fixed a typo. | Tilman Sauerbeck | |
2007-10-03 | Unmap the same size that was mapped | Ian Romanick | |
Make sure the same size is used with pci_device_unmap_range as was used with pci_device_map_range. Failing to do so was causing problems with a G450 card in a POWER6 box. Based on a patch submitted by Anton Blanchard. | |||
2007-09-15 | Oops, don't access the "memory" field in struct pci_mem_region either. | Tilman Sauerbeck | |
2007-09-14 | Use pci_device_map_range() instead of pci_device_map_region(). | Tilman Sauerbeck | |
Likewise for pci_device_unmap_region(). | |||
2007-09-05 | Bumped version to 1.4.7.xf86-video-mga-1.4.7 | Tilman Sauerbeck | |
2007-09-03 | Merge branch 'master' of ↵ | James Cloos | |
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga | |||
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-08-31 | Use XSERVER_LIBPCIACCESS to detect pci-rework. | Ian Romanick | |
2007-08-22 | Set pScrn to NULL before calling xf86ConfigPciEntity.pci-rework | Ian Romanick | |
Why is the interface to xf86ConfigPciEntity so filled with hate? | |||
2007-08-22 | Merge PCI-rework support and "classic" PCI interface support into one tree | Ian Romanick | |
First pass at merging both trees. So far, this has only been tested on the PCI-rework build on a PCI G450. | |||
2007-08-20 | Fix compile error introduced by merge. | Ian Romanick | |
2007-08-20 | Merge branch 'master' of ↵ | Ian Romanick | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework | |||
2007-08-08 | Fixed major blending and compositing breakage. | Tilman Sauerbeck | |
Do not adjust the destination blend factor if we need source alpha but our source doesn't have an alpha channel. This makes no sense at all, because the intermediate picture will always have alpha bits (either from the original source, or forced to 0xff). | |||
2007-08-01 | Add info for offset 116 in PInS version 5. | Ian Romanick | |
2007-07-30 | Bug #4249: Further increase the minimum dot clock. | Tilman Sauerbeck | |
2007-07-27 | Change minimal frequency guess from 12 to 16MHz | Brice Goglin | |
G550 seems to lock up with frequencies below 16MHz. Reported by Benjamin Wong <hackerb9@u.washington.edu> in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430112 and https://bugs.freedesktop.org/show_bug.cgi?id=11339 | |||
2007-07-19 | Add Xv support for Millennium II chips | Gabriele Gorla | |
Bug 11537 | |||
2007-04-15 | Added memcpy-based DownloadFromScreen implementation. | Tilman Sauerbeck | |
2007-04-15 | On G550, do A8 adds in hardware. | Tilman Sauerbeck | |
2007-04-15 | Make DRI initialization work when using EXA. | Tilman Sauerbeck | |
Still need to implement InitBuffers and MoveBuffers for EXA. | |||
2007-03-30 | Removed the debug messages for solid and copy ops. | Tilman Sauerbeck | |
2007-03-30 | Sync after UploadToScreen. | Tilman Sauerbeck | |