Merge branch 'gallium-0.1' into gallium-tex-surfaces

This commit is contained in:
Michel Dänzer 2008-05-08 19:01:34 +01:00
commit d2ec02f440
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ static boolean delete_blend_state(struct cso_context *ctx, void *state)
{
struct cso_blend *cso = (struct cso_blend *)state;
if (ctx->blend == state)
if (ctx->blend == cso->data)
return FALSE;
if (cso->delete_state)