From 99a12609857fe97ca2ec4bd91c4fbf1f8e8ed832 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 28 Feb 2008 09:48:26 -0700 Subject: added info about checking out gallium-0.1 for cell code --- docs/cell.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/cell.html') diff --git a/docs/cell.html b/docs/cell.html index 407f712312..f9915d67e5 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). -- cgit v1.2.3