well, Im not a git guru but I cloned locally the repo and:
Code:
# git checkout -b intel-batchbuffer origin/intel-batchbuffer
Branch intel-batchbuffer set up to track remote branch refs/remotes/origin/intel-batchbuffer.
Switched to a new branch "intel-batchbuffer"
# git branch
* intel-batchbuffer
master
the git log output is right, so the ebuild is going to work.
infact, if I emerge it:
Code:
* local clone: /usr/portage/distfiles/git-src/xf86-video-intel
* committish: intel-batchbuffer
as I said in the previous post, some deps need to be updated, coz compile fails
Code:
In file included from i830_bios.c:37:
i830.h:650: error: expected specifier-qualifier-list before ‘dri_bufmgr’
i830.h:666: error: expected specifier-qualifier-list before ‘dri_bo’
make[3]: *** [i830_bios.lo] Error 1