nv30: Set pipe status on clear

This commit is contained in:
Patrice Mandin 2008-04-11 21:37:28 +02:00
parent bdfcce4792
commit b1de9c948f

View file

@ -9,4 +9,5 @@ nv30_clear(struct pipe_context *pipe, struct pipe_surface *ps,
unsigned clearValue)
{
pipe->surface_fill(pipe, ps, 0, 0, ps->width, ps->height, clearValue);
ps->status = PIPE_SURFACE_STATUS_CLEAR;
}