intel: Remove dead allow_batchbuffer param.
This commit is contained in:
@@ -298,11 +298,6 @@ static GLboolean intelInitDriver(__DRIscreenPrivate *sPriv)
|
|||||||
&intelScreen->irq_active))
|
&intelScreen->irq_active))
|
||||||
return GL_FALSE;
|
return GL_FALSE;
|
||||||
|
|
||||||
/* Determine if batchbuffers are allowed */
|
|
||||||
if (!intel_get_param(sPriv, I915_PARAM_ALLOW_BATCHBUFFER,
|
|
||||||
&intelScreen->allow_batchbuffer))
|
|
||||||
return GL_FALSE;
|
|
||||||
|
|
||||||
sPriv->extensions = intelScreenExtensions;
|
sPriv->extensions = intelScreenExtensions;
|
||||||
|
|
||||||
return GL_TRUE;
|
return GL_TRUE;
|
||||||
|
@@ -74,7 +74,6 @@ typedef struct
|
|||||||
int drmMinor;
|
int drmMinor;
|
||||||
|
|
||||||
int irq_active;
|
int irq_active;
|
||||||
int allow_batchbuffer;
|
|
||||||
|
|
||||||
GLboolean no_hw;
|
GLboolean no_hw;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user