Not sure if it's supposed to build with freebsd, but the errors look pretty OS independent. gmake all-recursive gmake[1]: Entering directory `/usr/home/shawn/builds/xf86-video-ati' Making all in src gmake[2]: Entering directory `/usr/home/shawn/builds/xf86-video-ati/src' CC evergreen_exa.lo In file included from evergreen_exa.c:42: radeon_vbo.h: In function 'radeon_vbo_space': radeon_vbo.h:27: warning: unused variable 'info' evergreen_exa.c: In function 'EVERGREENSetAccelState': evergreen_exa.c:130: warning: implicit declaration of function 'radeon_cs_space_reset_bos' evergreen_exa.c: In function 'EVERGREENPrepareCopy': evergreen_exa.c:614: warning: implicit declaration of function 'radeon_bo_open' evergreen_exa.c:614: error: 'struct <anonymous>' has no member named 'bufmgr' evergreen_exa.c:616: warning: assignment makes pointer from integer without a cast evergreen_exa.c: In function 'EVERGREENPrepareComposite': evergreen_exa.c:1290: warning: implicit declaration of function 'radeon_ib_discard' evergreen_exa.c: In function 'EVERGREENUploadToScreen': evergreen_exa.c:1544: warning: implicit declaration of function 'radeon_bo_is_referenced_by_cs' evergreen_exa.c:1545: warning: implicit declaration of function 'radeon_bo_is_busy' evergreen_exa.c:1549: error: 'struct <anonymous>' has no member named 'bufmgr' evergreen_exa.c:1549: warning: assignment makes pointer from integer without a cast evergreen_exa.c: In function 'EVERGREENDownloadFromScreen': evergreen_exa.c:1631: warning: implicit declaration of function 'radeon_bo_get_src_domain' evergreen_exa.c:1644: error: 'struct <anonymous>' has no member named 'bufmgr' evergreen_exa.c:1644: warning: assignment makes pointer from integer without a cast evergreen_exa.c:1652: warning: implicit declaration of function 'radeon_add_pixmap' evergreen_exa.c: In function 'EVERGREENAllocShaders': evergreen_exa.c:1741: error: 'struct <anonymous>' has no member named 'bufmgr' evergreen_exa.c:1742: warning: assignment makes pointer from integer without a cast gmake[2]: *** [evergreen_exa.lo] Error 1 gmake[2]: Leaving directory `/usr/home/shawn/builds/xf86-video-ati/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/shawn/builds/xf86-video-ati' gmake: *** [all] Error 2
Are you talking about the evergreen_accel branch? That branch has been merged into master. Try master then :)
Thanks, I saw that but was going back through to see if I could figure out why 2D accel isn't enabled, guessing it's KMS or the like.
Fixed in master.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.