Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-10 | RV550: MC setup is like RV515 not RV530 | Alex Deucher | |
2008-03-10 | New upstream snapshot | Brice Goglin | |
2008-03-10 | Merge branch 'master' of ↵ | Brice Goglin | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental | |||
2008-03-08 | Makefile.am: nuke RCS Id | Matthieu Herrb | |
2008-03-07 | AVIVO: clean up some unused variables | Alex Deucher | |
2008-03-07 | RADEON: Fix crash in last commit | Alex Deucher | |
2008-03-06 | RADEON: fix tiling/interlaced interaction with randr 1.2 | Dave Airlie | |
2008-03-06 | DCE3: Ignore outputs with DIN connectors for now | Alex Deucher | |
2008-03-06 | AVIVO: fix typo from a previous commit | Alex Deucher | |
Leave tv dpms hook disabled or you may get bad interactions with the shared DAC | |||
2008-03-06 | AVIVO: don't add outputs for invalid connectors | Alex Deucher | |
2008-03-06 | Merge branch 'master' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati | |||
2008-03-06 | AVIVO: fix up memsize detection for IGP chips | Alex Deucher | |
2008-03-06 | Bug #14826: Fix a bogus check around xf86SetOperatingState. | Doug Chapman | |
2008-03-06 | Merge branch 'master' of ↵ | Adam Jackson | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati | |||
2008-03-06 | DCE3.0: add support for crtc memreq table | Alex Deucher | |
2008-03-06 | RADEON: take 2 on proper pragma pack support for bsds | Alex Deucher | |
See bug 14594. Based on suggestion by Henry Zhao | |||
2008-03-06 | DCE3.0: Minor fixups | Alex Deucher | |
2008-03-06 | RADEON: option to override TVDAC adj values from bios with driver defaults | Alex Deucher | |
If you have a washed out image on the tv dac, try this option. Option "DefaultTVDACAdj" "TRUE" | |||
2008-03-05 | AVIVO: Initial support for DCE 3.0 using atombios | Alex Deucher | |
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues. | |||
2008-03-05 | RADEON: fix fetching of dac2 adj values from newer bios tables | Alex Deucher | |
2008-03-03 | ATOMBIOS: fix atombios parser support on *bsd | Alex Deucher | |
bsd requires a different pragma pack than Linux. See bug 14594. | |||
2008-03-02 | [PATCH] Ensure symbols used by other modules are visible. | Paulo Cesar Pereira de Andrade | |
The xf86-video-ati drivers are one of the cases where LoaderSymbol is widely used in some obscure ways. This patch fixes the problem, and allows compiling with -fvisibility=hidden. | |||
2008-03-02 | Clarify the NEWS entry about ati/r128/mach split | Brice Goglin | |
2008-03-02 | Prepare changelog for upload | Brice Goglin | |
2008-03-02 | Update to latest upstream snapshot | Brice Goglin | |
2008-03-02 | Merge branch 'master' of ↵ | Brice Goglin | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental | |||
2008-03-01 | RS6xx: change isIGP checks to CHIP_FAMILY_RS690 | Alex Deucher | |
these paths are only relevant on RS6xx chips | |||
2008-03-01 | RADEON: use xf86SetDesiredModes() in screeninit and enterVT | Alex Deucher | |
this should restore the proper output state on VT switches | |||
2008-03-01 | RADEON: remove driver rec copies of mc info, use save rec directly | Maciej Cencora | |
info->mc_* were used and the immediately copied into info->ModeReg ones. Just use the ModeReg copies directly. | |||
2008-03-01 | Update packaging for the r128/mach64 submodule split out | Brice Goglin | |
2008-03-01 | Merge branch 'master' of ↵ | Brice Goglin | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental | |||
2008-03-01 | RADEON: memmap rework 1 | Alex Deucher | |
Don't restore memmap regs on every mode switch. Just do memmap save/restore/setup on server start and VT switch. | |||
2008-03-01 | RADEON: only restore legacy dac regs on legacy radeons | Alex Deucher | |
2008-03-01 | RS4xx: enable exa render accel and textured video | Alex Deucher | |
RS6xx paths seem to work fine on RS4xx | |||
2008-03-01 | AVIVO: save/restore regs by block | Alex Deucher | |
Save/Restore the entire block for each output. This should fix VT switch problems. | |||
2008-02-29 | AVIVO: LVDS panels need dithering enabled | Alex Deucher | |
Fixes bug 14760 | |||
2008-02-29 | AVIVO: disable pageflipping on avivo chips until we have proper drm support | Alex Deucher | |
2008-02-29 | R5xx: fix register count when sending fragment program for textured video | Alex Deucher | |
2008-02-29 | fix off-by-one in last commit | Alex Deucher | |
2008-02-28 | AVIVO: save/restore scaler regs | Alex Deucher | |
2008-02-28 | RS6xx: rework output parsing | Alex Deucher | |
Turns out it's not as complex as I originially thought. IGP chips just have non-standard GPIO entires for DDC. | |||
2008-02-28 | RS6xx: fix typos in previous commit | Alex Deucher | |
Noted by Maciej Cencora on IRC | |||
2008-02-28 | AVIVO: disable dithering on DFPs | Alex Deucher | |
This should fix the color banding some people have noticed. Also save/restore DDIA regs on RS6xx | |||
2008-02-28 | Handle EXA coordinate limits more cleverly. | Michel Dänzer | |
Generally set the 2D engine limits, and only enforce the 3D engine limits in the CheckComposite hook. This should still prevent useless migration of pixmaps the 3D engine can't handle but allows for basic acceleration of bigger ones. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=14708 . | |||
2008-02-28 | Fix 16 bit packed YUV XVideo playback on big endian systems with DRI disabled. | Michel Dänzer | |
http://bugs.freedesktop.org/show_bug.cgi?id=14668 | |||
2008-02-27 | R500: fragment program clean up and magic number conversion | Alex Deucher | |
2008-02-27 | R300: fix up magic numbers in fragment program | Alex Deucher | |
2008-02-27 | R300/R400: bump up the clip limits for textured video | Alex Deucher | |
This allows up to 2560x2560 (hw limit) | |||
2008-02-27 | AVIVO: make sure we select the right LUT for each crtc | Alex Deucher | |
2008-02-27 | R300+: update RADEONCP_REFRESH() to reflect new location of scissor regs | Alex Deucher | |