diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-05-27 19:40:10 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-05-27 19:40:10 +0100 |
commit | 8bd3a4c1aa564f63d4fae8903df792bed5efe8a1 (patch) | |
tree | ad2377f27840c2c5991e0eb67ca195ed6a7728b5 | |
parent | 571ee049f2be18d3798448327b17f5bc821ea043 (diff) |
llvmpipe: Refer to my personal udis86 repository.
As it has a bunch of fixes/additions not merged by upstream yet.
-rw-r--r-- | src/gallium/drivers/llvmpipe/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README index 9c874acded..8b5539d2c5 100644 --- a/src/gallium/drivers/llvmpipe/README +++ b/src/gallium/drivers/llvmpipe/README @@ -82,9 +82,10 @@ Requirements - scons (optional) - - udis86, http://udis86.sourceforge.net/ (optional): + - udis86, http://udis86.sourceforge.net/ (optional). My personal repository + supports more opcodes which haven't been merged upstream yet: - git clone git://udis86.git.sourceforge.net/gitroot/udis86/udis86 + git clone git://anongit.freedesktop.org/~jrfonseca/udis86 cd udis86 ./autogen.sh ./configure --with-pic |