projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc3bac8
)
svga: fix comment typo
author
Brian Paul
<brianp@vmware.com>
Wed, 13 Jun 2012 17:40:34 +0000
(11:40 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 14 Jun 2012 14:20:40 +0000
(08:20 -0600)
src/gallium/drivers/svga/svga_pipe_misc.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_misc.c
b/src/gallium/drivers/svga/svga_pipe_misc.c
index 603c95373d42d4cb35ac45be87a54fb4bb06d6f2..56f2599313494445192b976ec9efd19eb99aba6c 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_misc.c
+++ b/
src/gallium/drivers/svga/svga_pipe_misc.c
@@
-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 propag
et
any of the target surfaces */
+ /* check if we need to propag
ate
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]))