summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-06-25 11:28:57 -0700
committerCarl Worth <cworth@cworth.org>2007-06-25 11:47:40 -0700
commit59f2150caca7eb374a2db43a472ba85f50d23274 (patch)
treec6353df68be16b8062c33bef23fe94bb9df26655
parent66aa0e61e1e8d2216a9c0555be5be004ed0a3192 (diff)
Remove redundant i830WaitSync from i965_prepare_composite
There were two calls to i830WaitSync, and between them no state was being changed---just offsets were being computed.
-rw-r--r--src/i965_render.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i965_render.c b/src/i965_render.c
index e69a9399..347bca0d 100644
--- a/src/i965_render.c
+++ b/src/i965_render.c
@@ -437,9 +437,6 @@ i965_prepare_composite(int op, PicturePtr pSrcPicture,
binding_table_entries = 2; /* default no mask */
- /* Wait for sync before we start setting up our new state */
- i830WaitSync(pScrn);
-
/* Set up our layout of state in framebuffer. First the general state: */
next_offset = 0;
vs_offset = ALIGN(next_offset, 64);