Age | Commit message (Expand) | Author |
---|---|---|
2009-10-09 | llvmpipe: remove dead code | Keith Whitwell |
2009-10-08 | llvmpipe: remove some old sampler support structs | Keith Whitwell |
2009-09-29 | llvmpipe: Workaround for bug in llvm 2.5. | José Fonseca |
2009-09-29 | llvmpipe: Emit SSE intrinsics based on runtime cpu capability check. | José Fonseca |
2009-09-26 | llvmpipe: Allow building with LLVM 2.6 too. | José Fonseca |
2009-09-16 | llvmpipe: Make the code portable for MinGW. | José Fonseca |
2009-09-07 | llvmpipe: Code generate the texture sampling inside the shader. | José Fonseca |
2009-08-29 | llvmpipe: Isolate sampling from TGSI translation. | José Fonseca |
2009-08-29 | llvmpipe: Pre-declare fetch_texel. | José Fonseca |
2009-08-29 | llvmpipe: Pass the alpha ref value and blend color in the jit context. | José Fonseca |
2009-08-29 | llvmpipe: Pass fragment context to generated function in a single structure. | José Fonseca |
2009-08-29 | llvmpipe: Centralize the C <-> JIT interfaces in one place. | José Fonseca |