cell: update branch info in docs
This commit is contained in:
@@ -29,12 +29,12 @@ Second, to implement a full-featured OpenGL driver with support for GLSL, etc.
|
|||||||
<H2>Source Code</H2>
|
<H2>Source Code</H2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The Cell driver source code is on the <code>gallium-0.1</code> branch of the
|
The latest Cell driver source code is on the <code>gallium-0.2</code> branch
|
||||||
git repository.
|
of the Mesa git repository.
|
||||||
After you've cloned the repository, check out the branch with:
|
After you've cloned the repository, check out the branch with:
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
git-checkout -b gallium-0.1 origin/gallium-0.1
|
git-checkout -b gallium-0.2 origin/gallium-0.2
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
To build the driver you'll need the IBM Cell SDK (version 2.1 or 3.0).
|
To build the driver you'll need the IBM Cell SDK (version 2.1 or 3.0).
|
||||||
@@ -60,7 +60,7 @@ directory that contains <code>libGL.so</code>.
|
|||||||
Verify that the Cell driver is being used by running <code>glxinfo</code>
|
Verify that the Cell driver is being used by running <code>glxinfo</code>
|
||||||
and looking for:
|
and looking for:
|
||||||
<pre>
|
<pre>
|
||||||
OpenGL renderer string: Gallium 0.1, Cell on Xlib
|
OpenGL renderer string: Gallium 0.2, Cell on Xlib
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user