projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e36515
)
update comments for pipe_context
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 1 Nov 2007 00:19:46 +0000
(18:19 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 1 Nov 2007 00:19:46 +0000
(18:19 -0600)
src/mesa/pipe/p_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_context.h
b/src/mesa/pipe/p_context.h
index 33d187815805efc233f90303d04ac28112c414db..4f5e7863342118c53efffe8d17308639721a9d1d 100644
(file)
--- 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;