diff options
author | José Fonseca <[email protected]> | 2010-02-27 23:49:58 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-01 13:08:07 +0000 |
commit | e243e87b522487f3c5e2c705884a97bafe091d32 (patch) | |
tree | 9c9aefda8bf2268a19af50b3189e08de65bb15da /src | |
parent | c05c675de6fda5a17836d21c0d6920e51f5181a0 (diff) |
llvmpipe: Don't mention deprecated drivers=trace option.
Now trace always built.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/llvmpipe/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README index 72d9f39658f..ae2c1ba9437 100644 --- a/src/gallium/drivers/llvmpipe/README +++ b/src/gallium/drivers/llvmpipe/README @@ -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 ===== |