Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-01 | scons: 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-21 | llvmpipe: Describe how to profile llvmpipe. | José Fonseca | |
2010-05-27 | llvmpipe: Refer to my personal udis86 repository. | José Fonseca | |
As it has a bunch of fixes/additions not merged by upstream yet. | |||
2010-05-13 | llvmpipe: Update instructions for MSVC builds. | José Fonseca | |
2010-03-15 | llvmpipe: updated status in README file | Brian Paul | |
2010-03-03 | llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on ↵ | José Fonseca | |
windows too. | |||
2010-03-01 | llvmpipe: Don't mention deprecated drivers=trace option. | José Fonseca | |
Now trace always built. | |||
2010-01-10 | llvmpipe: 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-26 | llvmpipe: 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-24 | llvmpipe: Update instructions. | José Fonseca | |
2009-09-11 | llvmpipe: Update status in README and TODO/FIXME comments throughout the code. | José Fonseca | |
2009-08-29 | llvmpipe: Add a bunch of comments. | José Fonseca | |
Description/rationale/to-do items, while I still remember them... | |||
2009-08-29 | llvmpipe: Split control flow function declarations and notes. | José Fonseca | |
2009-08-29 | llvmpipe: 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-29 | llvmpipe: Refer my udis86 branch which decodes more opcodes. | José Fonseca | |
2009-08-29 | llvmpipe: Document that llvm 2.5 is expected. | José Fonseca | |
2009-08-29 | llvmpipe: Briefly describe current status. | José Fonseca | |
2009-08-29 | llvmpipe: Disassemble generated x86 code. | José Fonseca | |
2009-08-29 | llvmpipe: Fix typo. | José Fonseca | |
2009-08-29 | llvmpipe: Document the typo in llvm-c/Core.h. | José Fonseca | |
2009-08-29 | llvmpipe: Simple description/instructions. | José Fonseca | |