mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
trace: Update readme.
Actually, the trace driver with the xlib statetracker is still causing assertion failures here..
This commit is contained in:
parent
58351b5023
commit
c847b45153
1 changed files with 3 additions and 3 deletions
|
|
@ -10,15 +10,14 @@ 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,i965simple,trace winsys=xlib
|
||||
scons dri=no statetrackers=mesa drivers=softpipe,i965simple,trace winsys=xlib
|
||||
|
||||
|
||||
= Usage =
|
||||
|
||||
To use do
|
||||
|
||||
ln -s libGL.so build/linux-x86-debug/gallium/winsys/xlib/libGL.so.1
|
||||
export LD_LIBRARY_PATH=$PWD/build/linux-x86-debug/gallium/winsys/xlib
|
||||
export LD_LIBRARY_PATH=$PWD/build/linux-x86-debug/lib
|
||||
|
||||
ensure the right libGL.so is being picked by doing
|
||||
|
||||
|
|
@ -26,6 +25,7 @@ ensure the right libGL.so is being picked by doing
|
|||
|
||||
and then try running
|
||||
|
||||
export XMESA_TRACE=y
|
||||
GALLIUM_TRACE=tri.trace progs/trivial/tri
|
||||
|
||||
which should create a tri.trace file, which is an XML file. You can view copying
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue