From: Brian Paul Date: Fri, 4 Dec 2009 00:28:48 +0000 (-0700) Subject: llvmpipe: comments regarding lp_rast_triangle X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6057ab8ff8991eac9c73c267696b386f8e56c68;p=mesa.git llvmpipe: comments regarding lp_rast_triangle --- 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) */