summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 18:19:46 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 18:19:46 -0600
commit1103e9c3d0c3ba636837250eea3d50956a3b1e02 (patch)
tree18a2f362f310f9c9ecd1a1bba9a704c273447d59 /src/mesa
parent1e3651569b3395d38e1d343f894844c043a66a6f (diff)
update comments for pipe_context
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/p_context.h9
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;