summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-09Merge branch 'master' into randr-1.2randr-1.2Tilman Sauerbeck
2007-08-08Fixed 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-08Power off the panel(s) when there's no users.Tilman Sauerbeck
2007-08-02Removed unused driver options.Tilman Sauerbeck
2007-08-02Removed documentation for the NoHal option.Tilman Sauerbeck
2007-08-02Removed unused MGA_DH_NEEDS_HAL macro.Tilman Sauerbeck
2007-08-02Added (broken) support for the second output on G550 dual-dvi.Tilman Sauerbeck
This still has the original problem that a horizontal and vertical offset is applied to that output. I also renamed the "Panel" outputs to "DVI".
2007-08-01Only number outputs if necessary.Tilman Sauerbeck
2007-08-01Fixed CRTC and output instantiation.Tilman Sauerbeck
Now the G-class crtc and outputs are actually only used on G-class cards. Also hooked up the 2064 crtc and output.
2007-08-01Added output detection based on PInS data.Tilman Sauerbeck
2007-08-01Add info for offset 116 in PInS version 5.Ian Romanick
2007-07-30Bug #4249: Further increase the minimum dot clock.Tilman Sauerbeck
2007-07-27Change minimal frequency guess from 12 to 16MHzBrice 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-19Add Xv support for Millennium II chipsGabriele Gorla
Bug 11537
2007-04-16Merge branch 'master' into randr-1.2Tilman Sauerbeck
Conflicts: src/mga.h src/mga_dacG.c src/mga_dri.c src/mga_driver.c
2007-04-15Added memcpy-based DownloadFromScreen implementation.Tilman Sauerbeck
2007-04-15On G550, do A8 adds in hardware.Tilman Sauerbeck
2007-04-15Make DRI initialization work when using EXA.Tilman Sauerbeck
Still need to implement InitBuffers and MoveBuffers for EXA.
2007-03-30Removed the debug messages for solid and copy ops.Tilman Sauerbeck
2007-03-30Sync after UploadToScreen.Tilman Sauerbeck
2007-03-28Default mode on G200SE of 1024x768 @ 16bpp.Adam Jackson
The poor thing has so little VRAM that you can't do any bigger than 640x480 at 32bpp, so in the interest of having a reasonable screen size...
2007-03-28Disable MTRR support for PCIE G200SE cards, as it tickles hardware bugs.Adam Jackson
2007-03-28Fix various timing bugs on the G200SE.Adam Jackson
2007-03-18Shut up the compiler.Tilman Sauerbeck
2007-03-18First stab at RandR 1.2. This will only work on G450/G550 cards.Tilman Sauerbeck
2007-01-19Updated Makefiles for the removed files.Tilman Sauerbeck
2007-01-17Removed the HAL code.Tilman Sauerbeck
Chances are good some of the now lost features will be implemented later.
2006-12-26Fixed a typo that caused MGAREG_C2OFFSET to be set to a bad value.Tilman Sauerbeck
Unfortunately, this doesn't fix any bugs because afterwards, the correct value would be stored in MGAREG_C2OFFSET anyway.
2006-12-26More boring janitoring work.Tilman Sauerbeck
2006-12-26Fixed a typo in a debug message.Tilman Sauerbeck
2006-12-26Bug #9448: Actually write the C2STARTADD0 register.Tilman Sauerbeck
2006-12-24Merge branch 'temp'Daniel Stone
2006-12-24bump to 1.4.6.1 (respin)xf86-video-mga-1.4.6.1Daniel Stone
No code changes, just built with a better util-macros.
2006-12-24bump to 1.4.6xf86-video-mga-1.4.6Daniel Stone
2006-12-24bump to 1.4.6.1Daniel Stone
2006-12-24bump to 1.4.6Daniel Stone
2006-12-10Replaced some more magic values with register names.Tilman Sauerbeck
2006-12-06Makefile.am: fix ChangeLog hookDaniel Stone
Make ChangeLog hook safe for all situations I could think of, including carrying the ChangeLog through for distcheck when objdir != srcdir. It's significantly more ugly, but eh.
2006-12-02Removed a duplicated register definition.Tilman Sauerbeck
2006-12-01More janitoring work.Tilman Sauerbeck
Moved the XPWRCTRL, XDISPCTRL and C2CTL register definitions to mga_reg.h. Cleaned up the DAC2 routing.
2006-12-01Use the XORG_RELEASE_VERSION autoconf macro.Tilman Sauerbeck
2006-11-30bump to 1.4.5xf86-video-mga-1.4.5xf86-input-mga-1.4.5Daniel Stone
2006-11-26Made some XAA function static.Tilman Sauerbeck
2006-11-26Removed a duplicated register definition.Tilman Sauerbeck
2006-11-26Replaced more magic values with register names.Tilman Sauerbeck
2006-11-26Use register names in MGASaveScreenMerged() rather than magic numbers.Tilman Sauerbeck
2006-11-26Register name tweak.Tilman Sauerbeck
The "DAC power down" register powers down the DAC when it's set to zero, and enables it when it's set to one. To avoid confusion, I renamed it.
2006-11-25Removed some unused defines from mga_reg.h.Tilman Sauerbeck
2006-11-25Removed some duplicated register definitions.Tilman Sauerbeck
2006-11-19Bug #2168: Fix graphics corruptions with Mystique rev 2.Tilman Sauerbeck