comments
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user