Module: Mesa Branch: master Commit: 8bd3a4c1aa564f63d4fae8903df792bed5efe8a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bd3a4c1aa564f63d4fae8903df792bed5efe8a1
Author: José Fonseca <[email protected]> Date: Thu May 27 19:40:10 2010 +0100 llvmpipe: Refer to my personal udis86 repository. As it has a bunch of fixes/additions not merged by upstream yet. --- 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 9c874ac..8b5539d 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
