diff options
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-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 a50b73b27f6..ab21a778345 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) */ |