summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/README
AgeCommit message (Collapse)Author
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca
Included in LLVM 2.7+. Unlink udis86, should support all instructions that LLVM can emit.
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
2010-09-21llvmpipe: Describe how to profile llvmpipe.José Fonseca
2010-05-27llvmpipe: Refer to my personal udis86 repository.José Fonseca
As it has a bunch of fixes/additions not merged by upstream yet.
2010-05-13llvmpipe: Update instructions for MSVC builds.José Fonseca
2010-03-15llvmpipe: updated status in README fileBrian Paul
2010-03-03llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on ↵José Fonseca
windows too.
2010-03-01llvmpipe: Don't mention deprecated drivers=trace option.José Fonseca
Now trace always built.
2010-01-10llvmpipe: Update instructions.José Fonseca
Explain how to build for windows. Both MSVC 9 and cross MinGW supported. Stop documenting LLVM 2.5 as supported. It still supported at the moment but it will soon stop being.
2009-11-26llvmpipe: Update/correct CPU requirements.José Fonseca
There are no hard requirements at the moment. We don't really emit any sse3 yet. Just some ssse3. Thanks to Roland for spotting these incorrections.
2009-11-24llvmpipe: Update instructions.José Fonseca
2009-09-11llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca
2009-08-29llvmpipe: Add a bunch of comments.José Fonseca
Description/rationale/to-do items, while I still remember them...
2009-08-29llvmpipe: Split control flow function declarations and notes.José Fonseca
2009-08-29llvmpipe: Mention the ability to get microbenchmarks from the unit tests.José Fonseca
Even better would be to have a -h/--help option to the tests...
2009-08-29llvmpipe: Refer my udis86 branch which decodes more opcodes.José Fonseca
2009-08-29llvmpipe: Document that llvm 2.5 is expected.José Fonseca
2009-08-29llvmpipe: Briefly describe current status.José Fonseca
2009-08-29llvmpipe: Disassemble generated x86 code.José Fonseca
2009-08-29llvmpipe: Fix typo.José Fonseca
2009-08-29llvmpipe: Document the typo in llvm-c/Core.h.José Fonseca
2009-08-29llvmpipe: Simple description/instructions.José Fonseca