From 1103e9c3d0c3ba636837250eea3d50956a3b1e02 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 31 Oct 2007 18:19:46 -0600 Subject: [PATCH] update comments for pipe_context --- src/mesa/pipe/p_context.h | 9 +++++++-- 1 file 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; -- 2.30.2