dri/nouveau: Fix typo.
This commit is contained in:
@@ -314,7 +314,7 @@ nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *dri_draw,
|
||||
GLboolean
|
||||
nouveau_context_unbind(__DRIcontext *dri_ctx)
|
||||
{
|
||||
/* Unset current context and dispath table */
|
||||
/* Unset current context and dispatch table */
|
||||
_mesa_make_current(NULL, NULL, NULL);
|
||||
|
||||
return GL_TRUE;
|
||||
|
||||
@@ -150,7 +150,6 @@ vbo_emit_attr(struct gl_context *ctx, const struct gl_client_array **arrays,
|
||||
render->map[render->attr_count++] = attr;
|
||||
render->vertex_size += 4 * info->imm_fields;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user