diff options
author | José Fonseca <[email protected]> | 2009-08-21 10:57:48 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:39 +0100 |
commit | c5531f575b85e39a63578cd48f70193a4888cfb5 (patch) | |
tree | 11b297a9996583bd5dc12b80685e362fa9ad6ea1 /src/gallium/drivers/llvmpipe/README | |
parent | 1e4376a68fae2156018d2e3423df521c6db70013 (diff) |
llvmpipe: Split control flow function declarations and notes.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/README')
-rw-r--r-- | src/gallium/drivers/llvmpipe/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README index 6e4edaa9475..677352eaa1d 100644 --- a/src/gallium/drivers/llvmpipe/README +++ b/src/gallium/drivers/llvmpipe/README @@ -106,3 +106,12 @@ for posterior analysis, e.g.: build/linux-x86_64/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv + +Development Notes +================= + +- We use LLVM-C bindings for now. They are not documented, but follow the C++ + interfaces very closely, and appear to be complete enough for code + generation. See + http://npcontemplation.blogspot.com/2008/06/secret-of-llvm-c-bindings.html + for a standalone example. |