This commit is contained in:
Brian
2007-11-05 11:35:43 -07:00
parent 1bbc86e651
commit cd360b7d60
2 changed files with 3 additions and 3 deletions
@@ -58,14 +58,14 @@ struct intel_screen
__DRIscreenPrivate *driScrnPriv;
drmI830Sarea *sarea;
/**
* Configuration cache with default values for all contexts
*/
driOptionCache optionCache;
struct _DriBufferPool *batchPool;
struct _DriBufferPool *regionPool;
struct _DriBufferPool *staticPool;
struct _DriBufferPool *staticPool; /** for the X screen/framebuffer */
GLboolean havePools;
struct intel_context *dummyctxptr;
@@ -43,7 +43,7 @@
struct intel_i915_winsys {
struct i915_winsys winsys;
struct i915_winsys winsys; /**< batch buffer funcs */
struct intel_context *intel;
};