diff options
author | Brian Paul <[email protected]> | 2009-12-04 12:54:37 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-04 12:54:37 -0700 |
commit | d9dc3d59760a28d54013d3d164f61d85ec807651 (patch) | |
tree | f38160fdc5d3b231d767c1798c91b5f9c2e565b0 /src/gallium/drivers/llvmpipe/lp_rast.h | |
parent | 5c7d1b592ad9ce9e7ee36610f17d41e5c2881d54 (diff) |
llvmpipe: move bin-related structures and functions into new lp_bin.[ch]
And put lp_ prefixes on some functions.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index a119b089bd8..307c45cb9fc 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -43,6 +43,11 @@ struct pipe_screen; #define FIXED_ONE (1<<FIXED_ORDER) +/** + * Rasterization state. + * Objects of this type are put into the shared data bin and pointed + * to by commands in the per-tile bins. + */ struct lp_rast_state { /* State for the shader: */ |