diff options
author | Brian Paul <brianp@vmware.com> | 2009-12-03 17:28:48 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-12-03 17:28:48 -0700 |
commit | c6057ab8ff8991eac9c73c267696b386f8e56c68 (patch) | |
tree | 357aa4f3a4ea94b154a3d264d2c1167da7feb852 /src/gallium | |
parent | 9c1debe208d07b57e88c65bae186bb339de7dee7 (diff) |
llvmpipe: comments regarding lp_rast_triangle
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index a50b73b27f..ab21a77834 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -75,8 +75,11 @@ struct lp_rast_shader_inputs { }; -/* Rasterization information for a triangle known to be in this bin, +/** + * Rasterization information for a triangle known to be in this bin, * plus inputs to run the shader: + * These fields are tile- and bin-independent. + * Objects of this type are put into the setup_context::data buffer. */ struct lp_rast_triangle { /* bounding box of tri (in pixels) */ |