Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-03-28 | Default 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-28 | Disable MTRR support for PCIE G200SE cards, as it tickles hardware bugs. | Adam Jackson | |
2007-03-28 | Fix various timing bugs on the G200SE. | Adam Jackson | |
2007-03-18 | Shut up the compiler. | Tilman Sauerbeck | |
2007-02-02 | Code refactoring in MGAScreenInit. | Ian Romanick | |
Rearrange code so that functions that are selected based on MergedFB and SecondCrtc are selected in one place instead of 3. Rearrange some code that selects on FBDev and Primary to flow a little better. | |||
2007-02-01 | Ensure the result of MGAMapMem is checked. | Ian Romanick | |
Add GCC warn_unused_result attribute to MGAMapMem. Add a check of the return value to one place that was missing it (in MGACountRam), and check the return of that function. | |||
2007-02-01 | Refactor memory map / unmap functions. | Ian Romanick | |
MGAMapMem and MGAMapMemFBDev were refactored into a single function. This happens to fix a bug triggered in software XAA paths because MGAMapMem did not set FbStart. MGAUnmapMem and MGAUnmapMemFBDev were also refactored into a single function. | |||
2007-01-15 | Convert to new pci_device_cfg_write_u* interface. | Ian Romanick | |
2007-01-15 | Pass the correct pointer to pci_device_cfg_write_bits. | Ian Romanick | |
2007-01-09 | Merge branch 'master' of ↵ | Ian Romanick | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework | |||
2006-12-26 | Fixed 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-26 | More boring janitoring work. | Tilman Sauerbeck | |
2006-12-26 | Fixed a typo in a debug message. | Tilman Sauerbeck | |
2006-12-26 | Bug #9448: Actually write the C2STARTADD0 register. | Tilman Sauerbeck | |
2006-12-24 | Merge branch 'temp' | Daniel Stone | |
2006-12-24 | bump to 1.4.6.1 (respin)xf86-video-mga-1.4.6.1 | Daniel Stone | |
No code changes, just built with a better util-macros. | |||
2006-12-24 | bump to 1.4.6xf86-video-mga-1.4.6 | Daniel Stone | |
2006-12-24 | bump to 1.4.6.1 | Daniel Stone | |
2006-12-24 | bump to 1.4.6 | Daniel Stone | |
2006-12-11 | Merge branch 'master' of ↵ | Ian Romanick | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework | |||
2006-12-11 | Merge branch 'master' of ↵ | Ian Romanick | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework Conflicts: src/mga_macros.h | |||
2006-12-10 | Replaced some more magic values with register names. | Tilman Sauerbeck | |
2006-12-06 | Makefile.am: fix ChangeLog hook | Daniel 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-02 | Removed a duplicated register definition. | Tilman Sauerbeck | |
2006-12-01 | More janitoring work. | Tilman Sauerbeck | |
Moved the XPWRCTRL, XDISPCTRL and C2CTL register definitions to mga_reg.h. Cleaned up the DAC2 routing. | |||
2006-12-01 | Use the XORG_RELEASE_VERSION autoconf macro. | Tilman Sauerbeck | |
2006-11-30 | bump to 1.4.5xf86-video-mga-1.4.5xf86-input-mga-1.4.5 | Daniel Stone | |
2006-11-26 | Made some XAA function static. | Tilman Sauerbeck | |
2006-11-26 | Removed a duplicated register definition. | Tilman Sauerbeck | |
2006-11-26 | Replaced more magic values with register names. | Tilman Sauerbeck | |
2006-11-26 | Use register names in MGASaveScreenMerged() rather than magic numbers. | Tilman Sauerbeck | |
2006-11-26 | Register 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-25 | Removed some unused defines from mga_reg.h. | Tilman Sauerbeck | |
2006-11-25 | Removed some duplicated register definitions. | Tilman Sauerbeck | |
2006-11-19 | Bug #2168: Fix graphics corruptions with Mystique rev 2. | Tilman Sauerbeck | |
2006-11-17 | Enabled the Exa composite hooks on G550. | Tilman Sauerbeck | |