Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-24 | R300: clean up magic numbers in RADEONInit3DEngine | Alex Deucher | |
2008-02-24 | R300: replace magic numbers in cache flush | Alex Deucher | |
2008-02-24 | R300: fill in some more 3D bitfields | Alex Deucher | |
2008-02-24 | r500: convert fragprog to use register values | Dave Airlie | |
2008-02-23 | r500: add textured video Xv adapter support | Dave Airlie | |
2008-02-23 | r500: initial rotate support - not fully working yet. | Dave Airlie | |
Just an example of how to setup and run the r500 3D engine for rotation. this rotates for me but I get some strange clipping on the bottom of my screen | |||
2008-02-23 | Clarify R500 US setup. | Adam Jackson | |
2008-02-23 | Add the R500 US index/data pair. | Adam Jackson | |
2008-02-23 | RADEON: no textured video yet on XPRESS chips | Alex Deucher | |
Still need to sort out the VAP and PVS stuff | |||
2008-02-23 | R500: fix typo in new r5xx regs | Alex Deucher | |
2008-02-23 | RADEON: add textured video support for r1xx-r4xx radeons | Alex Deucher | |
Based on the kdrive ati video code by Eric Anholt. R3xx/R4xx still have some clipping issues in certain situations | |||
2008-02-23 | RS6xx: gpio entry for DDIA varies depending on the number of DFP ports | Alex Deucher | |
2008-02-23 | Fix R500_US_CONFIG. | Adam Jackson | |
2008-02-23 | Add R500 unified shader register block. | Adam Jackson | |
2008-02-22 | RS6xx: fix DDC on DDIA output (usually HDMI port) | Alex Deucher | |
2008-02-22 | ATOM: properly set up DDIA output on RS6xx boards | Alex Deucher | |
2008-02-20 | radeon: Fix typo flagged by gcc -Wall. | Michel Dänzer | |
2008-02-19 | R100: fix render accel for transforms | Alex Deucher | |
Not sure why we had a separate broken path for r100 vertex submission. | |||
2008-02-19 | RADEON: restore clock gating and CP clock errata on VT switch | Alex Deucher | |
This may help people with hangs on resume | |||
2008-02-19 | RADEON: fix DDC types 5 and 6 | Alex Deucher | |
2008-02-18 | ATOM: fix RS6xx connector table parsing and fix some warnings | Alex Deucher | |
2008-02-18 | bring back to life planar-to-packed conversion for rs4xx | Roland Scheidegger | |
Here's a patch to bring back the code for converting planar yuv to packed yuv, if a RS400 family chip is used (though I've no idea if they really all fail with planar yuv). fixes bug 12744 | |||
2008-02-18 | r128/radeon: probably correct fix for non pci access code | George Sapountzis | |
2008-02-16 | r128/radeon: hopeful fix for non pci access code | Dave Airlie | |
2008-02-16 | r128/radeon: fix build without pciaccess | Dave Airlie | |
2008-02-16 | mach64: fix non pciaccess build | Dave Airlie | |
2008-02-15 | ati: convert to pci probe | George Sapountzis | |
add pciids for each subdriver, make no use of the match_data functionality. thanks to Alex Deucher for reviewing and testing. | |||
2008-02-15 | ati wrapper: translate Device lines | George Sapountzis | |
2008-02-15 | r128: do not compile in PciChipsets twice | George Sapountzis | |
2008-02-15 | ati: drop duplicate pci-id defines | George Sapountzis | |
2008-02-15 | mach64: clean probe a little | George Sapountzis | |
do not report I/O ports now, they are reported later. | |||
2008-02-15 | mach64: minor cosmetic, I2C type | George Sapountzis | |
2008-02-15 | make distcheck pass | Dave Airlie | |
2008-02-13 | RADEON: disable LVDS if panel size is 0x0 | Alex Deucher | |
if we can't get the panel size from the bios or edid or a user specified option, assume it's not connected. | |||
2008-02-12 | R6xx: when both crtcs are in use make sure they are both enabled | Alex Deucher | |
sometimes setting a mode on one crtc can cuase a blank screen on the other. make sure they are both enabled if they should be. | |||
2008-02-12 | R6xx: fix up use of bios scratch regs to reflect the new offsets | Alex Deucher | |
2008-02-12 | R6xx: bios scratch regs moved. | Alex Deucher | |
2008-02-12 | RADEON: make sure we always set up the FP crtc shadow registers for crtc0 | Alex Deucher | |
The behavior changed when I added rmx center mode support. In cases where crtc0 drives a DAC this can lead to a blank screen. | |||
2008-02-11 | R6xx: add missing objects | Alex Deucher | |
2008-02-11 | R6xx: make sure we set up the HDP base properly | Alex Deucher | |
2008-02-11 | RADEON: always restore crtc1 before crtc0 when using both crtcs | Alex Deucher | |
In some rare cases restoring crtc0 first will result in a blank screen on crtc1. If you are having issues with a blank screen on crtc1 that used to work on 6.6.3 or before, this should help. | |||
2008-02-11 | RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for ATOM bios | Alex Deucher | |
Tested on atom-based Desktop cards. It'd nice to get some testing on atom-based laptops. | |||
2008-02-10 | RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM bios | Alex Deucher | |
Tested on my M10-based laptop. | |||
2008-02-08 | mach64: factor out BIOS panel info parsing | George Sapountzis | |
2008-02-08 | mach64: minor cosmetic, LCD panel id | George Sapountzis | |
2008-02-08 | mach64: minor cosmetic, DAC type | George Sapountzis | |
2008-02-08 | add rv670 pciids | Dave Airlie | |
2008-02-07 | R6xx: fix ddc after my i2c rework | Alex Deucher | |
Seems r6xx does something different for its i2c table, revert to the old behavior for now. | |||
2008-02-07 | RADEON: sync up with latest upstream versions | Alex Deucher | |
atombios.h ObjectID.h | |||
2008-02-07 | mach64: factor out BIOS multimedia parsing | George Sapountzis | |