Welcome, Guest. Please login or register.

Author Topic: Trting to get tear-less Xorg in a Mac Mini G4...help with GIT, please!  (Read 2551 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline gaula92Topic starter

  • Sr. Member
  • ****
  • Join Date: Dec 2007
  • Posts: 373
Hello folks

I'm trying to download the code of the branch called vsync_accel from the repository git://cgit.freedesktop.org/~agd5f/xf86-video-ati

So I do
          git clone git://cgit.freedesktop.org/~agd5f/xf86-video-ati

and then, inside the xf86-video-ati directory, I do
          git checkout -b vsync_accel

and if I run git brach, I see I am in the vsync_accel brach, but... HOW can I download the code of that special branch?? I tried
          git pull
and got errors; same for git merge origin/vsync_accel...

Can you lend me a hand here? I've been reading all over the GIT manuals and examples, but this is as far as I got...
In case you're interested in what I am trying to compile, this is the blog for the radeon driver developer:

http://www.botchco.com/agd5f/?p=30


Thanks!