CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2009/04/26 07:59:41
Modified files:
driver/xf86-video-radeonhd: ChangeLog Makefile.am Makefile.in
README aclocal.m4 configure
configure.ac ltmain.sh
driver/xf86-video-radeonhd/man: Makefile.in radeonhd.man
driver/xf86-video-radeonhd/src: Makefile.am Makefile.in
git_version.h r5xx_accel.c
r5xx_accel.h r5xx_exa.c
r5xx_xaa.c radeon_exa_render.c
rhd.h rhd_atombios.c
rhd_atombios.h rhd_atomcrtc.c
rhd_atomout.c rhd_atomout.h
rhd_atompll.c rhd_atomwrapper.c
rhd_atomwrapper.h rhd_audio.c
rhd_audio.h rhd_biosscratch.c
rhd_biosscratch.h rhd_card.h
rhd_connector.c rhd_connector.h
rhd_crtc.c rhd_crtc.h rhd_cs.c
rhd_cs.h rhd_cursor.c
rhd_cursor.h rhd_dac.c
rhd_ddia.c rhd_dig.c rhd_dri.c
rhd_dri.h rhd_driver.c
rhd_edid.c rhd_hdmi.c rhd_hdmi.h
rhd_helper.c rhd_i2c.c rhd_i2c.h
rhd_id.c rhd_lut.c rhd_lut.h
rhd_lvtma.c rhd_mc.c rhd_mc.h
rhd_modes.c rhd_modes.h
rhd_monitor.c rhd_monitor.h
rhd_output.c rhd_output.h
rhd_pll.c rhd_pll.h rhd_randr.c
rhd_randr.h rhd_regs.h
rhd_shadow.c rhd_shadow.h
rhd_tmds.c rhd_vga.c rhd_vga.h
rhd_video.c rhd_video.h
driver/xf86-video-radeonhd/utils/conntest: git_version.h
rhd_conntest.c
rhd_dump.c
Added files:
driver/xf86-video-radeonhd/src: r600_exa.c r600_reg.h
r600_reg_auto_r6xx.h
r600_reg_r6xx.h r600_reg_r7xx.h
r600_shader.c r600_shader.h
r600_state.h
r600_textured_videofuncs.c
r6xx_accel.c r6xx_accel.h
Log message:
Update to xf86-video-radeonhd 1.2.5. Tested by eric@
Version 1.2.5 improvements:
- Added 2D acceleration for R6xx and R7xx.
- Added XVideo support for R6xx and R7xx.
- Added support for RS880 and RV790.
- Added RandR 1.3 mandatory properties.
- Refactoring of MC code.
- Enable DRI support by default on R5xx and RS6xx.
- LUT (color lookup table) fixes.
- Tons of quirk table entries and bug fixes.
- Fix register accesses for processors that reorder memory writes.