index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_test_main.c
Age
Commit message (
Collapse
)
Author
2009-10-28
llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.
José Fonseca
Basically mimic the llvm 2.6 way of linking execution engines and targets.
2009-10-28
llvmpipe: Implement round() for MSVC.
José Fonseca
2009-10-22
llvmpipe: Call util_cpu_detect() from the unit tests.
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-14
llvmpipe: Make lp_type a regular union.
José Fonseca
Union not worth the hassle of violating C99 or adding a name to the structure.
2009-08-29
llvmpipe: Several fixes of the conversion test.
José Fonseca
2009-08-29
llvmpipe: Clamp into range when writing integers.
José Fonseca
2009-08-29
llvmpipe: Handle more conversions.
José Fonseca
Not all successfully yet though..
2009-08-29
llvmpipe: Use same type for reference vectors.
José Fonseca
2009-08-29
llvmpipe: Factor out shared test code into a separate module.
José Fonseca