Skip to content
Snippets Groups Projects
Commit daae83a4 authored by Keith Whitwell's avatar Keith Whitwell
Browse files

Remove bogus assert

parent 939d5e3c
No related branches found
No related tags found
Loading
......@@ -993,8 +993,6 @@ void radeonVtxfmtNotifyFocus( int have_focus )
GET_CURRENT_CONTEXT(ctx);
radeonContextPtr rmesa = RADEON_CONTEXT(ctx);
fprintf(stderr, "%s: %d\n", __FUNCTION__, have_focus);
if (ctx->Driver.CurrentExecPrimitive != GL_POLYGON+1)
radeon_End();
......@@ -1005,6 +1003,7 @@ void radeonVtxfmtNotifyFocus( int have_focus )
RADEON_FIREVERTICES( rmesa );
drmUnmapBufs( rmesa->radeonScreen->buffers );
rmesa->radeonScreen->buffers = 0;
/* assert(!rmesa->dma.current.buf); */
}
radeonVtxfmtInit( ctx );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment