X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fcell.html;h=f9915d67e541cfcdd16bf2ddb0f84709b8907fe5;hb=38c5b148531b1f470956bb9d66757e7301ce0535;hp=407f71231268353b01ee23a5fd253da47818b482;hpb=cef71f58c9ad71eca814189e15ceebeb25b711b3;p=mesa.git diff --git a/docs/cell.html b/docs/cell.html index 407f7123126..f9915d67e54 100644 --- a/docs/cell.html +++ b/docs/cell.html @@ -31,6 +31,12 @@ Second, to implement a full-featured OpenGL driver with support for GLSL, etc.

The Cell driver source code is on the gallium-0.1 branch of the git repository. +After you've cloned the repository, check out the branch with: +

+
+   git-checkout -b gallium-0.1 origin/gallium-0.1
+
+

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).