diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-08-22 22:26:55 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-08-29 09:21:40 +0100 |
commit | 5811ed87d732101ab8cfbd087bc99d8c6c963f30 (patch) | |
tree | d0167369e347bd22ccb6be7d668d5fd878593d5d /src/gallium/drivers/llvmpipe/lp_bld_depth.h | |
parent | 3f36f4b0519f7a568d6de9919de1001880ab5c8a (diff) |
llvmpipe: Add a bunch of comments.
Description/rationale/to-do items, while I still remember them...
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_depth.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_bld_depth.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_depth.h b/src/gallium/drivers/llvmpipe/lp_bld_depth.h index a5de698ebb..5d2e042fcc 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_depth.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_depth.h @@ -45,9 +45,6 @@ union lp_type; struct lp_build_mask_context; -/** - * Return a type appropriate for depth testing. - */ union lp_type lp_depth_type(const struct util_format_description *format_desc, unsigned length); |