mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 08:50:28 +01:00
nv30: Set pipe status on clear
This commit is contained in:
parent
bdfcce4792
commit
b1de9c948f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue