]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add kernel support for Radeon R6/7xx 3D.
authorrnoland <rnoland@FreeBSD.org>
Sun, 23 Aug 2009 14:55:57 +0000 (14:55 +0000)
committerrnoland <rnoland@FreeBSD.org>
Sun, 23 Aug 2009 14:55:57 +0000 (14:55 +0000)
commit8a453d95085dc4d012b7b159ed76f8c71929f383
treed0d8199ca8beecf5e95c6cd807d31ead8115789e
parentb850005c1c5f7375c521527a8761ef4a4836ae8c
Add kernel support for Radeon R6/7xx 3D.

You will still need Mesa from git and possibly an updated DDX driver,
but this is working fairly well now.

MFC after: 2 weeks
sys/conf/files
sys/dev/drm/r600_blit.c [new file with mode: 0644]
sys/dev/drm/r600_cp.c
sys/dev/drm/radeon_cp.c
sys/dev/drm/radeon_cs.c [new file with mode: 0644]
sys/dev/drm/radeon_drm.h
sys/dev/drm/radeon_drv.h
sys/dev/drm/radeon_state.c
sys/modules/drm/radeon/Makefile