summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-10 15:41:22 -0600
committerBrian Paul <brianp@vmware.com>2010-05-10 17:04:19 -0600
commite0b5c6f9217e27c4a8f97c08f5bb488312429af8 (patch)
tree37a286bddd2a8d20863a96af4932052685cbebc4 /src/gallium/drivers/llvmpipe/lp_bld_blend.h
parent4e9c3bbc60c2dd491ca45d3a5e0b9e156b1bc225 (diff)
gallivm/llvmpipe: move an old comment to a better location
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_blend.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_blend.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_blend.h b/src/gallium/drivers/llvmpipe/lp_bld_blend.h
index ebbdb1a604c..b2ada10a3d6 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_blend.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_blend.h
@@ -29,17 +29,6 @@
#define LP_BLD_BLEND_H
-/**
- * @file
- * LLVM IR building helpers interfaces.
- *
- * 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
- * genration. See
- * http://npcontemplation.blogspot.com/2008/06/secret-of-llvm-c-bindings.html
- * for a standalone example.
- */
-
#include "gallivm/lp_bld.h"
#include "pipe/p_format.h"