radeonsi/uvd: clean up si_video_buffer_create
[mesa.git] / docs / llvmpipe.html
index 5fb3b7aa228b6b2a62dde2fb28c47ac245c66b65..2efbbd4ca61843db0bdfc85ac03ea90fac657851 100644 (file)
@@ -34,7 +34,7 @@ It's the fastest software rasterizer for Mesa.
 <li>
    <p>An x86 or amd64 processor; 64-bit mode recommended.</p>
    <p>
-   Support for SSE2 is strongly encouraged.  Support for SSSE3 and SSE4.1 will
+   Support for SSE2 is strongly encouraged.  Support for SSE3 and SSE4.1 will
    yield the most efficient code.  The fewer features the CPU has the more
    likely is that you run into underperforming, buggy, or incomplete code.
    </p>
@@ -206,7 +206,7 @@ On Linux, it is possible to have symbol resolution of JIT code with <a href="htt
 <p>
 When run inside Linux perf, llvmpipe will create a /tmp/perf-XXXXX.map file with
 symbol address table.  It also dumps assembly code to /tmp/perf-XXXXX.map.asm,
-which can be used by the bin/perf-annotate-jit script to produce disassembly of
+which can be used by the bin/perf-annotate-jit.py script to produce disassembly of
 the generated code annotated with the samples.
 </p>