diff options
author | Jakob Bornecrantz <[email protected]> | 2009-08-29 11:46:46 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-08-31 16:29:57 +0100 |
commit | e1741dbe45ef1f43432457fab088275ecf953d17 (patch) | |
tree | 6abc0dc14d8e786a7a0167cdbbb916cafa4215df /src/gallium/drivers/i915simple/i915_context.h | |
parent | ad25d450ec2a0f04f628c58f89fe9f2c7b4d3bf3 (diff) |
i915g: Rename pipe field on context to base
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_context.h')
-rw-r--r-- | src/gallium/drivers/i915simple/i915_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/i915_context.h b/src/gallium/drivers/i915simple/i915_context.h index b6983ba86e7..76aec4cd93c 100644 --- a/src/gallium/drivers/i915simple/i915_context.h +++ b/src/gallium/drivers/i915simple/i915_context.h @@ -213,7 +213,8 @@ struct i915_batchbuffer; struct i915_context { - struct pipe_context pipe; + struct pipe_context base; + struct i915_winsys *winsys; struct draw_context *draw; |