projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb2015
)
r300: fix tabbing
author
Dave Airlie
<airlied@nx6125b.(none)>
Sun, 1 Jul 2007 07:15:50 +0000
(17:15 +1000)
committer
Dave Airlie
<airlied@nx6125b.(none)>
Sun, 1 Jul 2007 07:15:50 +0000
(17:15 +1000)
src/mesa/drivers/dri/r300/r300_ioctl.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_ioctl.c
b/src/mesa/drivers/dri/r300/r300_ioctl.c
index 1001c4ec07387cfb56e431fb055391163d588993..90f5027c9ad77a5488e5ab3969faeb57640a5fa2 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_ioctl.c
+++ b/
src/mesa/drivers/dri/r300/r300_ioctl.c
@@
-414,7
+414,7
@@
void r300Flush(GLcontext * ctx)
fprintf(stderr, "%s\n", __FUNCTION__);
if (rmesa->dma.flush)
- rmesa->dma.flush( rmesa );
+
rmesa->dma.flush( rmesa );
if (rmesa->cmdbuf.count_used > rmesa->cmdbuf.count_reemit)
r300FlushCmdBuf(rmesa, __FUNCTION__);