summaryrefslogtreecommitdiff
path: root/src/gallium/include
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-03-02 02:35:17 +1100
committerBen Skeggs <skeggsb@gmail.com>2008-03-02 02:35:17 +1100
commit132def0c4182b8d2251e9d6e2b5b470cb806713c (patch)
tree8609fed67628e3ebf0d0af4a05982ff7cc211be1 /src/gallium/include
parent17f6db9d0197657cd753249ef60355c6fd983032 (diff)
parent07d6347e8a51fc7bbd5c586a5739f17c68c5eafd (diff)
Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
index d0f25d7d46..1501b52f3e 100644
--- a/src/gallium/include/pipe/p_context.h
+++ b/src/gallium/include/pipe/p_context.h
@@ -56,6 +56,7 @@ struct pipe_context {
struct pipe_screen *screen;
void *priv; /** context private data (for DRI for example) */
+ void *draw; /** private, for draw module (temporary? */
void (*destroy)( struct pipe_context * );