mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
svga: fix comment typo
This commit is contained in:
parent
fc3bac8a40
commit
bffb3997c3
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ static void svga_set_framebuffer_state(struct pipe_context *pipe,
|
|||
dst->height = fb->height;
|
||||
dst->nr_cbufs = fb->nr_cbufs;
|
||||
|
||||
/* check if we need to propaget any of the target surfaces */
|
||||
/* check if we need to propagate any of the target surfaces */
|
||||
for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
|
||||
if (dst->cbufs[i] && dst->cbufs[i] != fb->cbufs[i])
|
||||
if (svga_surface_needs_propagation(dst->cbufs[i]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue