llvmpipe: Don't mention deprecated drivers=trace option.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 27 Feb 2010 23:49:58 +0000 (23:49 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 1 Mar 2010 13:08:07 +0000 (13:08 +0000)
Now trace always built.

src/gallium/drivers/llvmpipe/README

index 72d9f39658f259378d0836e1022b5c77c217cdae..ae2c1ba9437a30aae56d3a1a69202885f154986d 100644 (file)
@@ -86,7 +86,7 @@ Building
 
 To build everything on Linux invoke scons as:
 
-  scons debug=yes statetrackers=mesa drivers=trace,llvmpipe winsys=xlib dri=false
+  scons debug=yes statetrackers=mesa drivers=llvmpipe winsys=xlib dri=false
 
 Alternatively, you can build it with GNU make, if you prefer, by invoking it as
 
@@ -96,7 +96,7 @@ but the rest of these instructions assume that scons is used.
 
 For windows is everything the except except the winsys:
 
-  scons debug=yes statetrackers=mesa drivers=trace,llvmpipe winsys=gdi dri=false
+  scons debug=yes statetrackers=mesa drivers=llvmpipe winsys=gdi dri=false
 
 Using
 =====