summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-03Bug #12598: Only write palette data when available.Tilman Sauerbeck
2007-10-02Don't check texture dimensions in mgaCheckSourceTexture().Tilman Sauerbeck
2007-10-02Removed MGAFBLayout structure.Tilman Sauerbeck
2007-10-02Removed DGA support.Tilman Sauerbeck
2007-10-01Set maxPitchPixels if available.Tilman Sauerbeck
2007-10-01Don't crash in DownloadFromScreen.Tilman Sauerbeck
2007-09-26Bug #12575: Evaluate the x and y arguments to crtc_mode_set().Tilman Sauerbeck
2007-09-22Set SYNC_CTL to 0xcc when CRTC2 is active.Tilman Sauerbeck
2007-09-21Made DAC2 return to clone mode on restore.Tilman Sauerbeck
2007-09-21Fixed initialization of the second head of the G550.Tilman Sauerbeck
2007-09-15Distribute mga_dac3026.h and mga_dacG.hTilman Sauerbeck
2007-09-15Merge branch 'master' into randr-1.2Tilman Sauerbeck
2007-09-15Oops, don't access the "memory" field in struct pci_mem_region either.Tilman Sauerbeck
2007-09-14Merge branch 'master' into randr-1.2Tilman Sauerbeck
2007-09-14Use pci_device_map_range() instead of pci_device_map_region().Tilman Sauerbeck
2007-09-14Added missing libpciaccess bits.Tilman Sauerbeck
2007-09-14Merge branch 'master' into randr-1.2Tilman Sauerbeck
2007-08-31Use XSERVER_LIBPCIACCESS to detect pci-rework.Ian Romanick
2007-08-22Set pScrn to NULL before calling xf86ConfigPciEntity.pci-reworkIan Romanick
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treeIan Romanick
2007-08-20Fix compile error introduced by merge.Ian Romanick
2007-08-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick
2007-08-09Merge branch 'master' into randr-1.2randr-1.2Tilman Sauerbeck
2007-08-08Fixed major blending and compositing breakage.Tilman Sauerbeck
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 unused MGA_DH_NEEDS_HAL macro.Tilman Sauerbeck
2007-08-02Added (broken) support for the second output on G550 dual-dvi.Tilman Sauerbeck
2007-08-01Only number outputs if necessary.Tilman Sauerbeck
2007-08-01Fixed CRTC and output instantiation.Tilman Sauerbeck
2007-08-01Added output detection based on PInS data.Tilman Sauerbeck
2007-07-30Bug #4249: Further increase the minimum dot clock.Tilman Sauerbeck
2007-07-27Change minimal frequency guess from 12 to 16MHzBrice Goglin
2007-07-19Add Xv support for Millennium II chipsGabriele Gorla
2007-04-16Merge branch 'master' into randr-1.2Tilman Sauerbeck
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
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
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-18First stab at RandR 1.2. This will only work on G450/G550 cards.Tilman Sauerbeck
2007-02-02Code refactoring in MGAScreenInit.Ian Romanick
2007-02-01Ensure the result of MGAMapMem is checked.Ian Romanick
2007-02-01Refactor memory map / unmap functions.Ian Romanick
2007-01-19Updated Makefiles for the removed files.Tilman Sauerbeck
2007-01-17Removed the HAL code.Tilman Sauerbeck
2007-01-15Convert to new pci_device_cfg_write_u* interface.Ian Romanick