From 9c101c44c4455e0404be482610fbe015fa012be0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 10 Feb 2009 16:56:58 -0700 Subject: cell: update Cell driver info (code is on master now) --- docs/cell.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs/cell.html') diff --git a/docs/cell.html b/docs/cell.html index 7fbbba7c7e..d7feb468ad 100644 --- a/docs/cell.html +++ b/docs/cell.html @@ -30,13 +30,9 @@ The second phase is now underway.

Source Code

-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: +The latest Cell driver source code is on the master branch of the Mesa +git repository.

-
-   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). To use the driver you'll need a Cell system, such as a PS3 running Linux, -- cgit v1.2.3 From 36c1e756daea0be04395de063003b434ba98cbdd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 10 Feb 2009 19:36:52 -0700 Subject: docs: some Cell driver docs updates --- docs/cell.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs/cell.html') diff --git a/docs/cell.html b/docs/cell.html index d7feb468ad..49b62cac7b 100644 --- a/docs/cell.html +++ b/docs/cell.html @@ -46,17 +46,19 @@ special changes.

To compile the code, run make linux-cell. -To build in debug mode, run make linux-cell-debug. +Or to build in debug mode, run make linux-cell-debug.

-To use the library, make sure LD_LIBRARY_PATH points the Mesa/lib/ -directory that contains libGL.so. -

+To use the library, make sure your current directory is the top of the +Mesa tree, then set LD_LIBRARY_PATH like this: +
+  export LD_LIBRARY_PATH=$PWD/lib/gallium:$PWD/lib/
+

-Verify that the Cell driver is being used by running glxinfo -and looking for: +Verify that the Cell driver is being used by running +progs/xdemos/glxinfo and looking for:

   OpenGL renderer string: Gallium 0.2, Cell on Xlib
 
-- cgit v1.2.3 From f6b71d02c742063cff9ec6d636e326fd1493571a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 7 Apr 2009 18:26:08 -0600 Subject: docs: updated Cell driver info --- docs/cell.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'docs/cell.html') diff --git a/docs/cell.html b/docs/cell.html index 49b62cac7b..ccf70cd715 100644 --- a/docs/cell.html +++ b/docs/cell.html @@ -14,16 +14,7 @@ The Mesa driver is part of the Gallium3D architecture. -

- -

-Tungsten Graphics -is leading the project. -Two phases are planned. -First, to implement the framework for parallel rasterization using the Cell -SPEs, including texture mapping. -Second, to implement a full-featured OpenGL driver with support for GLSL, etc. -The second phase is now underway. +Tungsten Graphics did the original implementation of the Cell driver.

-- cgit v1.2.3 From 9f784647ad60bb591a1dffa0baca27bf55480b3f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 7 Apr 2009 18:26:45 -0600 Subject: docs: bump Gallium version number --- docs/cell.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cell.html') diff --git a/docs/cell.html b/docs/cell.html index ccf70cd715..ada903cf8a 100644 --- a/docs/cell.html +++ b/docs/cell.html @@ -51,7 +51,7 @@ Mesa tree, then set LD_LIBRARY_PATH like this: Verify that the Cell driver is being used by running progs/xdemos/glxinfo and looking for:
-  OpenGL renderer string: Gallium 0.2, Cell on Xlib
+  OpenGL renderer string: Gallium 0.3, Cell on Xlib
 
-- cgit v1.2.3 From 8c6e81f97dba8c4a108f63a2236915443db6c3cd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 17 Jul 2009 09:40:28 -0600 Subject: docs: update links to Gallium wiki page on freedesktop.org --- docs/cell.html | 2 +- docs/news.html | 2 +- docs/relnotes-7.5.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/cell.html') diff --git a/docs/cell.html b/docs/cell.html index ada903cf8a..30626b60b4 100644 --- a/docs/cell.html +++ b/docs/cell.html @@ -12,7 +12,7 @@ The Mesa Cell driver is part of the -Gallium3D +Gallium3D architecture. Tungsten Graphics did the original implementation of the Cell driver.

diff --git a/docs/news.html b/docs/news.html index ee4a86c2a2..f29f95419f 100644 --- a/docs/news.html +++ b/docs/news.html @@ -99,7 +99,7 @@ Added a new page describing the Mesa Cell driver.

Gallium3D is the codename for the new Mesa device driver architecture which is currently under development. -A summary of the architecture can be found on the Tungsten Graphics website.

diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html index 5a67d3fb52..42b9168548 100644 --- a/docs/relnotes-7.5.html +++ b/docs/relnotes-7.5.html @@ -17,7 +17,7 @@ with the 7.4.x branch or wait for Mesa 7.5.1.

The main new feature of Mesa 7.5 is the -Gallium3D infrastructure.

-- cgit v1.2.3