flush pipe in draw_stencil_pixels()

This commit is contained in:
Brian
2007-10-23 17:45:55 -06:00
parent 47f2e97019
commit b78e90807a

View File

@@ -797,6 +797,8 @@ draw_stencil_pixels(GLcontext *ctx, GLint x, GLint y,
GLint skipPixels;
ubyte *stmap;
pipe->flush(pipe, 0);
/* map the stencil buffer */
stmap = pipe->region_map(pipe, ps->region);