Phoronix Forums  

Go Back   Phoronix Forums > Linux Graphics / X.Org Drivers > Intel Linux

Intel Linux Technical support and discussion of the open-source xf86-video-intel driver and other Intel Linux software projects.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-13-2008, 10:50 AM
phoronix phoronix is offline
Phoronix News Bot
 
Join Date: Jan 2007
Posts: 3,103
Default EXA Improvements (Almost) For Intel 965

Phoronix: EXA Improvements (Almost) For Intel 965

Intel's Eric Anholt has been working on pulling Render improvements for the Intel 965 IGP chipset out of the intel-batchbuffer branch of the xf86-video-intel driver and pushing them into the mainline driver. These mainline Render improvements aren't yet there, but Eric has the code right now in his personal Intel git repository on FreeDesktop.org...

http://www.phoronix.com/vr.php?view=NjM4OQ
Reply With Quote
  #2  
Old 03-13-2008, 02:28 PM
audi100quattro audi100quattro is offline
Junior Member
 
Join Date: Jan 2008
Posts: 39
Default

I need some git/gentoo help. I'm using the git ebuild from the x11 overlay, and it stores/updates the git repo locally in objects, not files. git pull <branch> seems to get the new branch, but I'm not sure if it's actually merging it. It shows no stats, and will happily do the same thing repeatedly.

How can I make it pull/merge different branches when it's storing stuff this way? Or can't I?
Reply With Quote
  #3  
Old 03-14-2008, 10:52 AM
Dottout Dottout is offline
Junior Member
 
Join Date: Oct 2007
Posts: 19
Default

Quote:
Originally Posted by audi100quattro View Post
I need some git/gentoo help. I'm using the git ebuild from the x11 overlay, and it stores/updates the git repo locally in objects, not files. git pull <branch> seems to get the new branch, but I'm not sure if it's actually merging it. It shows no stats, and will happily do the same thing repeatedly.

How can I make it pull/merge different branches when it's storing stuff this way? Or can't I?
add to xf86-video-intel ebuild
Code:
EGIT_BRANCH="intel-batchbuffer"
but probably you will need to compile some of its dep from git too
Reply With Quote
  #4  
Old 03-15-2008, 01:32 PM
audi100quattro audi100quattro is offline
Junior Member
 
Join Date: Jan 2008
Posts: 39
Default

Thanks Dottout, but how will that work if there are no branches made in that repository? i.e. http://anongit.freedesktop.org/git/x....git/branches/

I don't think the drivers need anything from git, other than libpciaccess.
Reply With Quote
  #5  
Old 03-15-2008, 03:39 PM
Dottout Dottout is offline
Junior Member
 
Join Date: Oct 2007
Posts: 19
Default

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
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:08 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.