mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-09 05:30:35 +01:00
added info about checking out gallium-0.1 for cell code
This commit is contained in:
parent
3d28a2690f
commit
99a1260985
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ Second, to implement a full-featured OpenGL driver with support for GLSL, etc.
|
|||
<p>
|
||||
The Cell driver source code is on the <code>gallium-0.1</code> branch of the
|
||||
git repository.
|
||||
After you've cloned the repository, check out the branch with:
|
||||
</p>
|
||||
<pre>
|
||||
git-checkout -b gallium-0.1 origin/gallium-0.1
|
||||
</pre>
|
||||
<p>
|
||||
To build the driver you'll need the IBM Cell SDK (version 2.1 or 3.0).
|
||||
To use the driver you'll need a Cell system, such as a PS3 running Linux,
|
||||
or the Cell Simulator (untested, though).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue