From: Brian Date: Thu, 1 Nov 2007 00:19:46 +0000 (-0600) Subject: update comments for pipe_context X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1103e9c3d0c3ba636837250eea3d50956a3b1e02;p=mesa.git update comments for pipe_context --- 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;