Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-06 | check for __i386__ or __386__ instead of USE_X86_ASM | Brian | |
2007-11-06 | Fix non-x86 build. | Michel Dänzer | |
2007-10-29 | Make gallium compile in win32. | Michal Krol | |
Use FREE, MALLOC, CALLOC, GETENV wrappers. Silence compiler warnings. Add proper copyrights. | |||
2007-10-29 | Add SSE dump facilities. | Michal Krol | |
Wrap x86_, sse_ and sse2 rtasm calls in emit_ calls. Those emit_ calls, if required, dump instructions to stdout. SSE dumping disabled by default. | |||
2007-10-29 | Code re-org. Add comments. | Michal Krol | |
2007-10-29 | Implement RET opcode. | Michal Krol | |
2007-10-28 | Remove unused static functions. | Michal Krol | |
2007-10-28 | Rework sse-utility function calls. | Michal Krol | |
2007-10-27 | Fix alignment problems. | michal | |
Remove NOP opcode. TEX opcode returns solid white (a hack for D3D state tracker). | |||
2007-10-20 | added case for TGSI_OPCODE_END | Brian | |
2007-10-18 | added const qualifiers | Brian | |
2007-10-18 | Corrected the file permissions in src/mesa/pipe. | Oliver McFadden | |
2007-09-27 | Fix some compiler warnings with -pedantic | Keith Whitwell | |
2007-09-27 | Enable codegen based whenever __i386__ is defined. | Keith Whitwell | |
2007-09-24 | Enable SSE2 for FS. | michal | |
2007-08-24 | Hook-up SSE2 to VS. | michal | |
2007-08-24 | Indent. Remove GL dependencies. Simplify. Add rtasm instructions. | michal | |
2007-08-24 | Add tgsi_sse2. | michal | |