diff options
-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 33d1878158..4f5e786334 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; |