update comments for pipe_context
authorBrian <brian.paul@tungstengraphics.com>
Thu, 1 Nov 2007 00:19:46 +0000 (18:19 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 1 Nov 2007 00:19:46 +0000 (18:19 -0600)
src/mesa/pipe/p_context.h

index 33d1878..4f5e786 100644 (file)
 #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;