summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-16 20:24:43 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-16 20:24:43 +0900
commiteef2edadf33cdb4ce033565ebc5b6aaf56e9288f (patch)
tree1eba92843c118fe3f6a8a11c9307470ecf737052 /src/gallium
parentb1f5fbe1cb937bc639cc335acfcfb8c09dfeb3ec (diff)
trace: Fix typo in build instructions.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/trace/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/README b/src/gallium/drivers/trace/README
index e7a2f12b02..f0e1cd596d 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 =