Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-07 | DCE3/3.2: further fixes | Alex Deucher | |
disable the dig transmitter and encoder before setup and enable | |||
2009-04-07 | Cast info->sclk to int | Alex Deucher | |
2009-04-07 | Fix missing ')' in PCIE macro | Alex Deucher | |
2009-04-07 | radeon: fix Xv vsync for multi-head | Alex Deucher | |
2009-04-04 | DCE3/3.2: cleanup dpms after previous changes | Alex Deucher | |
2009-04-04 | DCE3/3.2: fix up transmitter/encoder setup | Alex Deucher | |
Should fix bug 21050 | |||
2009-04-02 | Enable byte swapping for r6xx/r7xx Hardware | Eduard Fuchs | |
Patch from Eduard Fuchs with some cleanup from me. Tested at 32 bpp on MPC8641HPCN board (PowerPC) with HD2400 PCIe card | |||
2009-04-02 | Add RV790 (HD 4890) support | Alex Deucher | |
2009-03-31 | Add PCIE register accessors | Alex Deucher | |
2009-03-31 | Unify mc_idle() | Alex Deucher | |
2009-03-31 | COMBIS: Clarify case 0 for LCD DDC table | Alex Deucher | |
2009-03-31 | COMBIOS: fix default sclk/mclk from bios | Alex Deucher | |
2009-03-31 | mac mini: 3rd time's the charm | Alex Deucher | |
fixes 10fbbac4bed59e12ad794ac873dd415d9ee4e340 fixes bugs 20796 and 20979 | |||
2009-03-31 | Mac mini: fix connector setup for real | Alex Deucher | |
fixes f061308e7abcf93d1612681b935387fee23e0a24 fixes bugs 20796 and 20979 | |||
2009-03-30 | r1xx-r3xx TV: fix white noise | Alex Deucher | |
should fix bug 13872 | |||
2009-03-27 | mac mini: fix connector setup regression | Alex Deucher | |
fixes bug 20796 | |||
2009-03-26 | radeon: re-enable r/g/b intensity attributes for overlay | Alex Deucher | |
Noticed by sroland on IRC. | |||
2009-03-26 | R6xx/R7xx EXA: rework composite pixel shader | Alex Deucher | |
- move to vram storage - move swizzle logic to tex setup | |||
2009-03-26 | R6xx/R7xx: clean up logic in EXA Comp PS setup | Alex Deucher | |
2009-03-26 | R6xx/R7xx: clean up bool const code | Alex Deucher | |
3 regs: 1 bit per bool, 32 bools per ps/vs/gs | |||
2009-03-24 | fix textured video allocation bug | Roland Scheidegger | |
size needs to be calculated after dstPitch adjustments, got already fixed for earlier than R600 chips by planar textured yuv patches, clean this up. | |||
2009-03-24 | don't convert planar yuv to packed for r200 | Roland Scheidegger | |
uses 3 textures for planar yuv and does yuv->rgb conversion in the shader. Similar to r300 code, but might have precision issues - hardware alu should have enough precision but hardware consts are only 8bit and we'd want at least 11. This also enables textured video on rv250 (and also supports packed yuv on that chip by using basically the same shader with packed data). | |||
2009-03-24 | don't convert planar yuv to packed for r300 | Roland Scheidegger | |
uses 3 textures for planar yuv and does yuv->rgb conversion in the shader. small performance advantage, but manual texture cache setting is necessary otherwise it may be measurably slower (but probably not relevant) in some cases. Unlike some other drivers, using MADs instead of DP3s, since this requires less instructions due to no MOVs are required, the end result is the same though the constants need to be different. Use of this is user settable for now (XV_HWPLANAR attrib). | |||
2009-03-24 | clip fixes | Roland Scheidegger | |
This fixes some oddities observed when the video is only partly visible. Instead of recalculating the geometry of the video, always use the same. Also fixes a assignment present twice, and another issue (bring in line with what the overlay code does). | |||
2009-03-23 | R4xx ATOM: fix crtc routing for CRT1 | Alex Deucher | |
should fix bug 20814 | |||
2009-03-22 | radeon: add new chip ids | Alex Deucher | |
2009-03-20 | DCE3.2: use RMX for for non-native modes on DVI | Alex Deucher | |
DVI seems to have issues with low dotclocks, so use the scaler instead. Fixes bug 20754 | |||
2009-03-19 | R6xx/R7xx EXA: fix maxPitchBytes | Alex Deucher | |
should now allow accel up the hw max of 8192x8192 | |||
2009-03-19 | Add new pci ids | Alex Deucher | |
2009-03-18 | bump version post release | Alex Deucher | |
2009-03-18 | bump for releasexf86-video-ati-6.12.1 | Alex Deucher | |
2009-03-18 | ATOM: fix up tv-out support | Alex Deucher | |
- fix purple hue when using ATOMTvOut option - fix TV load detection on newer r6xx/r7xx chips - disable CV for now | |||
2009-03-18 | R6xx/R7xx AGP: disable gart data transfers | Alex Deucher | |
UTS/DFS/Xv Doesn't seem to be reliable on AGP. fixes bugs: 20436, 20236, several reports on ML and IRC | |||
2009-03-18 | man page update | Fabio | |
2009-03-18 | AVIVO: Fix dac load detection | Alex Deucher | |
2009-03-17 | man page updates | Fabio | |
from bug 20648 | |||
2009-03-16 | radeon: add another AGP quirk | Alex Deucher | |
bug 20647 | |||
2009-03-15 | Fix fallout from r6xx/r7xx EXA merge in IB handling | Alex Deucher | |
Noticed Christiaan van Dijk. Should fix bug 20510 | |||
2009-03-14 | atom: fix up bios scartch register usage | Alex Deucher | |
the bios scratch registers keep 3 types of state for each output: 1. dpms 2. active 3. connected some of the command tables use the active flags. We used to set the active flags based on dpms state, but instead set them based on whether they are connected or not. | |||
2009-03-14 | radeon: fix typo in bios scratch reg setup | Alex Deucher | |
2009-03-13 | Bump post-release | Alex Deucher | |
2009-03-13 | bump for releasexf86-video-ati-6.12.0 | Alex Deucher | |
2009-03-13 | radeon: man page updates | Alex Deucher | |
2009-03-13 | uniphy: start adding DisplayPort setup | Adam Jackson | |
2009-03-13 | radeon: add support for 30 bit LUTs | Alex Deucher | |
All radeons have them. Thanks to Yang Zhao for figuring this out. | |||
2009-03-13 | R6xx/R7xx: EXA VSync Option not supported yet | Alex Deucher | |
2009-03-13 | R6xx/R7xx: fix up vline stuff along the lines of previous chips | Alex Deucher | |
Avoids an additional function call. | |||
2009-03-13 | R6xx/R7xx: return in RADEONWaitForIdleMMIO() if accel is off | Alex Deucher | |
Don't wait for engine idle if we haven't initialized the engine. Behavior should be consistent with versions of the driver prior to accel support being added. Should fix bug 20645 | |||
2009-03-13 | R6xx/r7xx: clarify accel messages | Alex Deucher | |
We only support EXA and and only with DRI. | |||
2009-03-13 | Add some more cases to the DVI single-link checks. | Adam Jackson | |