Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-27 | drop radeon, theatre | George Sapountzis | |
2008-02-26 | R300: Fix clamping and pitch for textured video | Peter Zubaj | |
2008-02-26 | R300/R500: set the number graphics pipes properly | Alex Deucher | |
This should fix the checkerboard issues on r300/r350 cards. | |||
2008-02-26 | R300/R500: clean up magic numbers in textured video | Alex Deucher | |
2008-02-26 | regs: fix spelling mistake | Dave Airlie | |
pointed out by plaes on irc | |||
2008-02-25 | R300/R500: clean up magic numbers in render code | Alex Deucher | |
2008-02-24 | R300: fill in some more 3D bitfields | Alex Deucher | |
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 | 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 | Fix R500_US_CONFIG. | Adam Jackson | |
2008-02-23 | Add R500 unified shader register block. | Adam Jackson | |
2008-02-12 | R6xx: fix up use of bios scratch regs to reflect the new offsets | Alex Deucher | |
2008-02-11 | R6xx: make sure we set up the HDP base properly | Alex Deucher | |
2008-02-10 | RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM bios | Alex Deucher | |
Tested on my M10-based laptop. | |||
2008-02-06 | r300: remove r300 specific vertex emission | Dave Airlie | |
Set the vertex and fragment engine to expect the mask coords. | |||
2008-02-01 | RADEON: Implement "center" mode for RMX on legacy radeons | Alex Deucher | |
2008-01-28 | RS690: Implement MC idle check | Maciej Cencora | |
2008-01-18 | fixup register 6594 save/restore | Dave Airlie | |
2008-01-16 | R300: First pass at render accel | Alex Deucher | |
This first pass is pretty limited. All it currently supports is transforms for rotation. No blending yet. Based on inital implementation from Wolke Liu with additional lock-up fixes by Dave Airlie. | |||
2007-12-31 | atombios: initial rs690 patches | Maciej Cencora | |
2007-12-26 | RADEON: fix PAL tv-out | Alex Deucher | |
Many thanks to Andrew Randrianasulu for providing me with pll reg dumps | |||
2007-12-17 | Merge branch 'master' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge master and fix conflicts | |||
2007-12-17 | r600: might as well fix VT for R600 | George Wu | |
2007-12-16 | RADEON: Make sure LVDS_EN bit is set when enabling LVDS | Alex Deucher | |
2007-12-12 | RADEON: fix rotation on avivo chips | Alex Deucher | |
There are still some issues, but this is better than before. | |||
2007-11-29 | RADEON: implement CLUT adjust support | Alex Deucher | |
2007-11-29 | RADEON: fix cursor offset on avivo chips | Alex Deucher | |
2007-11-23 | r500: make vt switch work again for me | Dave Airlie | |
2007-11-21 | r600: add memory controller regs from AMD | Dave Airlie | |
2007-11-20 | r600: use standard memory controller setup paths | Dave Airlie | |
2007-11-20 | r600: get r600 to work non-accelerated. | Dave Airlie | |
DDC still not working yet | |||
2007-11-20 | r5xx: cleanups after last merge | Dave Airlie | |
2007-11-16 | add missing hpd register | Dave Airlie | |
2007-11-16 | radeon: rename a large section of avivo regs to documented names | Dave Airlie | |
2007-11-03 | Initial support for r4xx | Alex Deucher | |
- add r3xx/r4xx MC access macros and functions | |||
2007-10-03 | RADEON: minor fixes for external TMDS | Alex Deucher | |
2007-09-23 | RADEON: fix up LVDS handling for r3xx and newer | Alex Deucher | |
2007-09-19 | Revert "RADEON: initial pass at external TMDS support" | Alex Deucher | |
This reverts commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4. This needs to be reworked and needs more soak time. so revert for now. | |||
2007-09-17 | RADEON: initial pass at external TMDS support | Alex Deucher | |
- Based on Dave Airlie's initial work and the dvo support in the intel driver. - Only sil164 is supported at the moment. - Once we get some testing and such, we ought to move the dvo drivers out of the drivers so they can be shared among all drivers - Doesn't seem to work on my card (r4xx ATOM) card ATM - Legacy bios table programming sequence not implemented yet | |||
2007-08-23 | radeon: Wait for pending overlay flip to finish before emitting new one. | Michel Dänzer | |
2007-08-21 | RADEON: more tv out fixes and clean up | Alex Deucher | |
2007-08-14 | RADEON: Add load detection | Alex Deucher | |
Based on the beos driver by Thomas Kurschel and the existing load detection code in this driver. | |||
2007-07-29 | RADEON: Initial pass at integrated tv out support | Alex Deucher | |
Based on the GATOS tv-out support by Federico Ulivi <fulivi@lycos.com> and information from ati with substantial rework by myself. Code is not actually hooked up yet. | |||
2007-07-25 | RADEON: Compute PLL VCO gain | Alex Deucher | |
2007-06-06 | RADEON: implement support for posting cards based on x86 bios tables (untested) | Alex Deucher | |
This is based on the netbsd radeonfb driver by Garrett D'Amore. The code is not hooked up yet, but should allow you to post cards without needing to execute bios code. This should be useful on non-x86 platforms, for posting secndary cards, and for suspend/resume. Works on legacy bioses only (no ATOM support). | |||
2007-05-30 | Merge branch 'origin' into randr-1.2-test | Dave Airlie | |
Conflicts: src/radeon_cursor.c src/radeon_display.c src/radeon_driver.c | |||
2007-05-30 | rs480: more unknown regs | Dave Airlie | |
Hardcode the values from a working fglrx run, this works for me now I've no idea what it might do for anyone else |