From 2d28c2e3566c80c5ad0b0fd543cb4cd4cf9f36bd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Sep 2008 07:57:28 -0600 Subject: cell: update branch info in docs --- docs/cell.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/cell.html b/docs/cell.html index f9915d67e5..e1160b2428 100644 --- a/docs/cell.html +++ b/docs/cell.html @@ -29,12 +29,12 @@ Second, to implement a full-featured OpenGL driver with support for GLSL, etc.

Source Code

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

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

To build the driver you'll need the IBM Cell SDK (version 2.1 or 3.0). @@ -60,7 +60,7 @@ directory that contains libGL.so. Verify that the Cell driver is being used by running glxinfo and looking for:

-  OpenGL renderer string: Gallium 0.1, Cell on Xlib
+  OpenGL renderer string: Gallium 0.2, Cell on Xlib
 
-- cgit v1.2.3