From: José Fonseca Date: Thu, 21 Nov 2013 17:52:50 +0000 (+0000) Subject: docs: Add a section with recommended reading for llvmpipe development. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68b696e59519dc7cb1788c5da0f6c8e94ebfa1b4;p=mesa.git docs: Add a section with recommended reading for llvmpipe development. Several of links the were contributed by Keith Whitwell and Roland Scheidegger. Reviewed-by: Brian Paul Reviewed-by: Roland Scheidegger --- diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 80f8a017665..d69590726f9 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -203,11 +203,65 @@ for posterior analysis, e.g.: 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 stand-alone example. See the llvm-c/Core.h file for reference. + + this stand-alone example. See the llvm-c/Core.h file for reference. +

Recommended Reading

+ + +