Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Revamp how to specify targets to build. | José Fonseca | 2010-11-01 | 1 | -58/+7 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | llvmpipe: Describe how to profile llvmpipe. | José Fonseca | 2010-09-21 | 1 | -0/+38 |
| | |||||
* | llvmpipe: Refer to my personal udis86 repository. | José Fonseca | 2010-05-27 | 1 | -2/+3 |
| | | | | As it has a bunch of fixes/additions not merged by upstream yet. | ||||
* | llvmpipe: Update instructions for MSVC builds. | José Fonseca | 2010-05-13 | 1 | -1/+9 |
| | |||||
* | llvmpipe: updated status in README file | Brian Paul | 2010-03-15 | 1 | -6/+13 |
| | |||||
* | llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on ↵ | José Fonseca | 2010-03-03 | 1 | -2/+0 |
| | | | | windows too. | ||||
* | llvmpipe: Don't mention deprecated drivers=trace option. | José Fonseca | 2010-03-01 | 1 | -2/+2 |
| | | | | Now trace always built. | ||||
* | llvmpipe: Update instructions. | José Fonseca | 2010-01-10 | 1 | -21/+18 |
| | | | | | | | 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. | ||||
* | llvmpipe: Update/correct CPU requirements. | José Fonseca | 2009-11-26 | 1 | -3/+7 |
| | | | | | | | | 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. | ||||
* | llvmpipe: Update instructions. | José Fonseca | 2009-11-24 | 1 | -15/+17 |
| | |||||
* | llvmpipe: Update status in README and TODO/FIXME comments throughout the code. | José Fonseca | 2009-09-11 | 1 | -8/+15 |
| | |||||
* | llvmpipe: Add a bunch of comments. | José Fonseca | 2009-08-29 | 1 | -23/+48 |
| | | | | Description/rationale/to-do items, while I still remember them... | ||||
* | llvmpipe: Split control flow function declarations and notes. | José Fonseca | 2009-08-29 | 1 | -0/+9 |
| | |||||
* | llvmpipe: Mention the ability to get microbenchmarks from the unit tests. | José Fonseca | 2009-08-29 | 1 | -0/+4 |
| | | | | Even better would be to have a -h/--help option to the tests... | ||||
* | llvmpipe: Refer my udis86 branch which decodes more opcodes. | José Fonseca | 2009-08-29 | 1 | -2/+3 |
| | |||||
* | llvmpipe: Document that llvm 2.5 is expected. | José Fonseca | 2009-08-29 | 1 | -1/+1 |
| | |||||
* | llvmpipe: Briefly describe current status. | José Fonseca | 2009-08-29 | 1 | -0/+32 |
| | |||||
* | llvmpipe: Disassemble generated x86 code. | José Fonseca | 2009-08-29 | 1 | -1/+9 |
| | |||||
* | llvmpipe: Fix typo. | José Fonseca | 2009-08-29 | 1 | -2/+2 |
| | |||||
* | llvmpipe: Document the typo in llvm-c/Core.h. | José Fonseca | 2009-08-29 | 1 | -0/+15 |
| | |||||
* | llvmpipe: Simple description/instructions. | José Fonseca | 2009-08-29 | 1 | -0/+48 |