diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-10 10:01:15 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-10 10:15:31 +0100 |
commit | c12b71ef93ed71a78473568025d2b4d8d8fd2003 (patch) | |
tree | 4f1584cbdc29f8166f8ee04d285f6e878a7e5984 /src/mesa/pipe/i915simple/i915_context.h | |
parent | cb2d95ba68affe665619cc0ec7b74fd0aaae7fc2 (diff) |
Pass pci_id to i915_create()
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_context.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h index 550d9c012f..e8db2b7c36 100644 --- a/src/mesa/pipe/i915simple/i915_context.h +++ b/src/mesa/pipe/i915simple/i915_context.h @@ -122,8 +122,9 @@ struct i915_context GLuint debug; - - struct pipe_scissor_state cliprect; + struct { + unsigned is_i945:1; + } flags; }; /* A flag for each state_tracker state object: |