Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-16 | src/Makefile.am: missing 3 header files in tarball | Gaetan Nadon | |
radeon_dummy_bufmgr.h radeon_vbo.h simple_list.h Replace leading spaces with tab for radeon_atomwrapper.h Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-12-01 | r600: fix multi-operation in single batch support. | Dave Airlie | |
This ports the mesa DMA buffer handling with the 3 lists, Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-09-14 | radeon: Add missing libdrm_radeon cflags to compiler paramaters. | Pauli Nieminen | |
This fixes compilation if libdrm_radeon is installed to non-standard location like /opt. | |||
2009-09-08 | radeon: replace dga code with DiDGA | Alex Deucher | |
2009-07-06 | radeon: add make dist headers | Dave Airlie | |
2009-07-02 | radeon: add KMS support (still disabled) | Dave Airlie | |
This adds DRI2 + KMS + driver pixmaps support to the driver. I've decided to just do a completely separate KMS driver file instead of hacking the crap out of radeon_driver.c. So now I do the KMS check in radeon_probe.c time and set the DDX pointed up to a completely different set at this stage. This avoids a lot of if (kms) type crap in the code at the expense of making sure we make changes to both files if necessary. This code is still disabled in configure.ac as I broke EXA composite rendering somehow in KMS mode | |||
2009-04-15 | Add unified ClockGating Option | Alex Deucher | |
- replaces DynamicClocks Option as the name was misleading - unified interface for atom and com based bioses - fix up clock gating code for newer r3xx asics | |||
2009-03-01 | R6xx/R7xx: move shaders to r600_shader.c and fixup Xv PS | Christian Koenig | |
patches from Christian Koenig with some adjustments from me | |||
2009-02-03 | Initial R6xx/R7xx EXA and textured video support | Alex Deucher | |
2008-12-26 | Make sure to include radeon_drm.h in the tarball | Alex Deucher | |
2008-12-23 | radeon: pass distcheck | Dave Airlie | |
2008-10-09 | radeon: rename radeon_memory to radeon_legacy_memory. | Dave Airlie | |
This is a setup patch for the kms/memory management code. | |||
2008-08-25 | Convert randr, Xv to a common allocator | Alex Deucher | |
2008-07-14 | Link with -lpciaccess and -ldrm if needed | Julien Cristau | |
This makes sure the driver ends up with a DT_NEEDED reference to the libraries it's using. | |||
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-03 | ATOMBIOS: fix atombios parser support on *bsd | Alex Deucher | |
bsd requires a different pragma pack than Linux. See bug 14594. | |||
2008-02-27 | radeon: pass distcheck | George Sapountzis | |
2008-02-27 | drop r128 (build system) | George Sapountzis | |
2008-02-27 | drop mach64 (build system) | George Sapountzis | |
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-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 | r128: do not compile in PciChipsets twice | George Sapountzis | |
2008-02-15 | make distcheck pass | Dave Airlie | |
2008-01-16 | atimisc: rename to mach64 | George Sapountzis | |
2008-01-11 | r128: pci-rework conversion | George Sapountzis | |
compile-tested only | |||
2008-01-11 | [mach64] Drop symbol lists. | George Sapountzis | |
egrep LOADER\|SymLists\|Symbols src/*.[hc] not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e. xserver 1.2 compile-tested only | |||
2008-01-03 | radeon: Miscellaneous warning fixes. | Michel Dänzer | |
2007-12-21 | RADEON: re-org legacy crtc/output code into separate files | Alex Deucher | |
2007-12-10 | add support for building against legacy servers similiar to Intel codepaths | Dave Airlie | |
2007-11-21 | add missing files for make dist | Dave Airlie | |
noted by ndim on #radeonhd | |||
2007-11-20 | Merge branch 'master' into atombios-support | Dave Airlie | |
Conflicts: src/radeon_chipset.h src/radeon_driver.c src/radeon_probe.c | |||
2007-11-20 | radeon: restructure pci ids to avoid effort later | Dave Airlie | |
This uses a single file with all the pciids and parameters for radeon family and setup in it. I don't run the perl script at build time to avoid a perl dependency on build but adding pci ids should be done via the csv file with openoffice or gnumeric if possible. | |||
2007-11-18 | WIP: new atom code comples. | Alex Deucher | |
I commented out the object parsing for the time being as using it will require some thought as to new output related data structures. | |||
2007-11-03 | Initial support for r4xx | Alex Deucher | |
- add r3xx/r4xx MC access macros and functions | |||
2007-11-03 | Initial integration of Atom code and some of Dave's code. | Alex Deucher | |
ATOM builds, but it's not hooked up yet. | |||
2007-10-09 | theatre compiles with pci-rework. | George Sapountzis | |
2007-10-04 | radeon: Fix for pci-rework. | Michel Dänzer | |
Surprisingly easy, thanks to George's pci-rework changes. | |||
2007-08-28 | [mach64] Convert to pci-rework, keeping source-code compatibility.pci-rework | George Sapountzis | |
It still uses the old probe method though, this is due to the ati wrapper. | |||
2007-08-28 | Merge branch 'master' into pci-rework | George Sapountzis | |
Conflicts: src/ati.c | |||
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-06-07 | Fixed 'make dist'. | Tilman Sauerbeck | |
2007-05-13 | RADEON: re-org randr code | Alex Deucher | |
- move crtc stuff to radeon_crtc.c - move output stuff to radeon_output.c | |||
2007-05-08 | Merge branch 'master' into randr-1.2 and fix conflicts | Alex Deucher | |
2007-03-24 | Move atichip.c from ati to atimisc. | George Sapountzis | |
2007-03-23 | Fold FillIn() back to Probe(). | George Sapountzis | |
2007-03-23 | Move {atimach64,r128,radeon}_probe.c from ati to subdrivers. | George Sapountzis | |
Subdrivers are now loaded from the wrapper Probe function rather than at screen creation time. The wrapper Identify callback only prints chip families now, chip lists are printed when a subdriver is loaded. This also avoids duplication of subdriver Identify callbacks. Unknown radeons should still get a list of known radeon and then probe fails... Probe for atimisc last to avoid needless loading in most cases (r128, radeon). | |||
2007-03-21 | [mach64] Add macros for pci-rework source-code compatibilty. | George Sapountzis | |
2007-03-08 | Move atioption.c from ati to atimisc. | George Sapountzis | |
2007-03-08 | Move atiprobe.c from ati to atimisc. | George Sapountzis | |
2007-02-25 | Merge branch 'radeon-randrv12-v4' | Dave Airlie | |
Conflicts: src/radeon_display.c src/radeon_driver.c |