projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f5c0f
)
r300g: remove a flush
author
Marek Olšák
<maraeo@gmail.com>
Sun, 8 Aug 2010 21:09:46 +0000
(23:09 +0200)
committer
Marek Olšák
<maraeo@gmail.com>
Sun, 8 Aug 2010 21:20:43 +0000
(23:20 +0200)
Ooops, it wasn't supposed to be there.
src/gallium/drivers/r300/r300_blit.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_blit.c
b/src/gallium/drivers/r300/r300_blit.c
index 18d00d61f481774b93e5a15f078ac67fc0e9e17f..ff52286b5cd0d8fef043ca063acf2dbc8e013ef6 100644
(file)
--- a/
src/gallium/drivers/r300/r300_blit.c
+++ b/
src/gallium/drivers/r300/r300_blit.c
@@
-284,7
+284,6
@@
void r300_flush_depth_stencil(struct pipe_context *pipe,
r300->z_decomp_rd = FALSE;
tex->dirty_zmask[subdst.level] = FALSE;
- pipe->flush(pipe, 0, NULL);
}
/* Copy a block of pixels from one surface to another using HW. */