diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-09-16 20:24:43 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-09-16 20:24:43 +0900 |
commit | eef2edadf33cdb4ce033565ebc5b6aaf56e9288f (patch) | |
tree | 1eba92843c118fe3f6a8a11c9307470ecf737052 | |
parent | b1f5fbe1cb937bc639cc335acfcfb8c09dfeb3ec (diff) |
trace: Fix typo in build instructions.
-rw-r--r-- | src/gallium/drivers/trace/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/README b/src/gallium/drivers/trace/README index e7a2f12b0..f0e1cd596 100644 --- a/src/gallium/drivers/trace/README +++ b/src/gallium/drivers/trace/README @@ -10,7 +10,7 @@ This directory contains a Gallium3D pipe driver which traces all incoming calls. To build, invoke scons on the top dir as - scons statetrackers=mesa drivers=softpipe,i915simple,trace winsys=xlib + scons statetrackers=mesa drivers=softpipe,i965simple,trace winsys=xlib = Usage = |