diff options
author | Brian <[email protected]> | 2007-10-31 18:19:46 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-31 18:19:46 -0600 |
commit | 1103e9c3d0c3ba636837250eea3d50956a3b1e02 (patch) | |
tree | 18a2f362f310f9c9ecd1a1bba9a704c273447d59 | |
parent | 1e3651569b3395d38e1d343f894844c043a66a6f (diff) |
update comments for pipe_context
-rw-r--r-- | src/mesa/pipe/p_context.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h index 33d18781580..4f5e7863342 100644 --- a/src/mesa/pipe/p_context.h +++ b/src/mesa/pipe/p_context.h @@ -31,9 +31,14 @@ #include "p_state.h" struct pipe_state_cache; + + /** - * Software pipeline rendering context. Basically a collection of - * state setting functions, plus VBO drawing entrypoint. + * Gallium rendering context. Basically: + * - state setting functions + * - VBO drawing functions + * - memory region function + * - device queries */ struct pipe_context { struct pipe_winsys *winsys; |