Originally posted by airlied
View Post

su yum install mesa-dri-drivers-experimental
--- ./configs/linux-dri.orig 2009-06-17 12:41:53.000000000 -0600 +++ ./configs/linux-dri 2009-10-11 21:54:48.910490712 -0600 @@ -63,5 +63,5 @@ GALLIUM_WINSYS_DIRS = drm GALLIUM_WINSYS_DRM_DIRS = intel GALLIUM_STATE_TRACKERS_DIRS = egl -DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \ +DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon s3v \ savage sis tdfx trident unichrome ffb swrast --- ./configs/linux-dri-x86-64.orig 2009-10-12 00:59:12.616275651 -0600 +++ ./configs/linux-dri-x86-64 2009-10-12 01:04:00.971276520 -0600 @@ -20,7 +20,7 @@ EXTRA_LIB_PATH=-L/usr/X11R6/lib64 # the new interface. i810 are missing because there is no x86-64 # system where they could *ever* be used. # -DRI_DIRS = i915 i965 mach64 mga r128 r200 r300 radeon savage tdfx unichrome +DRI_DIRS = i915 i965 mach64 mga r128 r200 r300 r600 radeon savage swrast tdfx unichrome INSTALL_DIR = /usr EXTRA_LIB_PATH = -L/usr/lib64
Comment